Overview Chapter

class IStoredVar

Constructors and Destructors
IStoredVar Only friends may create
~IStoredVarDestructor.
Operations
GetID Retrieve the ID.
GetType Retrieve the type.
Name Retrieve or set the name of a variable.
Overridables
   
                      
Data Members
   
protected
const STOREDVAR_ID m_VarID;Each variable has unique ID within its class.
const string m_Varname;The name of the variable.
const STOREDVAR_TYPE m_Vartype;And a defined datatype that cannot be changed later.