Value Class Template Reference

Inheritance diagram for Value:

PlugInBase<IValue<T>>


Public Methods

 Value (T v)
virtual ~Value ()
virtual const char * getType ()
virtual SRef< IStringtoString ()
virtual T getValue ()
virtual void setValue (T v)

Detailed Description

template<class T>
class Value< T >

This class is a value that implements the IValue interface.


Constructor & Destructor Documentation

template<class T>
Value< T >::Value T    v [inline]
 

template<class T>
Value< T >::~Value   [inline, virtual]
 


Member Function Documentation

template<class T>
const char * Value< T >::getType   [virtual]
 

template<class T>
T Value< T >::getValue   [inline, virtual]
 

template<class T>
void Value< T >::setValue T    v [inline, virtual]
 

template<class T>
SRef< IString > Value< T >::toString   [virtual]
 

This function returns the string representation of this value.


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

Return to top of page