ACE 8.0.5
Loading...
Searching...
No Matches
ACE_Section_Key_Win32 Class Reference

The Win32 registry implementation of an internal section key. More...

#include <Configuration.h>

Inheritance diagram for ACE_Section_Key_Win32:
Collaboration diagram for ACE_Section_Key_Win32:

Public Member Functions

*Constructor based on an HKEY ACE_Section_Key_Win32 (HKEY hKey)
Public Member Functions inherited from ACE_Section_Key_Internal
virtual ~ACE_Section_Key_Internal ()=default
 Virtual destructor, make sure descendants are virtual!
virtual int add_ref ()
 Increment reference count.
virtual int dec_ref ()
 Decrement reference count. Will delete this if count gets to 0.

Public Attributes

HKEY hKey_

Protected Member Functions

*Destructor virtual invokes< RegCloseKey > ~ACE_Section_Key_Win32 ()
 ACE_Section_Key_Win32 (const ACE_Section_Key_Win32 &rhs)
ACE_Section_Key_Win32operator= (const ACE_Section_Key_Win32 &rhs)
Protected Member Functions inherited from ACE_Section_Key_Internal
 ACE_Section_Key_Internal ()=default
 ACE_Section_Key_Internal (const ACE_Section_Key_Internal &rhs)
ACE_Section_Key_Internaloperator= (ACE_Section_Key_Internal &rhs)

Additional Inherited Members

Protected Attributes inherited from ACE_Section_Key_Internal
u_int ref_count_ {}

Detailed Description

The Win32 registry implementation of an internal section key.

Holds the HKEY for a section (registry key).

Constructor & Destructor Documentation

◆ ACE_Section_Key_Win32() [1/2]

ACE_Section_Key_Win32::ACE_Section_Key_Win32 ( HKEY hKey)

◆ ~ACE_Section_Key_Win32()

ACE_Section_Key_Win32::~ACE_Section_Key_Win32 ( )
protectedvirtual

◆ ACE_Section_Key_Win32() [2/2]

ACE_Section_Key_Win32::ACE_Section_Key_Win32 ( const ACE_Section_Key_Win32 & rhs)
protected

Member Function Documentation

◆ operator=()

ACE_Section_Key_Win32 & ACE_Section_Key_Win32::operator= ( const ACE_Section_Key_Win32 & rhs)
protected

Member Data Documentation

◆ hKey_

HKEY ACE_Section_Key_Win32::hKey_

The documentation for this class was generated from the following files: