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

Public Methods | |
| ACE_Configuration_Section_Key (void) | |
| Default constructor. More... | |
| ACE_EXPLICIT | ACE_Configuration_Section_Key (ACE_Section_Key_Internal *key) |
| Constructor that initializes to a pointer to a concrete internal key. More... | |
| ACE_Configuration_Section_Key (const ACE_Configuration_Section_Key &rhs) | |
| Copy constructor, increments the reference count on the key. More... | |
| ~ACE_Configuration_Section_Key (void) | |
| Destructor, decrements reference count on the referenced key. More... | |
| ACE_Configuration_Section_Key & | operator= (const ACE_Configuration_Section_Key &rhs) |
| Assignment operator, increments reference count for this object and decrements it on rhs. More... | |
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 92 of file Configuration.h.
|
|
Default constructor.
Definition at line 110 of file Configuration.cpp.
00111 : key_ (0) 00112 { 00113 } |
|
|
Constructor that initializes to a pointer to a concrete internal key.
Definition at line 121 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 128 of file Configuration.cpp. References ACE_Section_Key_Internal::add_ref, and key_.
|
|
|
Destructor, decrements reference count on the referenced key.
Definition at line 115 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 136 of file Configuration.cpp. References ACE_Section_Key_Internal::add_ref, ACE_Section_Key_Internal::dec_ref, and key_.
|
|
|
Definition at line 94 of file Configuration.h. |
|
|
Definition at line 116 of file Configuration.h. Referenced by ACE_Configuration_Section_Key, ACE_Configuration::get_internal_key, operator=, and ~ACE_Configuration_Section_Key. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002