#include <Configuration.h>
Collaboration diagram for ACE_Configuration_Section_Key:

| Public Member Functions | |
| ACE_Configuration_Section_Key (void) | |
| Default constructor. | |
| ACE_Configuration_Section_Key (ACE_Section_Key_Internal *key) | |
| Constructor that initializes to a pointer to a concrete internal key. | |
| ACE_Configuration_Section_Key (const ACE_Configuration_Section_Key &rhs) | |
| Copy constructor, increments the reference count on the key. | |
| ~ACE_Configuration_Section_Key (void) | |
| Destructor, decrements reference count on the referenced key. | |
| ACE_Configuration_Section_Key & | operator= (const ACE_Configuration_Section_Key &rhs) | 
| Private Attributes | |
| ACE_Section_Key_Internal * | key_ | 
| Friends | |
| class | ACE_Configuration | 
Reference counted wrapper class for the abstract internal section key. A user gets one of these to represent a section in the configuration database.
Definition at line 98 of file Configuration.h.
| 
 | 
| Default constructor. 
 Definition at line 41 of file Configuration.cpp. 
 00042 : key_ (0) 00043 { 00044 } | 
| 
 | 
| Constructor that initializes to a pointer to a concrete internal key. 
 
 Definition at line 52 of file Configuration.cpp. References ACE_Section_Key_Internal::add_ref(), and key_. 
 | 
| 
 | 
| Copy constructor, increments the reference count on the key. 
 Definition at line 59 of file Configuration.cpp. References ACE_Section_Key_Internal::add_ref(), and key_. 
 | 
| 
 | 
| Destructor, decrements reference count on the referenced key. 
 Definition at line 46 of file Configuration.cpp. References ACE_Section_Key_Internal::dec_ref(), and key_. 
 | 
| 
 | 
| Assignment operator, increments reference count for this object and decrements it on rhs. Definition at line 67 of file Configuration.cpp. References ACE_Section_Key_Internal::add_ref(), ACE_Section_Key_Internal::dec_ref(), and key_. 
 | 
| 
 | 
| 
 Definition at line 100 of file Configuration.h. | 
| 
 | 
| 
 Definition at line 122 of file Configuration.h. Referenced by ACE_Configuration_Section_Key(), ACE_Configuration::get_internal_key(), operator=(), and ~ACE_Configuration_Section_Key(). | 
 1.3.6
 
1.3.6