![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cScriptContext.h>
Static Public Member Functions | |
static cScriptContext *GRAYCALL | GetContextRoot () |
static cScriptContext *GRAYCALL | GetContextCurrent () |
static cScriptContext *GRAYCALL | GetContextSafe (cScriptContext *pContext) |
Pile on top of cExpressionContextMgr to convert cExpressionContext to cScriptContext
|
static |
should not return nullptr. will return cExpressionContext::m_pContextRoot.
|
static |
Get the root/default context, for global Var(s), and global Root object (for all threads).
|
static |
Use current context if one is not supplied.