|
Squid Web Cache master
|
Public Member Functions | |
| _ToRefCount () | |
| ~_ToRefCount () override | |
| int | someMethod () |
Static Public Attributes | |
| static int | Instances = 0 |
Definition at line 42 of file testRefCount.cc.
|
inline |
Definition at line 45 of file testRefCount.cc.
References Instances.
|
inlineoverride |
Definition at line 46 of file testRefCount.cc.
References Instances.
|
inline |
Definition at line 48 of file testRefCount.cc.
References Instances.
Referenced by TestRefCount::testObjectToRefCounted().
|
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().