#include <acado/utils/acado_utils.hpp>
#include <map>
#include <memory>
#include <acado/user_interaction/options_list.ipp>
Go to the source code of this file.
Classes | |
class | OptionsList |
Provides a generic list of options (for internal use). More... | |
struct | OptionsList::OptionValue< T > |
struct | OptionsList::OptionValueBase |
Enumerations | |
enum | OptionsItemType { OIT_UNKNOWN = -1, OIT_INT, OIT_DOUBLE, OIT_STRING } |
Functions | |
template<> | |
OptionsItemType | OptionsList::getType< std::string > () const |
enum OptionsItemType |
Summarises all possible types of OptionItems.
Definition at line 43 of file options_list.hpp.
|
inline |
Definition at line 233 of file options_list.hpp.