solarpowerlog trunk
CValue< T > Class Template Reference

#include <CValue.h>

Inheritance diagram for CValue< T >:
Collaboration diagram for CValue< T >:

List of all members.

Public Member Functions

 CValue ()
void Set (T value)
Get (void) const
virtual void operator= (const T &val)
virtual void operator= (const CValue< T > &val)
virtual operator std::string ()

Detailed Description

template<class T>
class CValue< T >

Definition at line 50 of file CValue.h.


Constructor & Destructor Documentation

template<class T>
CValue< T >::CValue ( ) [inline]

Definition at line 54 of file CValue.h.


Member Function Documentation

template<class T>
T CValue< T >::Get ( void  ) const [inline]

Definition at line 63 of file CValue.h.

template<class T>
virtual CValue< T >::operator std::string ( ) [inline, virtual]

Inteface method for easier transfer to strings.

Implements IValue.

Definition at line 78 of file CValue.h.

template<class T>
virtual void CValue< T >::operator= ( const CValue< T > &  val) [inline, virtual]

Definition at line 73 of file CValue.h.

Here is the call graph for this function:

template<class T>
virtual void CValue< T >::operator= ( const T &  val) [inline, virtual]

Definition at line 68 of file CValue.h.

template<class T>
void CValue< T >::Set ( value) [inline]

Definition at line 58 of file CValue.h.


The documentation for this class was generated from the following file: