arg(3)
NAME
Arg
SYNOPSIS
#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 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)
Member Function Documentation
template<class T> T Arg< T >::getValue (void) const [inline] template<class T> void Arg< T >::setValue (T v, bool setbyuser = true) template<class T> bool Arg< T >::is_set (void) const [inline]
Member Data Documentation
template<class T> T Arg< T >::Value [private] template<class T> bool Arg< T >::set [private]
Author
- Generated automatically by Doxygen for steghide from the source code.