log4cplus
1.1.0
|
#include <pointer.h>
Public Member Functions | |
void | addReference () const |
void | removeReference () const |
Public Attributes | |
thread::Mutex | access_mutex |
Protected Member Functions | |
SharedObject () | |
SharedObject (const SharedObject &) | |
virtual | ~SharedObject () |
SharedObject & | operator= (const SharedObject &) |
log4cplus::helpers::SharedObject::SharedObject | ( | ) | [inline, protected] |
log4cplus::helpers::SharedObject::SharedObject | ( | const SharedObject & | ) | [inline, protected] |
virtual log4cplus::helpers::SharedObject::~SharedObject | ( | ) | [protected, virtual] |
void log4cplus::helpers::SharedObject::addReference | ( | ) | const |
SharedObject& log4cplus::helpers::SharedObject::operator= | ( | const SharedObject & | ) | [inline, protected] |
void log4cplus::helpers::SharedObject::removeReference | ( | ) | const |