MOOCHO (Single Doxygen Collection)
Version of the Day
|
Set options for NLPTester
from an OptionsFromStream
object.
More...
#include <NLPInterfacePack_NLPTesterSetOptions.hpp>
Public Member Functions | |
NLPTesterSetOptions (NLPTester *target=0, const char opt_grp_name[]="NLPTester") | |
Public Member Functions inherited from OptionsFromStreamPack::SetOptionsFromStreamNode | |
SetOptionsFromStreamNode (const std::string &options_group, int num_options, const char *option_names[], bool exists_optional=true) | |
Constructs with the name of the options group and the names of the options. More... | |
void | set_options (const OptionsFromStream &options) |
Overridden from SetOptionsFromStream and calls setOption(...). More... | |
Public Member Functions inherited from OptionsFromStreamPack::SetOptionsFromStream | |
virtual | ~SetOptionsFromStream () |
Public Member Functions inherited from OptionsFromStreamPack::SetOptionsToTargetBase< NLPTester > | |
SetOptionsToTargetBase (NLPTester *target=0) | |
void | set_target (NLPTester *target) |
NLPTester * | get_target () |
const NLPTester * | get_target () const |
NLPTester & | target () |
const NLPTester & | target () const |
Protected Member Functions | |
void | setOption (int option_num, const std::string &option_value) |
Overridden from SetOptionsFromStreamNode. More... | |
Set options for NLPTester
from an OptionsFromStream
object.
The default options group name is 'NLPTester'.
The options group is:
options_group NLPTester { print_all = false; throw_exception = true; }
Definition at line 65 of file NLPInterfacePack_NLPTesterSetOptions.hpp.
NLPInterfacePack::NLPTesterSetOptions::NLPTesterSetOptions | ( | NLPTester * | target = 0 , |
const char | opt_grp_name[] = "NLPTester" |
||
) |
Definition at line 67 of file NLPInterfacePack_NLPTesterSetOptions.cpp.
|
protectedvirtual |
Overridden from SetOptionsFromStreamNode.
Implements OptionsFromStreamPack::SetOptionsFromStreamNode.
Definition at line 76 of file NLPInterfacePack_NLPTesterSetOptions.cpp.