EpcTools
An event based multi-threaded C++ development framework.
Public Attributes | List of all members
EGetOpt::Option Struct Reference

Describes the defined command line arguments. More...

#include <egetopt.h>

Public Attributes

EString shortName
 the short name of the argument e.g.: -a More...
 
EString longName
 the long name of the argument e.g.: –argument More...
 
ArgType argType
 indicates if an argument is required or not More...
 
DataType dataType
 the data type of the argument More...
 

Detailed Description

Describes the defined command line arguments.

Member Data Documentation

◆ argType

ArgType EGetOpt::Option::argType

indicates if an argument is required or not

◆ dataType

DataType EGetOpt::Option::dataType

the data type of the argument

◆ longName

EString EGetOpt::Option::longName

the long name of the argument e.g.: –argument

◆ shortName

EString EGetOpt::Option::shortName

the short name of the argument e.g.: -a


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