#include <command_args.h>
Public Member Functions | |
CommandArgument () | |
Public Attributes | |
void * | data |
std::string | description |
std::string | name |
bool | optional |
bool | parsed |
int | type |
Definition at line 53 of file command_args.h.
g2o::CommandArgs::CommandArgument::CommandArgument | ( | ) | [inline] |
Definition at line 61 of file command_args.h.
Definition at line 58 of file command_args.h.
std::string g2o::CommandArgs::CommandArgument::description |
Definition at line 56 of file command_args.h.
std::string g2o::CommandArgs::CommandArgument::name |
Definition at line 55 of file command_args.h.
Definition at line 60 of file command_args.h.
Definition at line 59 of file command_args.h.
Definition at line 57 of file command_args.h.