Colobot
CBot::CBotVarNumberBase< T, type > Member List

This is the complete list of members for CBot::CBotVarNumberBase< T, type >, including all inherited members.

Add(CBotVar *left, CBotVar *right)CBot::CBotVarvirtual
AddNext(CBotVar *elem)CBot::CBotLinkedList< CBotVar >inline
And(CBotVar *left, CBotVar *right)CBot::CBotVarvirtual
ASR(CBotVar *left, CBotVar *right)CBot::CBotVarvirtual
CBotVar()CBot::CBotVar
CBotVar(const CBotToken &name)CBot::CBotVar
CBotVarNumberBase(const CBotToken &name) (defined in CBot::CBotVarNumberBase< T, type >)CBot::CBotVarNumberBase< T, type >inline
CBotVarValue(const CBotToken &name)CBot::CBotVarValue< T, type >inline
ConstructorSet()CBot::CBotVarvirtual
Copy(CBotVar *pSrc, bool bName=true) overrideCBot::CBotVarValue< T, type >inlinevirtual
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()CBot::CBotVarvirtual
Destroy(CBotVar *var)CBot::CBotVarstatic
Div(CBotVar *left, CBotVar *right)CBot::CBotVarvirtual
Eq(CBotVar *left, CBotVar *right) overrideCBot::CBotVarNumberBase< T, 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< T, type >inlinevirtual
GetValInt() overrideCBot::CBotVarNumberBase< T, type >inlinevirtual
GetValString() overrideCBot::CBotVarValue< T, type >inlinevirtual
Hi(CBotVar *left, CBotVar *right)CBot::CBotVarvirtual
Hs(CBotVar *left, CBotVar *right)CBot::CBotVarvirtual
Inc()CBot::CBotVarvirtual
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)CBot::CBotVarvirtual
Ls(CBotVar *left, CBotVar *right)CBot::CBotVarvirtual
m_binitCBot::CBotVarprotected
m_bStaticCBot::CBotVarprotected
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< T, type >protected
Modulo(CBotVar *left, CBotVar *right)CBot::CBotVarvirtual
Mul(CBotVar *left, CBotVar *right)CBot::CBotVarvirtual
Ne(CBotVar *left, CBotVar *right) overrideCBot::CBotVarNumberBase< T, type >inlinevirtual
Neg()CBot::CBotVarvirtual
NextUniqNum()CBot::CBotVarstatic
Not()CBot::CBotVarvirtual
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)CBot::CBotVarvirtual
Power(CBotVar *left, CBotVar *right)CBot::CBotVarvirtual
ProtectionLevel enum nameCBot::CBotVar
RestoreState(FILE *pf, CBotVar *&pVar)CBot::CBotVarstatic
Save0State(FILE *pf)CBot::CBotVarvirtual
Save1State(FILE *pf)CBot::CBotVarvirtual
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< T, type >inlinevirtual
SetValInt(int val, const std::string &s="") overrideCBot::CBotVarNumberBase< T, type >inlinevirtual
SetValString(const std::string &val) overrideCBot::CBotVarValue< T, type >inlinevirtual
SL(CBotVar *left, CBotVar *right)CBot::CBotVarvirtual
SR(CBotVar *left, CBotVar *right)CBot::CBotVarvirtual
Sub(CBotVar *left, CBotVar *right)CBot::CBotVarvirtual
Update(void *pUser)CBot::CBotVarvirtual
XOr(CBotVar *left, CBotVar *right)CBot::CBotVarvirtual
~CBotLinkedList()CBot::CBotLinkedList< CBotVar >inlinevirtual
~CBotVar()CBot::CBotVarvirtual