vSMC
vSMC: Scalable Monte Carlo
|
Option --help
More...
#include <vsmc/utility/program_option.hpp>
Public Member Functions | |
ProgramOptionHelp () | |
std::string | default_str () const |
std::string | description () const |
bool | help () const |
bool | is_bool () const |
bool | is_vector () const |
bool | set (const std::string &name, const std::string &sval, bool silent, std::ostream &os) |
bool | set_default () |
Public Member Functions inherited from vsmc::ProgramOption | |
ProgramOption ()=default | |
ProgramOption (const ProgramOption &)=default | |
virtual | ~ProgramOption () |
ProgramOption & | operator= (const ProgramOption &)=default |
Additional Inherited Members | |
Protected Member Functions inherited from vsmc::ProgramOption | |
bool | set_value (const std::string &name, const std::string &sval, bool *dest, bool silent, std::ostream &os) |
bool | set_value (const std::string &, const std::string &sval, std::string *dest, bool, std::ostream &) |
template<typename T > | |
bool | set_value (const std::string &name, const std::string &sval, T *dest, bool silent, std::ostream &os) |
Option --help
Definition at line 168 of file program_option.hpp.
|
inline |
Definition at line 171 of file program_option.hpp.
|
inlinevirtual |
Implements vsmc::ProgramOption.
Definition at line 190 of file program_option.hpp.
|
inlinevirtual |
Implements vsmc::ProgramOption.
Definition at line 185 of file program_option.hpp.
|
inline |
Definition at line 192 of file program_option.hpp.
|
inlinevirtual |
Implements vsmc::ProgramOption.
Definition at line 173 of file program_option.hpp.
|
inlinevirtual |
Implements vsmc::ProgramOption.
Definition at line 175 of file program_option.hpp.
|
inlinevirtual |
Implements vsmc::ProgramOption.
Definition at line 177 of file program_option.hpp.
|
inlinevirtual |
Implements vsmc::ProgramOption.
Definition at line 183 of file program_option.hpp.