|
BALL 1.5.0
|
class which does the pool operations of the RecStructCore_ pool More...
#include <BALL/STRUCTURE/smartsMatcher.h>
Public Member Functions | |
| RecStructPool_ () | |
| default constructors | |
| virtual | ~RecStructPool_ () |
| destructor | |
| RecStructCore_ * | getNextFree () |
| returns the a free RecStructCore_ of the pool (creates new ones if needed) | |
| Position | getLastPosition () |
| returns the position of the last RecStructCore_* from getNextFree() | |
| void | destroy (Position pos) |
| frees the structure at position pos | |
class which does the pool operations of the RecStructCore_ pool
Definition at line 153 of file smartsMatcher.h.
| BALL::SmartsMatcher::RecStructPool_::RecStructPool_ | ( | ) |
default constructors
|
virtual |
destructor
| void BALL::SmartsMatcher::RecStructPool_::destroy | ( | Position | pos | ) |
frees the structure at position pos
| Position BALL::SmartsMatcher::RecStructPool_::getLastPosition | ( | ) |
returns the position of the last RecStructCore_* from getNextFree()
| RecStructCore_ * BALL::SmartsMatcher::RecStructPool_::getNextFree | ( | ) |
returns the a free RecStructCore_ of the pool (creates new ones if needed)