![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include "IXObject.h"#include "../Scriptable/cScriptableObj.h"#include "../Variant/cVarMap.h"#include "GrayCore/include/cHeap.h"#include "GrayCore/include/cRefPtr.h"#include "GrayCore/include/cTimeSys.h"#include "GrayCore/include/cTimeInt.h"#include "GrayCore/include/cThreadLockRef.h"#include "GrayCore/include/IUnknown.h"#include "cXObjectProps.tbl"#include "cXObjectMethods.tbl"Go to the source code of this file.
Classes | |
| class | GrayLib::cXObject |
Namespaces | |
| GrayLib | |
Macros | |
| #define | XOBJ_ROOT "Root" |
| #define | cXObjectProp(a, b, c, d) P_##a, |
| #define | cXObjectMethod(a, b, c, d) M_##a, |
Typedefs | |
| typedef int | GrayLib::XOBJTIDX_TYPE |
| enumerated cXObjTypeDef More... | |
| typedef int | GrayLib::XOBJ_WEIRD_t |
| typedef cRefPtr< cXObject > | GrayLib::cXObjectPtr |
Functions | |
| GrayLib::UNITTEST2_PREDEF (cXObject) | |
| XOBJ_WEIRD_t | GrayLib::XOBJ_WEIRD_CODE (int _Interface, int _CantFix, int _UniqueTestCode) |
Variables | |
| class __DECL_IMPORT | GrayLib::cScriptableProp |
| class __DECL_IMPORT | GrayLib::cXObject |
| class __DECL_IMPORT | GrayLib::cXObjDef |
| const int | GrayLib::k_XOBJTIDX_QTY = 128 |
| max cXObjTypeDef. NOT USED. More... | |
| #define cXObjectMethod | ( | a, | |
| b, | |||
| c, | |||
| d | |||
| ) | M_##a, |
| #define cXObjectProp | ( | a, | |
| b, | |||
| c, | |||
| d | |||
| ) | P_##a, |
| #define XOBJ_ROOT "Root" |