![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include "pch.h"#include "XObject/cXObjDef.h"#include "XObject/cXObjMgr.h"#include "ScriptContext/cScriptContext.h"#include "GrayCore/include/cAppState.h"#include "GrayCore/include/StrA.h"#include "XObject/cXObjDefProps.tbl"#include "XObject/cXObjDefMethods.tbl"Namespaces | |
| GrayLib | |
Macros | |
| #define | cXObjDefProp(a, b, c) CSCRIPT_PROP_IMP(a,b,c), |
| #define | cXObjDefMethod(a, b, c) CSCRIPT_METHOD_IMP(a,b,c), |
Functions | |
| GrayLib::CSCRIPT_CLASS_IMP1 (XObjDef, cXObjDef::sm_Props, cXObjDef::sm_Methods, "The base interface for definition objects (may have a symbolic name)") | |
| #define cXObjDefMethod | ( | a, | |
| b, | |||
| c | |||
| ) | CSCRIPT_METHOD_IMP(a,b,c), |
| #define cXObjDefProp | ( | a, | |
| b, | |||
| c | |||
| ) | CSCRIPT_PROP_IMP(a,b,c), |