MezzanineEngine
|
Go to the documentation of this file.
56 #ifndef _xpathvariable_h
57 #define _xpathvariable_h
102 const Char8* Name()
const;
112 bool GetBoolean()
const;
117 double GetNumber()
const;
122 const Char8* GetString()
const;
133 bool Set(
bool Value);
138 bool Set(
double Value);
143 bool Set(
const Char8* Value);
155 #endif // Include guard