XTL  0.1
eXtended Template Library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xtd::socket::selectable_socket< _SuperT > Class Template Reference

Async IO select behavior. More...

+ Inheritance diagram for xtd::socket::selectable_socket< _SuperT >:
+ Collaboration diagram for xtd::socket::selectable_socket< _SuperT >:

Public Member Functions

template<typename... _ArgTs>
 selectable_socket (_ArgTs &&...oArgs)
 ctor
 
bool select (int WaitMS)
 begin the select to wait for an event or timeout
 

Data Fields

xtd::callback< void()> onError
 callback event fired when a socket error occurs
 
xtd::callback< void()> onRead
 callback event fired when data is ready to be read
 
xtd::callback< void()> onWrite
 callback event fired when socket is ready to write
 

Detailed Description

template<typename _SuperT>
class xtd::socket::selectable_socket< _SuperT >

Async IO select behavior.

Definition at line 491 of file socket.hpp.


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