|
The Sparta Modeling Framework
|
Wrapper for boost program_options option_description that allows multiple levels of detail. More...
#include <boost/program_options.hpp>#include "sparta/sparta.hpp"Go to the source code of this file.
Namespaces | |
| namespace | sparta |
| Macros for handling exponential backoff. | |
| namespace | sparta::app |
| Sparta Application framework. | |
Functions | |
| template<typename ArgT > | |
| named_value_type< ArgT > * | sparta::app::named_value (std::string const &name, ArgT *val=nullptr) |
| Helper function for generating new named_value_type structs in the boost style. | |
| template<typename ArgT > | |
| named_value_type< ArgT > * | sparta::app::named_value (std::string const &name, unsigned min, unsigned max, ArgT *val=nullptr) |
Wrapper for boost program_options option_description that allows multiple levels of detail.
Definition in file MultiDetailOptions.hpp.