#include <loggingBaseLog.h>
List of all members.
Detailed Description
template<class P>
class Logging::RefCounted< P >
Because of a bug within the Loki smart pointer library which semi-randomly causes assert failures when exiting executables (i.e., at container shutdown), it it necessary to provide our own implementation of RefCounted which does not use the the Loki SmallObj class. RefCounted is the implementation of a classic external reference counting implementation of the OwnerShipPolicy used by loki::SmartPtr. It's based on the class of the same name defined in $ACSROOT/include/lokiSmartPtr.h
Member Enumeration Documentation
Constructor & Destructor Documentation
template<class P>
template<typename P1 >
Member Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file: