Wolframe, 0.0.3

_Wolframe::net::ReadData Class Reference

Network operation: asynchronously read a block of data. More...

#include <connectionHandler.hpp>

Inheritance diagram for _Wolframe::net::ReadData:
_Wolframe::net::NetworkOperation

Public Member Functions

 ReadData (void *d, std::size_t s, unsigned to=0)
 

Additional Inherited Members

- Protected Types inherited from _Wolframe::net::NetworkOperation
enum  Operation { READ, WRITE, CLOSE, NOOP }
 
- Protected Member Functions inherited from _Wolframe::net::NetworkOperation
 NetworkOperation (Operation op, void *d=NULL, std::size_t s=0, unsigned to=0)
 
unsigned timeout () const
 
const void * data () const
 
void * buffer ()
 
std::size_t size () const
 
Operation operation () const
 

Detailed Description

Network operation: asynchronously read a block of data.

Constructor & Destructor Documentation

_Wolframe::net::ReadData::ReadData ( void *  d,
std::size_t  s,
unsigned  to = 0 
)
inlineexplicit

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