A category of registered options.
More...
#include <IpRegOptions.hpp>
A category of registered options.
- Since
- 3.14.0
Definition at line 36 of file IpRegOptions.hpp.
◆ RegisteredCategory() [1/3]
| Ipopt::RegisteredCategory::RegisteredCategory |
( |
const std::string & | name, |
|
|
int | priority ) |
|
inline |
Constructor.
Use negative value for priority to suppress it being included in documentation.
Definition at line 43 of file IpRegOptions.hpp.
◆ RegisteredCategory() [2/3]
| Ipopt::RegisteredCategory::RegisteredCategory |
( |
| ) |
|
|
private |
unimplemented default constructor
◆ RegisteredCategory() [3/3]
| Ipopt::RegisteredCategory::RegisteredCategory |
( |
const RegisteredCategory & | | ) |
|
|
private |
unimplemented copy constructor
◆ Name()
| const std::string & Ipopt::RegisteredCategory::Name |
( |
| ) |
const |
|
inline |
◆ operator const std::string &()
| IPOPT_DEPRECATED Ipopt::RegisteredCategory::operator const std::string & |
( |
| ) |
const |
|
inline |
◆ operator!=()
| IPOPT_DEPRECATED bool Ipopt::RegisteredCategory::operator!= |
( |
const std::string & | other | ) |
const |
|
inline |
◆ operator==()
| IPOPT_DEPRECATED bool Ipopt::RegisteredCategory::operator== |
( |
const std::string & | other | ) |
const |
|
inline |
◆ operator<()
◆ Priority()
| int Ipopt::RegisteredCategory::Priority |
( |
| ) |
const |
|
inline |
◆ RegisteredOptions()
◆ operator=()
unimplemented assignment operator
◆ RegisteredOptions
| friend class RegisteredOptions |
|
friend |
◆ name_
| std::string Ipopt::RegisteredCategory::name_ |
|
private |
◆ priority_
| int Ipopt::RegisteredCategory::priority_ |
|
private |
priority of category (used to decide whether to print and printing order)
Definition at line 142 of file IpRegOptions.hpp.
◆ regoptions_
The documentation for this class was generated from the following file: