ACE
6.3.3
|
The Win32 registry implementation of an internal section key. More...
#include <Configuration.h>
Public Member Functions | |
ACE_Section_Key_Win32 (HKEY hKey) | |
Constructor based on an HKEY. More... | |
Public Member Functions inherited from ACE_Section_Key_Internal | |
virtual | ~ACE_Section_Key_Internal (void) |
Virtual destructor, make sure descendants are virtual! More... | |
virtual int | add_ref (void) |
Increment reference count. More... | |
virtual int | dec_ref (void) |
Decrement reference count. Will delete this if count gets to 0. More... | |
Public Attributes | |
HKEY | hKey_ |
Protected Member Functions | |
virtual | ~ACE_Section_Key_Win32 (void) |
Destructor - invokes <RegCloseKey> More... | |
ACE_Section_Key_Win32 (const ACE_Section_Key_Win32 &rhs) | |
ACE_Section_Key_Win32 & | operator= (const ACE_Section_Key_Win32 &rhs) |
Protected Member Functions inherited from ACE_Section_Key_Internal | |
ACE_Section_Key_Internal (void) | |
ACE_Section_Key_Internal (const ACE_Section_Key_Internal &rhs) | |
ACE_Section_Key_Internal & | operator= (ACE_Section_Key_Internal &rhs) |
Additional Inherited Members | |
Protected Attributes inherited from ACE_Section_Key_Internal | |
u_int | ref_count_ |
The Win32 registry implementation of an internal section key.
Holds the HKEY for a section (registry key).
ACE_Section_Key_Win32::ACE_Section_Key_Win32 | ( | HKEY | hKey | ) |
Constructor based on an HKEY.
|
protectedvirtual |
Destructor - invokes <RegCloseKey>
|
protected |
|
protected |
HKEY ACE_Section_Key_Win32::hKey_ |