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

The singleton_pool class allows other pool interfaces for types of the same size to share the same underlying pool. More...

#include <boost/pool/poolfwd.hpp>
#include <boost/pool/pool.hpp>
#include <boost/pool/detail/guard.hpp>
#include <boost/type_traits/aligned_storage.hpp>
Include dependency graph for singleton_pool.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::singleton_pool< Tag, RequestedSize, UserAllocator, Mutex, NextSize, MaxSize >
 The singleton_pool class allows other pool interfaces for types of the same size to share the same pool. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 

Detailed Description

The singleton_pool class allows other pool interfaces for types of the same size to share the same underlying pool.

Header singleton_pool.hpp provides a template class singleton_pool, which provides access to a pool as a singleton object.