ACE
6.4.2
|
A base class for internal handles to section keys for configuration implementations. More...
#include <Configuration.h>
Public Member Functions | |
virtual | ~ACE_Section_Key_Internal (void) |
Virtual destructor, make sure descendants are virtual! More... | |
virtual int | add_ref (void) |
Increment reference count. More... | |
virtual int | dec_ref (void) |
Decrement reference count. Will delete this if count gets to 0. More... | |
Protected Member Functions | |
ACE_Section_Key_Internal (void) | |
ACE_Section_Key_Internal (const ACE_Section_Key_Internal &rhs) | |
ACE_Section_Key_Internal & | operator= (ACE_Section_Key_Internal &rhs) |
Protected Attributes | |
u_int | ref_count_ |
A base class for internal handles to section keys for configuration implementations.
Implementations subclass this base class to represent a section key.
|
virtual |
Virtual destructor, make sure descendants are virtual!
|
protected |
|
protected |
|
virtual |
Increment reference count.
|
virtual |
Decrement reference count. Will delete this if count gets to 0.
|
protected |
|
protected |