#include <Arg.h>
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 |
| T Arg< T >::getValue | ( | void | ) | const [inline] |
| void Arg< T >::setValue | ( | T | v, | |
| bool | setbyuser = true | |||
| ) |
| bool Arg< T >::is_set | ( | void | ) | const [inline] |
1.5.1