#include "IpUtils.hpp"#include "IpReferenced.hpp"#include "IpException.hpp"#include "IpSmartPtr.hpp"#include <map>#include <set>#include <list>Go to the source code of this file.
Classes | |
| class | Ipopt::RegisteredCategory |
| A category of registered options. More... | |
| class | Ipopt::RegisteredCategory::ComparePriority |
| class | Ipopt::RegisteredOption |
| Option that has been registered. More... | |
| class | Ipopt::RegisteredOption::string_entry |
| class to hold the valid string settings for a string option More... | |
| class | Ipopt::RegisteredOptions |
| Class for storing registered options. More... | |
Namespaces | |
| namespace | Ipopt |
| This file contains a base class for all exceptions and a set of macros to help with exceptions. | |
Enumerations | |
| enum | Ipopt::RegisteredOptionType { Ipopt::OT_Number , Ipopt::OT_Integer , Ipopt::OT_String , Ipopt::OT_Unknown } |