Colobot
CBot::CBotVar Member List

This is the complete list of members for CBot::CBotVar, 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
CBotClass classCBot::CBotVarfriend
CBotCStack classCBot::CBotVarfriend
CBotInstrCall classCBot::CBotVarfriend
CBotProgram classCBot::CBotVarfriend
CBotStack classCBot::CBotVarfriend
CBotVar()CBot::CBotVar
CBotVar(const CBotToken &name)CBot::CBotVar
CBotVarArray classCBot::CBotVarfriend
CBotVarClass classCBot::CBotVarfriend
CBotVarPointer classCBot::CBotVarfriend
ConstructorSet()CBot::CBotVarvirtual
Copy(CBotVar *pSrc, bool bName=true)CBot::CBotVarvirtual
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)CBot::CBotVarvirtual
GetClass()CBot::CBotVarvirtual
GetInit() constCBot::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
GetValByte()CBot::CBotVarvirtual
GetValChar()CBot::CBotVarvirtual
GetValDouble()CBot::CBotVarvirtual
GetValFloat()CBot::CBotVarvirtual
GetValInt()CBot::CBotVarvirtual
GetValLong()CBot::CBotVarvirtual
GetValShort()CBot::CBotVarvirtual
GetValString()CBot::CBotVarvirtual
Hi(CBotVar *left, CBotVar *right)CBot::CBotVarvirtual
Hs(CBotVar *left, CBotVar *right)CBot::CBotVarvirtual
Inc()CBot::CBotVarvirtual
InitType enum nameCBot::CBotVar
IsDefined() constCBot::CBotVarinline
IsElemOfClass(const std::string &name)CBot::CBotVar
IsNAN() constCBot::CBotVarinline
IsPrivate(ProtectionLevel level=ProtectionLevel::Protected)CBot::CBotVar
IsStatic()CBot::CBotVar
IsUndefined() constCBot::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
Modulo(CBotVar *left, CBotVar *right)CBot::CBotVarvirtual
Mul(CBotVar *left, CBotVar *right)CBot::CBotVarvirtual
Ne(CBotVar *left, CBotVar *right)CBot::CBotVarvirtual
Neg()CBot::CBotVarvirtual
NextUniqNum()CBot::CBotVarstatic
Not()CBot::CBotVarvirtual
operator bool()CBot::CBotVar
operator double()CBot::CBotVar
operator float()CBot::CBotVar
operator int()CBot::CBotVar
operator long()CBot::CBotVar
operator short()CBot::CBotVar
operator signed char()CBot::CBotVar
operator std::string()CBot::CBotVar
operator uint32_t()CBot::CBotVar
operator=(const CBotVar &var)CBot::CBotVar
operator=(signed char x)CBot::CBotVar
operator=(short x)CBot::CBotVar
operator=(uint32_t x)CBot::CBotVar
operator=(int x)CBot::CBotVar
operator=(long x)CBot::CBotVar
operator=(float x)CBot::CBotVar
operator=(double x)CBot::CBotVar
operator=(const std::string &x)CBot::CBotVar
Or(CBotVar *left, CBotVar *right)CBot::CBotVarvirtual
Power(CBotVar *left, CBotVar *right)CBot::CBotVarvirtual
ProtectionLevel enum nameCBot::CBotVar
RestoreState(std::istream &istr, CBotVar *&pVar)CBot::CBotVarstatic
Save0State(std::ostream &ostr)CBot::CBotVarvirtual
Save1State(std::ostream &ostr)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
SetValByte(signed char val)CBot::CBotVarvirtual
SetValChar(uint32_t val)CBot::CBotVarvirtual
SetValDouble(double val)CBot::CBotVarvirtual
SetValFloat(float val)CBot::CBotVarvirtual
SetValInt(int val, const std::string &name="")CBot::CBotVarvirtual
SetValLong(long val)CBot::CBotVarvirtual
SetValShort(short val)CBot::CBotVarvirtual
SetValString(const std::string &val)CBot::CBotVarvirtual
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