|
QCAD
Open Source 2D CAD
|
#include <PointerPoolNode.h>
Public Member Functions | |
| PoolPointer< TPRTree::Node > | acquire () |
| uint32_t | getCapacity () const |
| PointerPool (uint32_t capacity) | |
| void | release (TPRTree::Node *p) |
| void | setCapacity (uint32_t c) |
| ~PointerPool () | |
Public Attributes | |
| uint64_t | m_hits |
| uint64_t | m_misses |
| uint64_t | m_pointerCount |
Protected Attributes | |
| uint32_t | m_capacity |
| std::stack< TPRTree::Node * > | m_pool |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
| uint64_t Tools::PointerPool< SpatialIndex::TPRTree::Node >::m_hits |
| uint64_t Tools::PointerPool< SpatialIndex::TPRTree::Node >::m_misses |
| uint64_t Tools::PointerPool< SpatialIndex::TPRTree::Node >::m_pointerCount |
|
protected |