Evo C++ Library v0.5.1
Public Member Functions | Public Attributes | Protected Attributes | List of all members
AsyncServerHandler::DeferredContextT< T >::ReplyBase Struct Reference

#include <evo/ioasync_server.h>

Detailed Description

template<class T>
struct evo::AsyncServerHandler::DeferredContextT< T >::ReplyBase

Base class for deferred reply.

Public Member Functions

 ReplyBase (Context &context, ulong id)
 
 ~ReplyBase ()
 

Public Attributes

Contextcontext
 Reference to context used for reply. More...
 
ulong id
 Response ID to use for reply. More...
 

Protected Attributes

bool finished
 Whether deferred response is finished. More...
 

Constructor & Destructor Documentation

◆ ReplyBase()

ReplyBase ( Context context,
ulong  id 
)
inline

◆ ~ReplyBase()

~ReplyBase ( )
inline

Member Data Documentation

◆ context

Context& context

Reference to context used for reply.

◆ finished

bool finished
protected

Whether deferred response is finished.

◆ id

ulong id

Response ID to use for reply.


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