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:

Inheritance graph
[legend]
Collaboration diagram for ACE_Section_Key_Win32:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ACE_Section_Key_Win32 (HKEY hKey)
 Constructor based on an HKEY.


Public Attributes

HKEY hKey_

Protected Member Functions

virtual ~ACE_Section_Key_Win32 (void)
 Destructor - invokes .

 ACE_Section_Key_Win32 (const ACE_Section_Key_Win32 &rhs)
ACE_Section_Key_Win32operator= (const ACE_Section_Key_Win32 &rhs)

Detailed Description

The Win32 registry implementation of an internal section key.

Holds the HKEY for a section (registry key).

Definition at line 441 of file Configuration.h.


Constructor & Destructor Documentation

ACE_Section_Key_Win32::ACE_Section_Key_Win32 HKEY  hKey  ) 
 

Constructor based on an HKEY.

Definition at line 442 of file Configuration.cpp.

00443   : hKey_ (hKey)
00444 {
00445 }

ACE_Section_Key_Win32::~ACE_Section_Key_Win32 void   )  [protected, virtual]
 

Destructor - invokes .

Definition at line 447 of file Configuration.cpp.

References hKey_.

00448 {
00449   ::RegCloseKey (hKey_);
00450 }

ACE_Section_Key_Win32::ACE_Section_Key_Win32 const ACE_Section_Key_Win32 rhs  )  [protected]
 


Member Function Documentation

ACE_Section_Key_Win32& ACE_Section_Key_Win32::operator= const ACE_Section_Key_Win32 rhs  )  [protected]
 


Member Data Documentation

HKEY ACE_Section_Key_Win32::hKey_
 

Definition at line 447 of file Configuration.h.

Referenced by ACE_Configuration_Win32Registry::load_key(), and ~ACE_Section_Key_Win32().


The documentation for this class was generated from the following files:
Generated on Sun Jan 27 12:57:05 2008 for ACE by doxygen 1.3.6