#include <Configuration.h>
Inheritance diagram for ACE_Section_Key_Internal:
Public Methods | |
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 Methods | |
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_ |
|
Virtual destructor, make sure descendants are virtual!
|
|
|
|
|
|
Increment reference count.
|
|
Decrement reference count. Will delete this if count gets to 0.
|
|
|
|
|