NLPInterfacePack: C++ Interfaces and Implementation for Non-Linear Programs  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Protected Member Functions | List of all members
NLPInterfacePack::NLPTesterSetOptions Class Reference

Set options for NLPTester from an OptionsFromStream object. More...

#include <NLPInterfacePack_NLPTesterSetOptions.hpp>

Inheritance diagram for NLPInterfacePack::NLPTesterSetOptions:
Inheritance graph
[legend]

Public Member Functions

 NLPTesterSetOptions (NLPTester *target=0, const char opt_grp_name[]="NLPTester")
 

Protected Member Functions

void setOption (int option_num, const std::string &option_value)
 Overridden from SetOptionsFromStreamNode. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

NLPInterfacePack::NLPTesterSetOptions::NLPTesterSetOptions ( NLPTester target = 0,
const char  opt_grp_name[] = "NLPTester" 
)

Definition at line 67 of file NLPInterfacePack_NLPTesterSetOptions.cpp.

Member Function Documentation

void NLPInterfacePack::NLPTesterSetOptions::setOption ( int  option_num,
const std::string &  option_value 
)
protectedvirtual

Overridden from SetOptionsFromStreamNode.

Implements OptionsFromStreamPack::SetOptionsFromStreamNode.

Definition at line 76 of file NLPInterfacePack_NLPTesterSetOptions.cpp.


The documentation for this class was generated from the following files: