uvco 0.1
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
uvco::UvStreamInitHelper< UvStreamType > Struct Template Reference

#include <stream_server_base.h>

Static Public Member Functions

static void init (uv_loop_t *, UvStreamType *)
 

Detailed Description

template<typename UvStreamType>
struct uvco::UvStreamInitHelper< UvStreamType >

Helper template class to statically dispatch to the different uv_xyz_init() functions. Necessary for accepting connections, when new sockets are created and need to be initialized.

Member Function Documentation

◆ init()

template<typename UvStreamType >
static void uvco::UvStreamInitHelper< UvStreamType >::init ( uv_loop_t *  ,
UvStreamType *   
)
inlinestatic
27 {
28 BOOST_ASSERT_MSG(false, "UvStreamInit not specialized for this type");
29 }

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