aiosock::aiosock_socket Class Reference
keeps socket information including initiated asynchronous actions blocks
More...
List of all members.
Detailed Description
keeps socket information including initiated asynchronous actions blocks
Definition at line 133 of file aiosock.h.
Constructor & Destructor Documentation
constructor
- Parameters:
-
tcp_udp |
socket type TCP/UDP |
handle |
handle |
callback |
callback |
Definition at line 137 of file aiosock.h.
aiosock::aiosock_socket::aiosock_socket |
( |
const aiosock_socket & |
x |
) |
[inline] |
copies constructor
Definition at line 145 of file aiosock.h.
aiosock::aiosock_socket::~aiosock_socket |
( |
|
) |
[inline] |
Member Data Documentation
pointer to the object for callback notofication
Definition at line 155 of file aiosock.h.
counter of the callbacks invoking
Definition at line 157 of file aiosock.h.
type of socket TCP/UDP
Definition at line 158 of file aiosock.h.
The documentation for this class was generated from the following file: