Arg< T > Class Template Reference
#include <Arg.h>
List of all members.
Public Member Functions |
| Arg (void) |
| Arg (T v, bool setbyuser=true) |
T | getValue (void) const |
void | setValue (T v, bool setbyuser=true) |
bool | is_set (void) const |
Private Attributes |
T | Value |
bool | set |
template<class T>
class Arg< T >
Constructor & Destructor Documentation
template<class T>
Arg< T >::Arg |
( |
void |
|
) |
[inline] |
template<class T>
Arg< T >::Arg |
( |
T |
v, |
|
|
bool |
setbyuser = true | |
|
) |
| | [inline] |
Member Function Documentation
template<class T>
T Arg< T >::getValue |
( |
void |
|
) |
const [inline] |
template<class T>
bool Arg< T >::is_set |
( |
void |
|
) |
const [inline] |
template<class T>
void Arg< T >::setValue |
( |
T |
v, |
|
|
bool |
setbyuser = true | |
|
) |
| | [inline] |
Member Data Documentation
The documentation for this class was generated from the following files: