Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
base.hpp File Reference
Include dependency graph for base.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  websocketpp::transport::asio::handler_allocator
 
class  websocketpp::transport::asio::custom_alloc_handler< Handler >
 
class  websocketpp::transport::asio::error::category
 Asio transport error category. More...
 
struct  is_error_code_enum< websocketpp::transport::asio::error::value >
 

Namespaces

namespace  websocketpp
 Namespace for the WebSocket++ project.
 
namespace  websocketpp::transport
 Transport policies provide network connectivity and timers.
 
namespace  websocketpp::transport::asio
 Transport policy that uses asio.
 
namespace  websocketpp::transport::asio::error
 Asio transport errors.
 

Typedefs

typedef lib::function< void(lib::asio::error_code const &ec, size_t bytes_transferred)> websocketpp::transport::asio::async_read_handler
 
typedef lib::function< void(lib::asio::error_code const &ec, size_t bytes_transferred)> websocketpp::transport::asio::async_write_handler
 
typedef lib::function< void(lib::error_code const &ec)> websocketpp::transport::asio::pre_init_handler
 

Enumerations

enum  websocketpp::transport::asio::error::value {
  websocketpp::transport::asio::error::general = 1 , websocketpp::transport::asio::error::invalid_num_bytes , websocketpp::transport::asio::error::pass_through , websocketpp::transport::asio::error::proxy_failed ,
  websocketpp::transport::asio::error::proxy_invalid , websocketpp::transport::asio::error::invalid_host_service
}
 

Functions

template<typename Handler >
custom_alloc_handler< Handlerwebsocketpp::transport::asio::make_custom_alloc_handler (handler_allocator &a, Handler h)
 
lib::error_category const & websocketpp::transport::asio::error::get_category ()
 Get a reference to a static copy of the asio transport error category.
 
lib::error_code websocketpp::transport::asio::error::make_error_code (error::value e)
 Create an error code with the given value and the asio transport category.