Base class for a network operation. It should never be accessed directly by the user code.
More...
#include <connectionHandler.hpp>
Base class for a network operation. It should never be accessed directly by the user code.
Enumerator |
---|
READ |
|
WRITE |
|
CLOSE |
|
NOOP |
|
_Wolframe::net::NetworkOperation::NetworkOperation |
( |
Operation |
op, |
|
|
void * |
d = NULL , |
|
|
std::size_t |
s = 0 , |
|
|
unsigned |
to = 0 |
|
) |
| |
|
inlineexplicitprotected |
void* _Wolframe::net::NetworkOperation::buffer |
( |
| ) |
|
|
inlineprotected |
const void* _Wolframe::net::NetworkOperation::data |
( |
| ) |
const |
|
inlineprotected |
Operation _Wolframe::net::NetworkOperation::operation |
( |
| ) |
const |
|
inlineprotected |
std::size_t _Wolframe::net::NetworkOperation::size |
( |
| ) |
const |
|
inlineprotected |
unsigned _Wolframe::net::NetworkOperation::timeout |
( |
| ) |
const |
|
inlineprotected |
template<typename T >
friend class ConnectionBase |
|
friend |
void* _Wolframe::net::NetworkOperation::data_ |
|
private |
Operation _Wolframe::net::NetworkOperation::operation_ |
|
private |
std::size_t _Wolframe::net::NetworkOperation::size_ |
|
private |
unsigned _Wolframe::net::NetworkOperation::timeout_ |
|
private |
The documentation for this class was generated from the following file: