CatapultServer
v0.5.0.1 (Elephant)
|
Go to the source code of this file.
Namespaces | |
catapult | |
catapult::tools | |
Typedefs | |
using | catapult::tools::OptionsBuilder = boost::program_options::options_description_easy_init |
Options builder. More... | |
using | catapult::tools::OptionsPositional = boost::program_options::positional_options_description |
Definition of positional arguments. More... | |
using | catapult::tools::Options = boost::program_options::variables_map |
Provides access to parsed options. More... | |
Functions | |
template<typename TValue > | |
auto | catapult::tools::OptionsValue () |
Helper wrapper to simplify defining values with no specified storage. More... | |
template<typename TValue > | |
auto | catapult::tools::OptionsValue (TValue &value) |
Helper wrapper to simplify defining values where value is used as storage. More... | |
auto | catapult::tools::OptionsSwitch () |
Helper wrapper to simplify defining toggle values. More... | |