#include <GarbageCollector.h>
Public Methods | |
GarbageCollector () | |
Constructor. More... | |
~GarbageCollector () | |
Destructor. More... | |
string | status () const |
Get status. More... | |
GarbageCollector& | operator+= (MySQLaux::Field *&field) |
Register field pointer, or increase its reference count. More... | |
GarbageCollector& | operator-= (MySQLaux::Field *&field) |
Decrease reference count of field pointer, or unregister it. More... | |
bool | is_referenced (MySQLaux::Field *&field) |
Check whether field is referenced. More... |
Definition at line 36 of file GarbageCollector.h.
|
Constructor.
Definition at line 44 of file GarbageCollector.h. 00044 {} 00045 |
|
Destructor.
Definition at line 49 of file GarbageCollector.h. 00049 {} 00050 |
|
Check whether field is referenced.
|
|
Register field pointer, or increase its reference count.
|
|
Decrease reference count of field pointer, or unregister it.
|
|
Get status.
|