![]() |
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 107 of file Database/APR/StorageSvc/StorageSvc/pool.h.
|
inline |
Definition at line 111 of file Database/APR/StorageSvc/StorageSvc/pool.h.
|
inline |
Definition at line 112 of file Database/APR/StorageSvc/StorageSvc/pool.h.
|
inline |
Increase the reference count.
Definition at line 116 of file Database/APR/StorageSvc/StorageSvc/pool.h.
|
inline |
Definition at line 114 of file Database/APR/StorageSvc/StorageSvc/pool.h.
|
inline |
Decrease the reference count.
Definition at line 118 of file Database/APR/StorageSvc/StorageSvc/pool.h.
|
private |
Definition at line 109 of file Database/APR/StorageSvc/StorageSvc/pool.h.