ewmscp
..
|
wrapper class for fundamental types More...
#include <Options.h>
Public Member Functions | |
fundamental_wrapper () | |
fundamental_wrapper (T aValue) | |
fundamental_wrapper & | operator= (const T aValue) |
operator T& () | |
operator const T & () const | |
T | operator= (const T &aValue) |
Protected Attributes | |
T | lValue |
wrapper class for fundamental types
|
inline |
|
inline |
|
inline |
Definition at line 95 of file Options.h.
References options::fundamental_wrapper< T >::lValue.
|
inline |
Definition at line 92 of file Options.h.
References options::fundamental_wrapper< T >::lValue.
|
inline |
|
inline |
|
protected |
Definition at line 84 of file Options.h.
Referenced by options::fundamental_wrapper< T >::operator const T &(), options::fundamental_wrapper< T >::operator T&(), and options::fundamental_wrapper< bool >::operator=().