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 Handled & | operator= (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()
|
virtual |
Member Function Documentation
◆ getRefCount()
int Handled::getRefCount | ( | void | ) | const |
Referenced by ParameterGrp::ShouldRemove().
◆ operator=()
◆ ref()
void Handled::ref | ( | ) | const |
Referenced by Data::ComplexGeoDataPy::ComplexGeoDataPy().
◆ unref()
void Handled::unref | ( | ) | const |
The documentation for this class was generated from the following files:
- src/Base/Handle.h
- src/Base/Handle.cpp