cgma
|
Public Member Functions | |
Cell () | |
Public Attributes | |
CubitString | option |
OptType | type |
CubitString | description |
CubitString | value |
int | wasSet |
Definition at line 99 of file GetLongOpt.hpp.
GetLongOpt::Cell::Cell | ( | ) | [inline] |
Definition at line 106 of file GetLongOpt.hpp.
{ option = description = value = 0; wasSet = 0; }
Definition at line 102 of file GetLongOpt.hpp.
Definition at line 100 of file GetLongOpt.hpp.
Definition at line 101 of file GetLongOpt.hpp.
Definition at line 103 of file GetLongOpt.hpp.
Definition at line 104 of file GetLongOpt.hpp.