WebSocket++  0.8.3-dev
C++ websocket client/server library
Public Member Functions | Friends | List of all members
websocketpp::transport::asio::custom_alloc_handler< Handler > Class Template Reference

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)
 

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)
 

Detailed Description

template<typename Handler>
class websocketpp::transport::asio::custom_alloc_handler< Handler >

Definition at line 92 of file base.hpp.


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