#include <boost/pool/pool.hpp>#include "pool_allocators.h"Go to the source code of this file.
Data Structures | |
| class | singleton_object_pool< T, Alloc > |
| struct | singleton_object_pool< T, Alloc >::pool_impl |
| struct | singleton_object_pool< T, Alloc >::singleton |
| struct | PoolDestructor< T > |
Defines | |
| #define | SINGLETON_OBJECT_POOL_H |
| #define | BOOST_POOL_NO_MT |
Functions | |
| template<typename T > | |
| boost::shared_ptr< T > | make_shared (T *t) |
| #define BOOST_POOL_NO_MT |
Definition at line 33 of file singleton_object_pool.h.
| #define SINGLETON_OBJECT_POOL_H |
Definition at line 31 of file singleton_object_pool.h.
| boost::shared_ptr<T> make_shared | ( | T * | t | ) | [inline] |
Definition at line 147 of file singleton_object_pool.h.
1.6.1