#include <Configuration.h>
Collaboration diagram for ACE_Configuration_Section_Key:
Public Methods | |
ACE_Configuration_Section_Key (void) | |
Default constructor. | |
ACE_EXPLICIT | 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.
|
Default constructor.
|
|
Constructor that initializes to a pointer to a concrete internal key.
|
|
Copy constructor, increments the reference count on the key.
|
|
Destructor, decrements reference count on the referenced key.
|
|
Assignment operator, increments reference count for this object and decrements it on rhs. |
|
|
|
|