|
| ShVal (ShDataType eObjType, const char *sObjName) |
|
ShDataType | GetObjType () const |
|
const char * | GetObjName () const |
|
int | GetStatus () const |
|
int | SetStatus (int nStatus) |
|
void | ClearStatus () |
|
virtual bool | ToBool () const =0 |
|
virtual int | ToInt () const =0 |
|
virtual double | ToReal () const =0 |
|
virtual const char * | ToString () const =0 |
|
virtual ShVal * | Add (const ShVal *pRhs)=0 |
|
virtual ShVal * | Sub (const ShVal *pRhs)=0 |
|
virtual ShVal * | Mul (const ShVal *pRhs)=0 |
|
virtual ShVal * | Div (const ShVal *pRhs)=0 |
|
virtual ShVal * | Mod (const ShVal *pRhs)=0 |
|
virtual bool | IsEQ (const ShVal *pRhs)=0 |
|
virtual bool | IsNotEQ (const ShVal *pRhs)=0 |
|
virtual bool | IsGT (const ShVal *pRhs)=0 |
|
virtual bool | IsGE (const ShVal *pRhs)=0 |
|
virtual bool | IsLT (const ShVal *pRhs)=0 |
|
virtual bool | IsLE (const ShVal *pRhs)=0 |
|
virtual ShVal * | Dup (const ShVal *pRhs)=0 |
|
|
static ShVal * | New (bool val) |
|
static ShVal * | New (int val) |
|
static ShVal * | New (double val) |
|
static ShVal * | New (const char *val) |
|
|
ShDataType | m_eObjType |
|
const char * | m_sObjName |
|
int | m_nStatus |
|
Definition at line 100 of file rnshell.cxx.
The documentation for this class was generated from the following file: