Inheritance diagram for CP_HDC:
Public Member Functions | |
Constructor / Destructor | |
CP_HDC (HDC inHDC, HWND inHWND) | |
Constructor. | |
CP_HDC (const CP_HDC &inHDC) | |
virtual | ~CP_HDC () throw () |
Destructor. | |
Getters | |
HDC | GetHDC () |
operators | |
CP_HDC & | operator= (const CP_HDC &inHDC) |
Protected Attributes | |
HDC | fHDC |
HWND | fHWND |
|
|
|
|
|
|
|
|
|
|
|
Add a reference to our object, returning the new reference count.
|
|
Remove a reference to our object, returning the new reference count. If the count is 0, then this object is also deleted, and 0 is returned.
|
|
Add the object to the topmost auto-release pool. This will ensure that the object is eventually released.
|
|
Returns the current ref count.
|
|
|
|
The HDC we manage. |