Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
object_pool.hpp File Reference

Provides a template type boost::object_pool<T, UserAllocator> that can be used for fast and efficient memory allocation of objects of type T. More...

#include <boost/pool/poolfwd.hpp>
#include <boost/pool/pool.hpp>
#include <boost/pool/detail/pool_construct.ipp>
Include dependency graph for object_pool.hpp:
This graph shows which files directly or indirectly include this file:

Classes

singleton  boost::object_pool< T, UserAllocator >
 A template class that can be used for fast and efficient memory allocation of objects. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 

Detailed Description

Provides a template type boost::object_pool<T, UserAllocator> that can be used for fast and efficient memory allocation of objects of type T.

It also provides automatic destruction of non-deallocated objects.