Colobot
CBot::CBotVarInt Member List

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

Add(CBotVar *left, CBotVar *right) overrideCBot::CBotVarNumber< int, CBotTypInt >inlinevirtual
AddNext(CBotVar *elem)CBot::CBotLinkedList< CBotVar >inline
And(CBotVar *left, CBotVar *right) overrideCBot::CBotVarIntvirtual
ASR(CBotVar *left, CBotVar *right) overrideCBot::CBotVarIntvirtual
CBotVar (defined in CBot::CBotVarInt)CBot::CBotVarIntfriend
CBotVarNumber< int, CBotTypInt >::CBotVar()CBot::CBotVar
CBotVarNumber< int, CBotTypInt >::CBotVar(const CBotToken &name)CBot::CBotVar
CBotVarInt(const CBotToken &name) (defined in CBot::CBotVarInt)CBot::CBotVarIntinline
CBotVarNumber(const CBotToken &name) (defined in CBot::CBotVarNumber< int, CBotTypInt >)CBot::CBotVarNumber< int, CBotTypInt >inline
CBotVarNumberBase(const CBotToken &name) (defined in CBot::CBotVarNumberBase< int, type >)CBot::CBotVarNumberBase< int, type >inline
CBotVarValue(const CBotToken &name)CBot::CBotVarValue< int, type >inline
ConstructorSet()CBot::CBotVarvirtual
Copy(CBotVar *pSrc, bool bName=true) overrideCBot::CBotVarIntvirtual
Create(const std::string &name, CBotTypResult type)CBot::CBotVarstatic
Create(const std::string &name, CBotClass *pClass)CBot::CBotVarstatic
Create(const CBotToken &name, CBotType type)CBot::CBotVarstatic
Create(const CBotToken &name, CBotTypResult type)CBot::CBotVarstatic
Create(const std::string &name, CBotType type, CBotClass *pClass)CBot::CBotVarstatic
Create(CBotVar *pVar)CBot::CBotVarstatic
Dec() overrideCBot::CBotVarIntvirtual
Destroy(CBotVar *var)CBot::CBotVarstatic
Div(CBotVar *left, CBotVar *right) overrideCBot::CBotVarNumber< int, CBotTypInt >inlinevirtual
Eq(CBotVar *left, CBotVar *right) overrideCBot::CBotVarNumberBase< int, type >inlinevirtual
GetClass()CBot::CBotVarvirtual
GetInit() const CBot::CBotVar
GetItem(const std::string &name)CBot::CBotVarvirtual
GetItem(int index, bool grow=false)CBot::CBotVarvirtual
GetItemList()CBot::CBotVarvirtual
GetItemRef(int nIdent)CBot::CBotVarvirtual
GetName()CBot::CBotVar
GetNext()CBot::CBotLinkedList< CBotVar >inline
GetPointer()CBot::CBotVarvirtual
GetPrivate()CBot::CBotVar
GetStaticVar()CBot::CBotVar
GetToken()CBot::CBotVar
GetType(GetTypeMode mode=GetTypeMode::NORMAL)CBot::CBotVar
GetTypeMode enum nameCBot::CBotVar
GetTypResult(GetTypeMode mode=GetTypeMode::NORMAL)CBot::CBotVar
GetUniqNum()CBot::CBotVar
GetUserPtr()CBot::CBotVar
GetValFloat() overrideCBot::CBotVarNumberBase< int, type >inlinevirtual
GetValInt() overrideCBot::CBotVarNumberBase< int, type >inlinevirtual
GetValString() overrideCBot::CBotVarIntvirtual
Hi(CBotVar *left, CBotVar *right) overrideCBot::CBotVarNumber< int, CBotTypInt >inlinevirtual
Hs(CBotVar *left, CBotVar *right) overrideCBot::CBotVarNumber< int, CBotTypInt >inlinevirtual
Inc() overrideCBot::CBotVarIntvirtual
InitType enum nameCBot::CBotVar
IsDefined() const CBot::CBotVarinline
IsElemOfClass(const std::string &name)CBot::CBotVar
IsNAN() const CBot::CBotVarinline
IsPrivate(ProtectionLevel level=ProtectionLevel::Protected)CBot::CBotVar
IsStatic()CBot::CBotVar
IsUndefined() const CBot::CBotVarinline
Lo(CBotVar *left, CBotVar *right) overrideCBot::CBotVarNumber< int, CBotTypInt >inlinevirtual
Ls(CBotVar *left, CBotVar *right) overrideCBot::CBotVarNumber< int, CBotTypInt >inlinevirtual
m_binitCBot::CBotVarprotected
m_bStaticCBot::CBotVarprotected
m_defnumCBot::CBotVarIntprotected
m_identCBot::CBotVarprotected
m_identcptCBot::CBotVarprotectedstatic
m_InitExprCBot::CBotVarprotected
m_LimExprCBot::CBotVarprotected
m_mPrivateCBot::CBotVarprotected
m_next (defined in CBot::CBotLinkedList< CBotVar >)CBot::CBotLinkedList< CBotVar >protected
m_pMyThisCBot::CBotVarprotected
m_pUserPtrCBot::CBotVarprotected
m_tokenCBot::CBotVarprotected
m_typeCBot::CBotVarprotected
m_valCBot::CBotVarValue< int, type >protected
Modulo(CBotVar *left, CBotVar *right) overrideCBot::CBotVarNumber< int, CBotTypInt >inlinevirtual
Mul(CBotVar *left, CBotVar *right) overrideCBot::CBotVarNumber< int, CBotTypInt >inlinevirtual
Ne(CBotVar *left, CBotVar *right) overrideCBot::CBotVarNumberBase< int, type >inlinevirtual
Neg() overrideCBot::CBotVarIntvirtual
NextUniqNum()CBot::CBotVarstatic
Not() overrideCBot::CBotVarIntvirtual
operator float() (defined in CBot::CBotVar)CBot::CBotVar
operator int() (defined in CBot::CBotVar)CBot::CBotVar
operator std::string() (defined in CBot::CBotVar)CBot::CBotVar
operator=(const CBotVar &var) (defined in CBot::CBotVar)CBot::CBotVar
operator=(int x) (defined in CBot::CBotVar)CBot::CBotVar
operator=(float x) (defined in CBot::CBotVar)CBot::CBotVar
operator=(const std::string &x) (defined in CBot::CBotVar)CBot::CBotVar
Or(CBotVar *left, CBotVar *right) overrideCBot::CBotVarIntvirtual
Power(CBotVar *left, CBotVar *right) overrideCBot::CBotVarNumber< int, CBotTypInt >inlinevirtual
ProtectionLevel enum nameCBot::CBotVar
RestoreState(FILE *pf, CBotVar *&pVar)CBot::CBotVarstatic
Save0State(FILE *pf) overrideCBot::CBotVarIntvirtual
Save1State(FILE *pf) overrideCBot::CBotVarIntvirtual
SetClass(CBotClass *pClass)CBot::CBotVarvirtual
SetIdent(long UniqId)CBot::CBotVarvirtual
SetInit(InitType initType)CBot::CBotVar
SetName(const std::string &name)CBot::CBotVar
SetPointer(CBotVar *p)CBot::CBotVarvirtual
SetPrivate(ProtectionLevel mPrivate)CBot::CBotVar
SetStatic(bool bStatic)CBot::CBotVar
SetType(CBotTypResult &type)CBot::CBotVar
SetUniqNum(long n)CBot::CBotVar
SetUserPtr(void *pUser)CBot::CBotVar
SetVal(CBotVar *var)CBot::CBotVar
SetValFloat(float val) overrideCBot::CBotVarNumberBase< int, type >inlinevirtual
SetValInt(int val, const std::string &s="") overrideCBot::CBotVarIntvirtual
SetValString(const std::string &val) overrideCBot::CBotVarValue< int, type >inlinevirtual
SL(CBotVar *left, CBotVar *right) overrideCBot::CBotVarIntvirtual
SR(CBotVar *left, CBotVar *right) overrideCBot::CBotVarIntvirtual
Sub(CBotVar *left, CBotVar *right) overrideCBot::CBotVarNumber< int, CBotTypInt >inlinevirtual
Update(void *pUser)CBot::CBotVarvirtual
XOr(CBotVar *left, CBotVar *right) overrideCBot::CBotVarIntvirtual
~CBotLinkedList()CBot::CBotLinkedList< CBotVar >inlinevirtual
~CBotVar()CBot::CBotVarvirtual