Evo C++ Library v0.5.1
|
#include <evo/ioasync_client.h>
Request data for prequeue.
Public Member Functions | |
PreQueueItem () | |
Constructor. More... | |
PreQueueItem (const PreQueueItem &src) | |
Copy constructor. More... | |
PreQueueItem & | operator= (const PreQueueItem &src) |
Assignment operator. More... | |
Public Attributes | |
String | buf |
Request output data buffer – only used if not writing directly to socket. More... | |
QueueItem | item |
Request response data for main queue – this is added to the main queue when the output data is written to the socket. More... | |
|
inline |
Constructor.
|
inline |
Copy constructor.
src | Source to copy |
|
inline |
Assignment operator.
src | Source to copy/assign |
String buf |
Request output data buffer – only used if not writing directly to socket.
QueueItem item |
Request response data for main queue – this is added to the main queue when the output data is written to the socket.