MezzanineEngine
|
Go to the documentation of this file.
56 #ifndef _xpathvariableset_h
57 #define _xpathvariableset_h
113 bool Set(
const Char8* Name,
bool Value);
119 bool Set(
const Char8* Name,
double Value);
125 bool Set(
const Char8* Name,
const Char8* Value);
138 #if !(defined(SWIG) && defined(MEZZLUA51)) // Stop Swig from making lua bindings but allow other languages
151 #endif // Include guard