Realistic 3D camera system
3D camera system components
Public Member Functions | Friends | List of all members
custom_alloc_handler< Handler > Class Template Reference

#include <handler_allocator.hpp>

Public Member Functions

 custom_alloc_handler (handler_allocator &a, Handler h)
 
template<typename Arg1 >
void operator() (Arg1 arg1)
 
template<typename Arg1 , typename Arg2 >
void operator() (Arg1 arg1, Arg2 arg2)
 
 custom_alloc_handler (handler_allocator &a, Handler h)
 
template<typename... Args>
void operator() (Args &&...args)
 
 custom_alloc_handler (handler_allocator &a, Handler h)
 
template<typename Arg1 >
void operator() (Arg1 arg1)
 
template<typename Arg1 , typename Arg2 >
void operator() (Arg1 arg1, Arg2 arg2)
 

Friends

void * asio_handler_allocate (std::size_t size, custom_alloc_handler< Handler > *this_handler)
 
void asio_handler_deallocate (void *pointer, std::size_t, custom_alloc_handler< Handler > *this_handler)
 
void * asio_handler_allocate (std::size_t size, custom_alloc_handler< Handler > *this_handler)
 
void asio_handler_deallocate (void *pointer, std::size_t, custom_alloc_handler< Handler > *this_handler)
 
void * asio_handler_allocate (std::size_t size, custom_alloc_handler< Handler > *this_handler)
 
void asio_handler_deallocate (void *pointer, std::size_t, custom_alloc_handler< Handler > *this_handler)
 

Detailed Description

template<typename Handler>
class custom_alloc_handler< Handler >

Definition at line 73 of file server.cpp.

Constructor & Destructor Documentation

template<typename Handler>
custom_alloc_handler< Handler >::custom_alloc_handler ( handler_allocator a,
Handler  h 
)
inline

Definition at line 76 of file server.cpp.

template<typename Handler>
custom_alloc_handler< Handler >::custom_alloc_handler ( handler_allocator a,
Handler  h 
)
inline

Definition at line 76 of file server.cpp.

template<typename Handler>
custom_alloc_handler< Handler >::custom_alloc_handler ( handler_allocator a,
Handler  h 
)
inline

Definition at line 69 of file handler_allocator.hpp.

Member Function Documentation

template<typename Handler>
template<typename Arg1 >
void custom_alloc_handler< Handler >::operator() ( Arg1  arg1)
inline

Definition at line 76 of file handler_allocator.hpp.

template<typename Handler>
template<typename Arg1 , typename Arg2 >
void custom_alloc_handler< Handler >::operator() ( Arg1  arg1,
Arg2  arg2 
)
inline

Definition at line 82 of file handler_allocator.hpp.

template<typename Handler>
template<typename Arg1 >
void custom_alloc_handler< Handler >::operator() ( Arg1  arg1)
inline

Definition at line 83 of file server.cpp.

template<typename Handler>
template<typename... Args>
void custom_alloc_handler< Handler >::operator() ( Args &&...  args)
inline

Definition at line 83 of file server.cpp.

template<typename Handler>
template<typename Arg1 , typename Arg2 >
void custom_alloc_handler< Handler >::operator() ( Arg1  arg1,
Arg2  arg2 
)
inline

Definition at line 89 of file server.cpp.

Friends And Related Function Documentation

template<typename Handler>
void* asio_handler_allocate ( std::size_t  size,
custom_alloc_handler< Handler > *  this_handler 
)
friend

Definition at line 87 of file handler_allocator.hpp.

template<typename Handler>
void* asio_handler_allocate ( std::size_t  size,
custom_alloc_handler< Handler > *  this_handler 
)
friend

Definition at line 88 of file server.cpp.

template<typename Handler>
void* asio_handler_allocate ( std::size_t  size,
custom_alloc_handler< Handler > *  this_handler 
)
friend

Definition at line 94 of file server.cpp.

template<typename Handler>
void asio_handler_deallocate ( void *  pointer,
std::size_t  ,
custom_alloc_handler< Handler > *  this_handler 
)
friend

Definition at line 93 of file handler_allocator.hpp.

template<typename Handler>
void asio_handler_deallocate ( void *  pointer,
std::size_t  ,
custom_alloc_handler< Handler > *  this_handler 
)
friend

Definition at line 94 of file server.cpp.

template<typename Handler>
void asio_handler_deallocate ( void *  pointer,
std::size_t  ,
custom_alloc_handler< Handler > *  this_handler 
)
friend

Definition at line 100 of file server.cpp.


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