IBaseValue Class Reference

Inheritance diagram for IBaseValue:

IBase ITypeValue IValue


Public Methods

virtual const char * getType ()=0
virtual SRef< IStringtoString ()=0

Static Public Methods

const GuidgetId ()

Detailed Description

This abstract class is the base interface for all values used in scripting.


Member Function Documentation

static const Guid & IBaseValue::getId   [inline, static]
 

Reimplemented in IValue, and ITypeValue.

const char * IBaseValue::getType   [pure virtual]
 

SRef< IString > IBaseValue::toString   [pure virtual]
 


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

Return to top of page