HOG2
Public Member Functions | Public Attributes | List of all members
commandLineCallbackData Class Reference

‍** More...

#include <Common.h>

Public Member Functions

 commandLineCallbackData (CommandLineCallback _CLC, const char *_argument, const char *_param, const char *_desc)
 
void Print ()
 

Public Attributes

CommandLineCallback CLC
 
const char * argument
 
const char * param
 
const char * desc
 

Detailed Description

‍**

Definition at line 217 of file Common.h.

Constructor & Destructor Documentation

◆ commandLineCallbackData()

commandLineCallbackData::commandLineCallbackData ( CommandLineCallback  _CLC,
const char *  _argument,
const char *  _param,
const char *  _desc 
)
inline

Definition at line 219 of file Common.h.

Member Function Documentation

◆ Print()

void commandLineCallbackData::Print ( )
inline

Definition at line 223 of file Common.h.

References argument, desc, and param.

Member Data Documentation

◆ argument

const char* commandLineCallbackData::argument

Definition at line 227 of file Common.h.

Referenced by Print().

◆ CLC

CommandLineCallback commandLineCallbackData::CLC

Definition at line 226 of file Common.h.

◆ desc

const char* commandLineCallbackData::desc

Definition at line 229 of file Common.h.

Referenced by Print().

◆ param

const char* commandLineCallbackData::param

Definition at line 228 of file Common.h.

Referenced by Print().


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