class to hold the valid string settings for a string option More...
#include <IpRegOptions.hpp>
Public Member Functions | |
string_entry (const std::string &value, const std::string &description) | |
Public Attributes | |
std::string | value_ |
std::string | description_ |
class to hold the valid string settings for a string option
Definition at line 37 of file IpRegOptions.hpp.
Ipopt::RegisteredOption::string_entry::string_entry | ( | const std::string & | value, |
const std::string & | description | ||
) | [inline] |
Definition at line 40 of file IpRegOptions.hpp.
std::string Ipopt::RegisteredOption::string_entry::value_ |
Definition at line 43 of file IpRegOptions.hpp.
Definition at line 44 of file IpRegOptions.hpp.