![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
Go to the source code of this file.
Classes | |
class | Gray::cPtrFacade< TYPE > |
Namespaces | |
Gray | |
< The main namespace for all Core functions. | |
Macros | |
#define | SMART_CAST(_DSTCLASS, p) DYNPTR_CAST(_DSTCLASS,(p).get_Ptr()) |
#define | SMARTS_CAST(_DSTCLASS, p) CHECKPTR_CAST(_DSTCLASS,(p).get_Ptr()) |
#define SMART_CAST | ( | _DSTCLASS, | |
p | |||
) | DYNPTR_CAST(_DSTCLASS,(p).get_Ptr()) |
#define SMARTS_CAST | ( | _DSTCLASS, | |
p | |||
) | CHECKPTR_CAST(_DSTCLASS,(p).get_Ptr()) |