Public Member Functions | |
_ToRefCount () | |
~_ToRefCount () override | |
int | someMethod () |
Static Public Attributes | |
static int | Instances = 0 |
Detailed Description
Definition at line 42 of file testRefCount.cc.
Constructor & Destructor Documentation
◆ _ToRefCount()
|
inline |
Definition at line 45 of file testRefCount.cc.
References Instances.
◆ ~_ToRefCount()
|
inlineoverride |
Definition at line 46 of file testRefCount.cc.
References Instances.
Member Function Documentation
◆ someMethod()
|
inline |
Definition at line 48 of file testRefCount.cc.
References Instances.
Referenced by TestRefCount::testObjectToRefCounted().
Member Data Documentation
◆ Instances
|
static |
Definition at line 55 of file testRefCount.cc.
Referenced by _ToRefCount(), ~_ToRefCount(), AlsoRefCountable::doSomething(), someMethod(), TestRefCount::testCheckPointers(), TestRefCount::testCountability(), TestRefCount::testDoubleInheritToSingleInherit(), TestRefCount::testObjectToRefCounted(), TestRefCount::testPointerConst(), TestRefCount::testPointerFromRefCounter(), TestRefCount::testRefCountFromConst(), and TestRefCount::testStandalonePointer().
The documentation for this class was generated from the following file:
- src/tests/testRefCount.cc