Realistic 3D camera system
3D camera system components
Static Public Member Functions | List of all members
asio::detail::object_pool_access Class Reference

#include <object_pool.hpp>

Static Public Member Functions

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)
 

Detailed Description

Definition at line 28 of file object_pool.hpp.

Member Function Documentation

template<typename Object >
static Object* asio::detail::object_pool_access::create ( )
inlinestatic

Definition at line 32 of file object_pool.hpp.

template<typename Object >
static void asio::detail::object_pool_access::destroy ( Object *  o)
inlinestatic

Definition at line 38 of file object_pool.hpp.

template<typename Object >
static Object*& asio::detail::object_pool_access::next ( Object *  o)
inlinestatic

Definition at line 44 of file object_pool.hpp.

template<typename Object >
static Object*& asio::detail::object_pool_access::prev ( Object *  o)
inlinestatic

Definition at line 50 of file object_pool.hpp.


The documentation for this class was generated from the following file: