Handled class Implementation of the reference counting pattern. More...
#include <Handle.h>
Public Member Functions | |
| int | getRefCount () const |
| Handled () | |
| const Handled & | operator= (const Handled &) |
| void | ref () const |
| void | unref () const |
| virtual | ~Handled () |
Handled class Implementation of the reference counting pattern.
| Handled::Handled | ( | ) |
|
virtual |
| int Handled::getRefCount | ( | ) | const |
Referenced by ParameterGrp::ShouldRemove().
| void Handled::ref | ( | ) | const |
| void Handled::unref | ( | ) | const |