Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cXObjDef.cpp File Reference

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)")
 

Detailed Description

Macro Definition Documentation

◆ cXObjDefMethod

#define cXObjDefMethod (   a,
  b,
 
)    CSCRIPT_METHOD_IMP(a,b,c),

◆ cXObjDefProp

#define cXObjDefProp (   a,
  b,
 
)    CSCRIPT_PROP_IMP(a,b,c),