Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cHandlePtr.h File Reference
#include "cNonCopyable.h"

Go to the source code of this file.

Classes

class  Gray::cHandlePtr< _TYPE_HAND >
 

Namespaces

 Gray
 < The main namespace for all Core functions.
 

Macros

#define HANDLEPTR_NULL   nullptr
 NOT the same as an OS HANDLE, Not an int in Linux. Always void* based. More...
 

Detailed Description

Wrap a general handle/pointer

Macro Definition Documentation

◆ HANDLEPTR_NULL

#define HANDLEPTR_NULL   nullptr

NOT the same as an OS HANDLE, Not an int in Linux. Always void* based.