Gorgon Game Engine
Variable Member List

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

dataDataprotected
Data()Data
Data(const Data &other)Data
Data(Data &&other)Data
Data(const Type *type, const Any &data, bool isreference=false, bool isconstant=false)Data
Data(const Type &type, const Any &data, bool isreference=false, bool isconstant=false)Data
Data(const Type &type)Data
Delete() constData
DeReference()Data
GetData() constData
GetName() constVariable
GetReference()Data
GetType() constData
GetValue() constData
GetValue() constData
GetValue() constData
Invalid()Datastatic
isconstantDataprotected
IsConstant() constData
IsNull() constData
isreferenceDataprotected
IsReference() constData
IsReferenceAssigned() constVariable
IsValid() constData
MakeConstant()Data
operator=(Data)Data
operator==(const Data &r) constData
parentDataprotected
ReferenceValue() constData
ReferenceValue() constData
RemoveParent()Data
Set(Any value)Variable
Set(const Data &value)Variable
Set(const Type &type, Any value)Variable
SetParent(const Data data)Data
SetReferenceable(const Data &value)Variable
ToString() constData
typeDataprotected
Variable(const std::string &name="", const Data &data=Data::Invalid())Variable
Variable(const std::string &name, const Type &type, const Any &value)Variable
Variable(const std::string &name, const Type &type)Variable
~Data()Datavirtual