g2o
Loading...
Searching...
No Matches
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 47 of file command_args.h.

Constructor & Destructor Documentation

◆ CommandArgument()

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

Member Data Documentation

◆ data

void* g2o::CommandArgs::CommandArgument::data

◆ description

std::string g2o::CommandArgs::CommandArgument::description

◆ name

std::string g2o::CommandArgs::CommandArgument::name

◆ optional

bool g2o::CommandArgs::CommandArgument::optional

Definition at line 53 of file command_args.h.

Referenced by g2o::CommandArgs::paramLeftOver().

◆ parsed

bool g2o::CommandArgs::CommandArgument::parsed

◆ type

int g2o::CommandArgs::CommandArgument::type

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