PrevUpHomeNext

Header File Structure

Table 1. Top level headers

Header

Contains

boost/root_ptr.hpp

includes all other headers

boost/root_ptr/root_ptr.hpp

includes just root_ptr headers

boost/root_ptr/root_ptr/allocator.hpp

allocator type


Table 2. Implementation Headers

Header

Contains

boost/root_ptr/detail/root_ptr.hpp

implemention details

boost/root_ptr/detail/block_base.hpp

implemention details

boost/root_ptr/detail/root_ptr_base.hpp

TODO

boost/root_ptr/detail/instrusive_list.hpp

TODO

boost/root_ptr/detail/instrusive_stack.hpp

TODO

boost/root_ptr/detail/system_pool.hpp

system pool TODO

boost/root_ptr/detail/system_pool_spin.hpp

system pool TODO

boost/root_ptr/detail/system_pool_gcc_x86.hpp

system pool GCC x86 TODO

boost/root_ptr/detail/system_pool_w32.hpp

system pool W32 TODO



PrevUpHomeNext