ACE 8.0.1
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ACE_Section_Key_Internal Class Reference

A base class for internal handles to section keys for configuration implementations. More...

#include <Configuration.h>

Inheritance diagram for ACE_Section_Key_Internal:
Inheritance graph
[legend]

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_Internaloperator= (ACE_Section_Key_Internal &rhs)
 

Protected Attributes

u_int ref_count_ {}
 

Detailed Description

A base class for internal handles to section keys for configuration implementations.

Implementations subclass this base class to represent a section key.

Constructor & Destructor Documentation

◆ ~ACE_Section_Key_Internal()

virtual ACE_Section_Key_Internal::~ACE_Section_Key_Internal ( )
virtualdefault

Virtual destructor, make sure descendants are virtual!

◆ ACE_Section_Key_Internal() [1/2]

ACE_Section_Key_Internal::ACE_Section_Key_Internal ( )
protecteddefault

◆ ACE_Section_Key_Internal() [2/2]

ACE_Section_Key_Internal::ACE_Section_Key_Internal ( const ACE_Section_Key_Internal & rhs)
protected

Member Function Documentation

◆ add_ref()

int ACE_Section_Key_Internal::add_ref ( )
virtual

Increment reference count.

◆ dec_ref()

int ACE_Section_Key_Internal::dec_ref ( )
virtual

Decrement reference count. Will delete this if count gets to 0.

◆ operator=()

ACE_Section_Key_Internal & ACE_Section_Key_Internal::operator= ( ACE_Section_Key_Internal & rhs)
protected

Member Data Documentation

◆ ref_count_

u_int ACE_Section_Key_Internal::ref_count_ {}
protected

The documentation for this class was generated from the following files: