|
steghide
0.5.1
|
#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 |
|
inline |
|
inline |
| void Arg< T >::setValue | ( | T | v, |
| bool | setbyuser = true |
||
| ) |
|
private |
|
private |