QEverCloud  6.1.0
Unofficial Evernote Cloud API for Qt
Public Member Functions | Public Attributes | List of all members
qevercloud::IDurableService::AsyncRequest Struct Reference

#include <DurableService.h>

Public Member Functions

 AsyncRequest (const char *name, QString description, AsyncServiceCall &&call)
 

Public Attributes

const char * m_name
 
QString m_description
 
AsyncServiceCall m_call
 

Constructor & Destructor Documentation

◆ AsyncRequest()

qevercloud::IDurableService::AsyncRequest::AsyncRequest ( const char *  name,
QString  description,
AsyncServiceCall &&  call 
)
inline

Member Data Documentation

◆ m_call

AsyncServiceCall qevercloud::IDurableService::AsyncRequest::m_call

◆ m_description

QString qevercloud::IDurableService::AsyncRequest::m_description

◆ m_name

const char* qevercloud::IDurableService::AsyncRequest::m_name