#include <OptionVars.h>
Public Member Functions | |
| COptionVar () | |
| bool | isSet () |
| operator const T & () | |
| COptionVar< T > & | operator= (const T &newValue) |
| void | reset () |
Protected Attributes | |
| bool | mSet |
| T | mValue |
Definition at line 26 of file OptionVars.h.
| COptionVar< T >::COptionVar | ( | ) | [inline] |
Definition at line 33 of file OptionVars.h.
| bool COptionVar< T >::isSet | ( | ) | [inline] |
Definition at line 35 of file OptionVars.h.
| COptionVar< T >::operator const T & | ( | ) | [inline] |
Definition at line 38 of file OptionVars.h.
| COptionVar<T>& COptionVar< T >::operator= | ( | const T & | newValue | ) | [inline] |
Definition at line 40 of file OptionVars.h.
| void COptionVar< T >::reset | ( | ) | [inline] |
Definition at line 36 of file OptionVars.h.
bool COptionVar< T >::mSet [protected] |
Definition at line 29 of file OptionVars.h.
T COptionVar< T >::mValue [protected] |
Definition at line 30 of file OptionVars.h.