g2o
|
#include <command_args.h>
Public Member Functions | |
CommandArgument () | |
Public Attributes | |
std::string | name |
std::string | description |
int | type |
void * | data |
bool | parsed |
bool | optional |
Definition at line 49 of file command_args.h.
|
inline |
Definition at line 57 of file command_args.h.
void* g2o::CommandArgs::CommandArgument::data |
Definition at line 54 of file command_args.h.
Referenced by g2o::CommandArgs::arg2str(), g2o::CommandArgs::param(), g2o::CommandArgs::paramLeftOver(), and g2o::CommandArgs::str2arg().
std::string g2o::CommandArgs::CommandArgument::description |
Definition at line 52 of file command_args.h.
Referenced by g2o::CommandArgs::param(), and g2o::CommandArgs::paramLeftOver().
std::string g2o::CommandArgs::CommandArgument::name |
Definition at line 51 of file command_args.h.
Referenced by g2o::CommandArgs::param(), and g2o::CommandArgs::paramLeftOver().
bool g2o::CommandArgs::CommandArgument::optional |
Definition at line 56 of file command_args.h.
Referenced by g2o::CommandArgs::paramLeftOver().
bool g2o::CommandArgs::CommandArgument::parsed |
Definition at line 55 of file command_args.h.
Referenced by g2o::CommandArgs::param(), and g2o::CommandArgs::paramLeftOver().
int g2o::CommandArgs::CommandArgument::type |
Definition at line 53 of file command_args.h.
Referenced by g2o::CommandArgs::arg2str(), g2o::CommandArgs::param(), g2o::CommandArgs::paramLeftOver(), and g2o::CommandArgs::str2arg().