#include <object_pool.hpp>
|
| template<typename Object > |
| static Object * | create () |
| |
| template<typename Object > |
| static void | destroy (Object *o) |
| |
| template<typename Object > |
| static Object *& | next (Object *o) |
| |
| template<typename Object > |
| static Object *& | prev (Object *o) |
| |
Definition at line 28 of file object_pool.hpp.
template<typename Object >
| static Object* asio::detail::object_pool_access::create |
( |
| ) |
|
|
inlinestatic |
template<typename Object >
| static void asio::detail::object_pool_access::destroy |
( |
Object * |
o | ) |
|
|
inlinestatic |
template<typename Object >
| static Object*& asio::detail::object_pool_access::next |
( |
Object * |
o | ) |
|
|
inlinestatic |
template<typename Object >
| static Object*& asio::detail::object_pool_access::prev |
( |
Object * |
o | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file:
- /home/martin/ver/3DLab/code/asio-1.10.6/include/asio/detail/object_pool.hpp