#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.
◆ OptionsItemType
Summarises all possible types of OptionItems.
Enumerator |
---|
OIT_UNKNOWN | Option item comprising a value of unknown type.
|
OIT_INT | Option item comprising a value of integer type.
|
OIT_DOUBLE | Option item comprising a value of double type.
|
OIT_STRING | Option item comprising a value of std::string type.
|
Definition at line 43 of file options_list.hpp.
◆ OptionsList::getType< std::string >()