#include <Configuration.h>
Inheritance diagram for ACE_Section_Key_Internal:
Public Member Functions | |
virtual | ~ACE_Section_Key_Internal (void) |
Virtual destructor, make sure descendants are virtual! | |
virtual int | add_ref (void) |
Increment reference count. | |
virtual int | dec_ref (void) |
Decrement reference count. Will delete this if count gets to 0. | |
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_ |
For internal use only.
Implementations subclass this base class to represent a section key.
|
Virtual destructor, make sure descendants are virtual!
|
|
|
|
|
|
Increment reference count.
|
|
Decrement reference count. Will delete this if count gets to 0.
|
|
|
|
|