Base::Handled Class Reference

Handled class Implementation of the reference counting pattern. More...

#include <Handle.h>

Public Member Functions

int getRefCount (void) const
 
 Handled ()
 
const Handledoperator= (const Handled &)
 
void ref () const
 
void unref () const
 
virtual ~Handled ()
 

Detailed Description

Handled class Implementation of the reference counting pattern.

Constructor & Destructor Documentation

◆ Handled()

Handled::Handled ( )

◆ ~Handled()

Handled::~Handled ( )
virtual

Member Function Documentation

◆ getRefCount()

int Handled::getRefCount ( void  ) const

◆ operator=()

const Handled & Handled::operator= ( const Handled )

◆ ref()

void Handled::ref ( ) const

◆ unref()


The documentation for this class was generated from the following files:
  • src/Base/Handle.h
  • src/Base/Handle.cpp