Base::Handled Class Reference

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

#include <Handle.h>

Public Member Functions

int getRefCount () 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 ( ) const

◆ operator=()

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

◆ ref()

void Handled::ref ( ) const

◆ unref()

void Handled::unref ( ) const

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