Points&Forces (core)
Software tools facilitating the task of surveying architecture
Public Attributes | List of all members
CSimpleOptTempl< SOCHAR >::SOption Struct Reference

Structure used to define all known options. More...

#include <SimpleOpt.h>

+ Collaboration diagram for CSimpleOptTempl< SOCHAR >::SOption:

Public Attributes

int nId
 
const SOCHAR * pszArg
 
ESOArgType nArgType
 

Detailed Description

template<class SOCHAR>
struct CSimpleOptTempl< SOCHAR >::SOption

Structure used to define all known options.

Definition at line 331 of file SimpleOpt.h.

Member Data Documentation

◆ nArgType

template<class SOCHAR >
ESOArgType CSimpleOptTempl< SOCHAR >::SOption::nArgType

type of argument accepted by this option

Definition at line 341 of file SimpleOpt.h.

◆ nId

template<class SOCHAR >
int CSimpleOptTempl< SOCHAR >::SOption::nId

ID to return for this flag. Optional but must be >= 0

Definition at line 333 of file SimpleOpt.h.

◆ pszArg

template<class SOCHAR >
const SOCHAR* CSimpleOptTempl< SOCHAR >::SOption::pszArg

arg string to search for, e.g. "open", "-", "-f", "--file" Note that on Windows the slash option marker will be converted to a hyphen so that "-f" will also match "/f".

Definition at line 338 of file SimpleOpt.h.


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