Flow 1.0.1
Flow project: Full implementation reference.
|
#include "flow/cfg/cfg_fwd.hpp"
#include <boost/function.hpp>
#include <algorithm>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | flow::cfg::Dynamic_cfg_context< Root, Target, Target_ptr > |
Class which facilitates managing access to a dynamic configuration. More... | |
Namespaces | |
namespace | flow |
Catch-all namespace for the Flow project: A collection of various production-quality modules written in modern C++17, originally by ygoldfel. | |
namespace | flow::cfg |
Flow module that facilitates configuring modules, such as applications and APIs, via statically and/or dynamically parsed sets of name/value pairs from config sources like files and command lines. | |