TypeValue Class Reference

Inheritance diagram for TypeValue:

PlugInBase<ITypeValue>


Public Methods

 TypeValue (void *v, const char *t)
virtual ~TypeValue ()
virtual const char * getType ()
virtual SRef< IStringtoString ()
virtual void * getValue ()
virtual void setValue (void *v)

Constructor & Destructor Documentation

TypeValue::TypeValue void *    v,
const char *    t
[inline]
 

virtual TypeValue::~TypeValue   [virtual]
 


Member Function Documentation

virtual const char* TypeValue::getType   [virtual]
 

void * TypeValue::getValue   [inline, virtual]
 

void TypeValue::setValue void *    v [inline, virtual]
 

virtual SRef<IString> TypeValue::toString   [virtual]
 


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

Return to top of page