Value<const char *> Class Template Reference

Inheritance diagram for Value<const char *>:

PlugInBase<IStringValue>


Public Methods

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

Detailed Description

template<>
class Value< const char * >


Constructor & Destructor Documentation

Value< const char * >::Value const char *    v [inline]
 

Parameters:
v 

Value< const char * >::~Value   [inline, virtual]
 


Member Function Documentation

const char * Value< const char * >::getType   [inline, virtual]
 

const char * Value< const char * >::getValue   [inline, virtual]
 

void Value< const char * >::setValue const char *    v [inline, virtual]
 

Parameters:
v 

SRef< IString > Value< const char * >::toString   [inline, virtual]
 


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

Return to top of page