|
solarpowerlog trunk
|
#include <CValue.h>


Public Member Functions | |
| CValue () | |
| void | Set (T value) |
| T | Get (void) const |
| virtual void | operator= (const T &val) |
| virtual void | operator= (const CValue< T > &val) |
| virtual | operator std::string () |
| T CValue< T >::Get | ( | void | ) | const [inline] |
| virtual CValue< T >::operator std::string | ( | ) | [inline, virtual] |
| virtual void CValue< T >::operator= | ( | const T & | val | ) | [inline, virtual] |