#include <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 |
|
1.5.8