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 277 of file spatial_relaxed_kdtree.hpp.
spatial::details::Relaxed_kdtree< Rank, Key, Value, Compare, Balancing, Alloc >::safe_allocator::safe_allocator | ( | Link_allocator & | a | ) |
Definition at line 281 of file spatial_relaxed_kdtree.hpp.
spatial::details::Relaxed_kdtree< Rank, Key, Value, Compare, Balancing, Alloc >::safe_allocator::~safe_allocator | ( | ) |
Definition at line 284 of file spatial_relaxed_kdtree.hpp.
link_ptr spatial::details::Relaxed_kdtree< Rank, Key, Value, Compare, Balancing, Alloc >::safe_allocator::release | ( | ) |
Definition at line 285 of file spatial_relaxed_kdtree.hpp.
Link_allocator* spatial::details::Relaxed_kdtree< Rank, Key, Value, Compare, Balancing, Alloc >::safe_allocator::alloc |
Definition at line 279 of file spatial_relaxed_kdtree.hpp.
link_ptr spatial::details::Relaxed_kdtree< Rank, Key, Value, Compare, Balancing, Alloc >::safe_allocator::link |
Definition at line 280 of file spatial_relaxed_kdtree.hpp.