Etterna 0.74.4
|
This is the complete list of members for XNodeValue, including all inherited members.
Copy() const -> XNodeValue *=0 (defined in XNodeValue) | XNodeValue | pure virtual |
GetValue(std::string &out) const =0 (defined in XNodeValue) | XNodeValue | pure virtual |
GetValue(int &out) const =0 (defined in XNodeValue) | XNodeValue | pure virtual |
GetValue(float &out) const =0 (defined in XNodeValue) | XNodeValue | pure virtual |
GetValue(bool &out) const =0 (defined in XNodeValue) | XNodeValue | pure virtual |
GetValue(unsigned &out) const =0 (defined in XNodeValue) | XNodeValue | pure virtual |
GetValue() const -> T (defined in XNodeValue) | XNodeValue | inline |
PushValue(lua_State *L) const =0 (defined in XNodeValue) | XNodeValue | pure virtual |
SetValue(const std::string &v)=0 (defined in XNodeValue) | XNodeValue | pure virtual |
SetValue(int v)=0 (defined in XNodeValue) | XNodeValue | pure virtual |
SetValue(float v)=0 (defined in XNodeValue) | XNodeValue | pure virtual |
SetValue(unsigned v)=0 (defined in XNodeValue) | XNodeValue | pure virtual |
SetValueFromStack(lua_State *L)=0 (defined in XNodeValue) | XNodeValue | pure virtual |
~XNodeValue()=default (defined in XNodeValue) | XNodeValue | virtual |