ATLAS Offline Software
|
#include <pool.h>
Public Member Functions | |
RefCounter () | |
RefCounter (const RefCounter &) | |
RefCounter & | operator= (const RefCounter &) |
int | addRef () |
Increase the reference count. More... | |
int | subRef () |
Decrease the reference count. More... | |
Private Attributes | |
int | m_count = 1 |
Definition at line 130 of file Database/APR/StorageSvc/StorageSvc/pool.h.
|
inline |
Definition at line 134 of file Database/APR/StorageSvc/StorageSvc/pool.h.
|
inline |
Definition at line 135 of file Database/APR/StorageSvc/StorageSvc/pool.h.
|
inline |
Increase the reference count.
Definition at line 139 of file Database/APR/StorageSvc/StorageSvc/pool.h.
|
inline |
Definition at line 137 of file Database/APR/StorageSvc/StorageSvc/pool.h.
|
inline |
Decrease the reference count.
Definition at line 141 of file Database/APR/StorageSvc/StorageSvc/pool.h.
|
private |
Definition at line 132 of file Database/APR/StorageSvc/StorageSvc/pool.h.