g2o
Public Member Functions | Public Attributes | List of all members
g2o::CommandArgs::CommandArgument Struct Reference

#include <command_args.h>

Public Member Functions

 CommandArgument ()
 

Public Attributes

std::string name
 
std::string description
 
int type
 
void * data
 
bool parsed
 
bool optional
 

Detailed Description

Definition at line 49 of file command_args.h.

Constructor & Destructor Documentation

g2o::CommandArgs::CommandArgument::CommandArgument ( )
inline

Member Data Documentation

void* g2o::CommandArgs::CommandArgument::data
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

The documentation for this struct was generated from the following file: