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

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
}
 

Detailed Description

A generic collection of resource files with resource objects. Keep track of a single resource name space for the resource objects.

Macro Definition Documentation

◆ cXObjMgrMethod

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