| Points&Forces (core)
    Software tools facilitating the task of surveying architecture | 
Structure used to define all known options. More...
#include <SimpleOpt.h>
 Collaboration diagram for CSimpleOptTempl< SOCHAR >::SOption:
 Collaboration diagram for CSimpleOptTempl< SOCHAR >::SOption:| Public Attributes | |
| int | nId | 
| const SOCHAR * | pszArg | 
| ESOArgType | nArgType | 
Structure used to define all known options.
Definition at line 331 of file SimpleOpt.h.
| ESOArgType CSimpleOptTempl< SOCHAR >::SOption::nArgType | 
type of argument accepted by this option
Definition at line 341 of file SimpleOpt.h.
| int CSimpleOptTempl< SOCHAR >::SOption::nId | 
ID to return for this flag. Optional but must be >= 0
Definition at line 333 of file SimpleOpt.h.
| 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.