ACE 8.0.1
|
A base class for internal handles to section keys for configuration implementations. More...
#include <Configuration.h>
Public Member Functions | |
virtual | ~ACE_Section_Key_Internal ()=default |
Virtual destructor, make sure descendants are virtual! | |
virtual int | add_ref () |
Increment reference count. | |
virtual int | dec_ref () |
Decrement reference count. Will delete this if count gets to 0. | |
Protected Member Functions | |
ACE_Section_Key_Internal ()=default | |
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.
|
virtualdefault |
Virtual destructor, make sure descendants are virtual!
|
protecteddefault |
|
protected |
|
virtual |
Increment reference count.
|
virtual |
Decrement reference count. Will delete this if count gets to 0.
|
protected |
|
protected |