#include <MEDMEM_RCBase.hxx>
Public Member Functions |
| | RCBASE () |
| void | addReference () const |
| bool | removeReference () const |
Protected Member Functions |
| void | clearRefCouner () |
| | To be called at destructor beginning to avoid recursive calls of destructor in case of cyclic dependencies between reference counters like e.g. between the GMESH and the GROUPs it contains.
|
| virtual | ~RCBASE () |
Private Attributes |
| int | _cnt |
Constructor & Destructor Documentation
| MEDMEM.RCBASE::RCBASE |
( |
| ) |
|
| MEDMEM.RCBASE::~RCBASE |
( |
| ) |
[protected, virtual] |
Member Function Documentation
| void MEDMEM.RCBASE::addReference |
( |
| ) |
const |
| bool MEDMEM.RCBASE::removeReference |
( |
| ) |
const |
| void MEDMEM.RCBASE::clearRefCouner |
( |
| ) |
[protected] |
To be called at destructor beginning to avoid recursive calls of destructor in case of cyclic dependencies between reference counters like e.g. between the GMESH and the GROUPs it contains.
Field Documentation