OGRE-Next 3.0.0
Object-Oriented Graphics Rendering Engine
Loading...
Searching...
No Matches
Ogre::WorkQueue::Response Struct Reference

General purpose response structure. More...

#include <OgreWorkQueue.h>

+ Inheritance diagram for Ogre::WorkQueue::Response:

Public Member Functions

 Response (const Request *rq, bool success, const Any &data, const String &msg=BLANKSTRING)
 
 ~Response ()
 
void abortRequest ()
 Abort the request.
 
const AnygetData () const
 Return the response data (user defined, only valid on success)
 
const StringgetMessages () const
 Get any diagnostic messages about the process.
 
const RequestgetRequest () const
 Get the request that this is a response to (NB destruction destroys this)
 
bool succeeded () const
 Return whether this is a successful response.
 

Public Attributes

Any mData
 Data associated with the result of the process.
 
String mMessages
 Any diagnostic messages.
 
const RequestmRequest
 Pointer to the request that this response is in relation to.
 
bool mSuccess
 Whether the work item succeeded or not.
 

Detailed Description

General purpose response structure.

Constructor & Destructor Documentation

◆ Response()

Ogre::WorkQueue::Response::Response ( const Request * rq,
bool success,
const Any & data,
const String & msg = BLANKSTRING )

References Ogre::BLANKSTRING.

◆ ~Response()

Ogre::WorkQueue::Response::~Response ( )

Member Function Documentation

◆ abortRequest()

void Ogre::WorkQueue::Response::abortRequest ( )
inline

Abort the request.

References mData, and mRequest.

◆ getData()

const Any & Ogre::WorkQueue::Response::getData ( ) const
inline

Return the response data (user defined, only valid on success)

References mData.

◆ getMessages()

const String & Ogre::WorkQueue::Response::getMessages ( ) const
inline

Get any diagnostic messages about the process.

References mMessages.

◆ getRequest()

const Request * Ogre::WorkQueue::Response::getRequest ( ) const
inline

Get the request that this is a response to (NB destruction destroys this)

References mRequest.

Referenced by Ogre::WorkQueue::ResponseHandler::canHandleResponse().

◆ succeeded()

bool Ogre::WorkQueue::Response::succeeded ( ) const
inline

Return whether this is a successful response.

References mSuccess.

Member Data Documentation

◆ mData

Any Ogre::WorkQueue::Response::mData

Data associated with the result of the process.

Referenced by abortRequest(), and getData().

◆ mMessages

String Ogre::WorkQueue::Response::mMessages

Any diagnostic messages.

Referenced by getMessages().

◆ mRequest

const Request* Ogre::WorkQueue::Response::mRequest

Pointer to the request that this response is in relation to.

Referenced by abortRequest(), and getRequest().

◆ mSuccess

bool Ogre::WorkQueue::Response::mSuccess

Whether the work item succeeded or not.

Referenced by succeeded().


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