#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 |
|
||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||||||||
|
|
|
|||||
|
|
|
|||||
|
|
1.3.7