|
Ipopt 3.11.9
|
Class for storing the value and counter for each option in OptionsList. More...
Constructors/Destructors | |
| std::string | value_ |
| Value for this option. | |
| Index | counter_ |
| Counter for requests. | |
| bool | initialized_ |
| for debugging | |
| bool | allow_clobber_ |
| True if the option can be overwritten. | |
| bool | dont_print_ |
| True if this option is not to show up in the print_user_options output. | |
| OptionValue () | |
| Default constructor (needed for the map) | |
| OptionValue (std::string value, bool allow_clobber, bool dont_print) | |
| Constructor given the value. | |
| OptionValue (const OptionValue ©) | |
| Copy Constructor. | |
| void | operator= (const OptionValue ©) |
| Equals operator. | |
| ~OptionValue () | |
| Default Destructor. | |
| std::string | GetValue () const |
| Method for retrieving the value of an option. | |
| std::string | Value () const |
| Method for retrieving the value without increasing the counter. | |
| Index | Counter () const |
| Method for accessing current value of the request counter. | |
| bool | AllowClobber () const |
| True if the option can be overwritten. | |
| bool | DontPrint () const |
| True if this option is not to show up in the print_user_options output. | |
Class for storing the value and counter for each option in OptionsList.
Definition at line 36 of file IpOptionsList.hpp.
|
inline |
Default constructor (needed for the map)
Definition at line 42 of file IpOptionsList.hpp.
|
inline |
Constructor given the value.
Definition at line 48 of file IpOptionsList.hpp.
|
inline |
Copy Constructor.
Definition at line 58 of file IpOptionsList.hpp.
|
inline |
Default Destructor.
Definition at line 78 of file IpOptionsList.hpp.
|
inline |
Equals operator.
Definition at line 68 of file IpOptionsList.hpp.
|
inline |
Method for retrieving the value of an option.
Calling this method will increase the counter by one.
Definition at line 84 of file IpOptionsList.hpp.
|
inline |
Method for retrieving the value without increasing the counter.
Definition at line 93 of file IpOptionsList.hpp.
|
inline |
Method for accessing current value of the request counter.
Definition at line 100 of file IpOptionsList.hpp.
|
inline |
True if the option can be overwritten.
Definition at line 107 of file IpOptionsList.hpp.
|
inline |
True if this option is not to show up in the print_user_options output.
Definition at line 115 of file IpOptionsList.hpp.
|
private |
Value for this option.
Definition at line 123 of file IpOptionsList.hpp.
|
mutableprivate |
Counter for requests.
Definition at line 126 of file IpOptionsList.hpp.
|
private |
for debugging
Definition at line 129 of file IpOptionsList.hpp.
|
private |
True if the option can be overwritten.
Definition at line 132 of file IpOptionsList.hpp.
|
private |
True if this option is not to show up in the print_user_options output.
Definition at line 136 of file IpOptionsList.hpp.