IValue Class Template Reference

Inheritance diagram for IValue:

IBaseValue IBase


Public Methods

virtual T getValue ()=0
virtual void setValue (T value)=0

Static Public Methods

const GuidgetId ()

Detailed Description

template<class T>
class IValue< T >

This is the template interface for all values used in scripting.


Member Function Documentation

static const Guid & IValue< T >::getId   [inline, static]
 

Reimplemented from IBaseValue.

template<class T>
T IValue< T >::getValue   [pure virtual]
 

template<class T>
void IValue< T >::setValue T    value [pure virtual]
 

Parameters:
value 


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

Return to top of page