#include <options.hpp>
Definition at line 46 of file options.hpp.
Public Member Functions | |
void | disp (const std::string &name, std::ostream &stream) const |
Public Attributes | |
TypeID | type |
std::string | description |
void casadi::Options::Entry::disp | ( | const std::string & | name, |
std::ostream & | stream | ||
) | const |
Definition at line 48 of file options.cpp.
References description, casadi::GenericType::get_type_description(), and type.
Referenced by casadi::Options::print_one().
std::string casadi::Options::Entry::description |
Definition at line 48 of file options.hpp.
Referenced by disp(), and casadi::Options::info().
TypeID casadi::Options::Entry::type |
Definition at line 47 of file options.hpp.
Referenced by casadi::Options::check(), disp(), and casadi::Options::type().