Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cXObjDef.h File Reference
#include "cXObject.h"
#include "cXObjDefProps.tbl"
#include "cXObjDefMethods.tbl"

Go to the source code of this file.

Classes

class  GrayLib::cXObjDef
 

Namespaces

 GrayLib
 

Macros

#define cXObjDefProp(a, b, c)   P_##a,
 
#define cXObjDefMethod(a, b, c)   M_##a,
 base methods that all objects have. More...
 

Typedefs

typedef cRefPtr< cXObjDef > GrayLib::cXObjDefPtr
 

Detailed Description

Macro Definition Documentation

◆ cXObjDefMethod

#define cXObjDefMethod (   a,
  b,
 
)    M_##a,

base methods that all objects have.

◆ cXObjDefProp

#define cXObjDefProp (   a,
  b,
 
)    P_##a,