![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include "cXObjDef.h"#include "IXObject.h"#include "GrayCore/include/cHashTable.h"#include "GrayCore/include/cThreadLock.h"#include "GrayCore/include/cArraySort.h"#include "GrayCore/include/cUnitTestDecl.h"#include "GrayCore/include/cSingletonPtr.h"#include "cXObjMgrMethods.tbl"Go to the source code of this file.
Classes | |
| class | GrayLib::cArraySortSymName< TYPE > |
| class | GrayLib::cXObjTypeDef |
| class | GrayLib::cXObjMgr |
Namespaces | |
| GrayLib | |
Macros | |
| #define | cXObjMgrMethod(a, b, c) M_##a, |
Enumerations | |
| enum | GrayLib::XOBJTYPF_TYPE { GrayLib::XOBJTYPF_0 = 0 , GrayLib::XOBJTYPF_SINGLETON = 0x01 , GrayLib::XOBJTYPF_DEMANDLOAD = 0x02 , GrayLib::XOBJTYPF_PRIVNAME = 0x04 , GrayLib::XOBJTYPF_SIMPLE = 0x08 , GrayLib::XOBJTYPF_DEPRECATED = 0x10 , GrayLib::XOBJTYPF_STATIC = 0x20 , GrayLib::XOBJTYPF_NOUID = 0x40 , GrayLib::XOBJTYPF_NOPERSIST = 0x80 } |
A generic collection of resource files with resource objects. Keep track of a single resource name space for the resource objects.
| #define cXObjMgrMethod | ( | a, | |
| b, | |||
| c | |||
| ) | M_##a, |