The Sparta Modeling Framework
|
Helper class for chained calls to add_options. More...
#include <MultiDetailOptions.hpp>
Public Member Functions | |
OptAdder (MultiDetailOptions &opts) | |
template<typename ... Args> | |
OptAdder & | operator() (const char *name, const char *verbose_desc, const Args &...args) |
Acts like calling MultiDetailOptions::add_options on the object that created this OptAdder. | |
template<typename ... Args> | |
OptAdder | operator() (const char *name, const boost::program_options::value_semantic *s, const char *verbose_desc, const Args &...args) |
Acts like calling MultiDetailOptions::add_options on the object that created this OptAdder. | |
Helper class for chained calls to add_options.
Definition at line 305 of file MultiDetailOptions.hpp.
|
inline |
Definition at line 309 of file MultiDetailOptions.hpp.
|
inline |
Acts like calling MultiDetailOptions::add_options on the object that created this OptAdder.
Definition at line 332 of file MultiDetailOptions.hpp.
|
inline |
Acts like calling MultiDetailOptions::add_options on the object that created this OptAdder.
Definition at line 318 of file MultiDetailOptions.hpp.