Colobot
CBotVarInt Member List

This is the complete list of members for CBotVarInt, including all inherited members.

Add(CBotVar *left, CBotVar *right) override (defined in CBotVarInt)CBotVarIntvirtual
AddNext(CBotVar *pVar) (defined in CBotVar)CBotVar
And(CBotVar *left, CBotVar *right) override (defined in CBotVarInt)CBotVarIntvirtual
ASR(CBotVar *left, CBotVar *right) override (defined in CBotVarInt)CBotVarIntvirtual
CBotVar (defined in CBotVarInt)CBotVarIntfriend
CBotVar() (defined in CBotVar)CBotVar
CBotVarInt(const CBotToken *name) (defined in CBotVarInt)CBotVarInt
ConstructorSet() (defined in CBotVar)CBotVarvirtual
Copy(CBotVar *pSrc, bool bName=true) override (defined in CBotVarInt)CBotVarIntvirtual
Create(const char *name, CBotTypResult type) (defined in CBotVar)CBotVarstatic
Create(const char *name, CBotClass *pClass) (defined in CBotVar)CBotVarstatic
Create(const CBotToken *name, int type) (defined in CBotVar)CBotVarstatic
Create(const CBotToken *name, CBotTypResult type) (defined in CBotVar)CBotVarstatic
Create(const char *name, int type, CBotClass *pClass) (defined in CBotVar)CBotVarstatic
Create(CBotVar *pVar) (defined in CBotVar)CBotVarstatic
debug() (defined in CBotVar)CBotVar
Dec() override (defined in CBotVarInt)CBotVarIntvirtual
Div(CBotVar *left, CBotVar *right) override (defined in CBotVarInt)CBotVarIntvirtual
Eq(CBotVar *left, CBotVar *right) override (defined in CBotVarInt)CBotVarIntvirtual
GetClass() (defined in CBotVar)CBotVarvirtual
GetInit() const (defined in CBotVar)CBotVar
GetItem(const char *name) (defined in CBotVar)CBotVarvirtual
GetItem(int row, bool bGrow=false) (defined in CBotVar)CBotVarvirtual
GetItemList() (defined in CBotVar)CBotVarvirtual
GetItemRef(int nIdent) (defined in CBotVar)CBotVarvirtual
GetName() (defined in CBotVar)CBotVar
GetNext() (defined in CBotVar)CBotVar
GetPointer() (defined in CBotVar)CBotVarvirtual
GetPrivate() (defined in CBotVar)CBotVar
GetStaticVar() (defined in CBotVar)CBotVar
GetToken() (defined in CBotVar)CBotVar
GetType(int mode=0) (defined in CBotVar)CBotVar
GetTypResult(int mode=0) (defined in CBotVar)CBotVar
GetUniqNum() (defined in CBotVar)CBotVar
GetUserPtr() (defined in CBotVar)CBotVar
GetValFloat() override (defined in CBotVarInt)CBotVarIntvirtual
GetValInt() override (defined in CBotVarInt)CBotVarIntvirtual
GetValString() override (defined in CBotVarInt)CBotVarIntvirtual
Hi(CBotVar *left, CBotVar *right) override (defined in CBotVarInt)CBotVarIntvirtual
Hs(CBotVar *left, CBotVar *right) override (defined in CBotVarInt)CBotVarIntvirtual
Inc() override (defined in CBotVarInt)CBotVarIntvirtual
InitType enum name (defined in CBotVar)CBotVar
IsDefined() const (defined in CBotVar)CBotVarinline
IsElemOfClass(const char *name) (defined in CBotVar)CBotVar
IsNAN() const (defined in CBotVar)CBotVarinline
IsPrivate(int mode=PR_PROTECT) (defined in CBotVar)CBotVar
IsStatic() (defined in CBotVar)CBotVar
IsUndefined() const (defined in CBotVar)CBotVarinline
Lo(CBotVar *left, CBotVar *right) override (defined in CBotVarInt)CBotVarIntvirtual
Ls(CBotVar *left, CBotVar *right) override (defined in CBotVarInt)CBotVarIntvirtual
m_binit (defined in CBotVar)CBotVarprotected
m_bStatic (defined in CBotVar)CBotVarprotected
m_ident (defined in CBotVar)CBotVarprotected
m_identcpt (defined in CBotVar)CBotVarprotectedstatic
m_InitExpr (defined in CBotVar)CBotVarprotected
m_LimExpr (defined in CBotVar)CBotVarprotected
m_mPrivate (defined in CBotVar)CBotVarprotected
m_next (defined in CBotVar)CBotVarprotected
m_pMyThis (defined in CBotVar)CBotVarprotected
m_pUserPtr (defined in CBotVar)CBotVarprotected
m_token (defined in CBotVar)CBotVarprotected
m_type (defined in CBotVar)CBotVarprotected
Maj(void *pUser=nullptr, bool bContinue=true) (defined in CBotVar)CBotVarvirtual
Modulo(CBotVar *left, CBotVar *right) override (defined in CBotVarInt)CBotVarIntvirtual
Mul(CBotVar *left, CBotVar *right) override (defined in CBotVarInt)CBotVarIntvirtual
Ne(CBotVar *left, CBotVar *right) override (defined in CBotVarInt)CBotVarIntvirtual
Neg() override (defined in CBotVarInt)CBotVarIntvirtual
NextUniqNum() (defined in CBotVar)CBotVarstatic
Not() override (defined in CBotVarInt)CBotVarIntvirtual
Or(CBotVar *left, CBotVar *right) override (defined in CBotVarInt)CBotVarIntvirtual
Power(CBotVar *left, CBotVar *right) override (defined in CBotVarInt)CBotVarIntvirtual
RestoreState(FILE *pf, CBotVar *&pVar) (defined in CBotVar)CBotVarstatic
Save0State(FILE *pf) override (defined in CBotVarInt)CBotVarIntvirtual
Save1State(FILE *pf) override (defined in CBotVarInt)CBotVarIntvirtual
SetClass(CBotClass *pClass) (defined in CBotVar)CBotVarvirtual
SetIdent(long UniqId) (defined in CBotVar)CBotVarvirtual
SetInit(InitType initType) (defined in CBotVar)CBotVar
SetName(const char *name) (defined in CBotVar)CBotVar
SetPointer(CBotVar *p) (defined in CBotVar)CBotVarvirtual
SetPrivate(int mPrivate) (defined in CBotVar)CBotVar
SetStatic(bool bStatic) (defined in CBotVar)CBotVar
SetType(CBotTypResult &type) (defined in CBotVar)CBotVar
SetUniqNum(long n) (defined in CBotVar)CBotVar
SetUserPtr(void *pUser) (defined in CBotVar)CBotVar
SetVal(CBotVar *var) (defined in CBotVar)CBotVar
SetValFloat(float val) override (defined in CBotVarInt)CBotVarIntvirtual
SetValInt(int val, const char *s=nullptr) override (defined in CBotVarInt)CBotVarIntvirtual
SetValString(const char *p) (defined in CBotVar)CBotVarvirtual
SL(CBotVar *left, CBotVar *right) override (defined in CBotVarInt)CBotVarIntvirtual
SR(CBotVar *left, CBotVar *right) override (defined in CBotVarInt)CBotVarIntvirtual
Sub(CBotVar *left, CBotVar *right) override (defined in CBotVarInt)CBotVarIntvirtual
XOr(CBotVar *left, CBotVar *right) override (defined in CBotVarInt)CBotVarIntvirtual
~CBotVar() (defined in CBotVar)CBotVarvirtual