xoreos  0.0.5
Aurora::Lua::Variable Member List

This is the complete list of members for Aurora::Lua::Variable, including all inherited members.

_boolAurora::Lua::Variable
_dataAurora::Lua::Variable
_exactTypeAurora::Lua::Variableprivate
_floatAurora::Lua::Variable
_functionAurora::Lua::Variable
_stringAurora::Lua::Variable
_tableAurora::Lua::Variable
_typeAurora::Lua::Variableprivate
_valueAurora::Lua::Variableprivate
getBool() constAurora::Lua::Variable
getExactType() constAurora::Lua::Variable
getFloat() constAurora::Lua::Variable
getFunction() constAurora::Lua::Variable
getInt() constAurora::Lua::Variable
getRawUserType() constAurora::Lua::Variable
getString()Aurora::Lua::Variable
getString() constAurora::Lua::Variable
getTable()Aurora::Lua::Variable
getTable() constAurora::Lua::Variable
getType() constAurora::Lua::Variable
getUserType() constAurora::Lua::Variableinline
operator!=(const Variable &var) constAurora::Lua::Variable
operator=(const Variable &var)Aurora::Lua::Variable
operator=(bool value)Aurora::Lua::Variable
operator=(int32 value)Aurora::Lua::Variable
operator=(float value)Aurora::Lua::Variable
operator=(const char *value)Aurora::Lua::Variable
operator=(const Common::UString &value)Aurora::Lua::Variable
operator=(const TableRef &value)Aurora::Lua::Variable
operator=(const FunctionRef &value)Aurora::Lua::Variable
operator=(void *value)Aurora::Lua::Variable
operator==(const Variable &var) constAurora::Lua::Variable
setType(Type type, const Common::UString &exactType="")Aurora::Lua::Variable
Variable(Type type, const Common::UString &exactType="")Aurora::Lua::Variable
Variable(bool value)Aurora::Lua::Variable
Variable(int32 value)Aurora::Lua::Variable
Variable(float value)Aurora::Lua::Variable
Variable(const char *value)Aurora::Lua::Variable
Variable(const Common::UString &value)Aurora::Lua::Variable
Variable(const TableRef &value)Aurora::Lua::Variable
Variable(const FunctionRef &value)Aurora::Lua::Variable
Variable(void *value, const Common::UString &exactType)Aurora::Lua::Variable
Variable(const Variable &var)Aurora::Lua::Variable
~Variable()Aurora::Lua::Variable