Spatial C++ Library
Generic Multi-Dimensional Containers and Spatial Operations
|
Public Member Functions | |
safe_allocator (Link_allocator &a) | |
~safe_allocator () | |
link_ptr | release () |
Public Attributes | |
Link_allocator * | alloc |
link_ptr | link |
Definition at line 183 of file spatial_kdtree.hpp.
spatial::details::Kdtree< Rank, Key, Value, Compare, Alloc >::safe_allocator::safe_allocator | ( | Link_allocator & | a | ) |
Definition at line 187 of file spatial_kdtree.hpp.
spatial::details::Kdtree< Rank, Key, Value, Compare, Alloc >::safe_allocator::~safe_allocator | ( | ) |
Definition at line 190 of file spatial_kdtree.hpp.
link_ptr spatial::details::Kdtree< Rank, Key, Value, Compare, Alloc >::safe_allocator::release | ( | ) |
Definition at line 191 of file spatial_kdtree.hpp.
Link_allocator* spatial::details::Kdtree< Rank, Key, Value, Compare, Alloc >::safe_allocator::alloc |
Definition at line 185 of file spatial_kdtree.hpp.
link_ptr spatial::details::Kdtree< Rank, Key, Value, Compare, Alloc >::safe_allocator::link |
Definition at line 186 of file spatial_kdtree.hpp.