#include <OgreWorkQueue.h>
Public Member Functions | |
Response (const Request *rq, bool success, const Any &data, const String &msg=StringUtil::BLANK) | |
~Response () | |
const Request * | getRequest () const |
Get the request that this is a response to (NB destruction destroys this). | |
bool | succeeded () const |
Return whether this is a successful response. | |
const String & | getMessages () const |
Get any diagnostic messages about the process. | |
const Any & | getData () const |
Return the response data (user defined, only valid on success). | |
void | abortRequest () |
Abort the request. | |
void * | operator new (size_t sz, const char *file, int line, const char *func) |
operator new, with debug line info | |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, void *ptr) |
placement operator new | |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info | |
void * | operator new[] (size_t sz) |
void | operator delete (void *ptr) |
void | operator delete (void *ptr, void *) |
void | operator delete (void *ptr, const char *, int, const char *) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr, const char *, int, const char *) |
Public Attributes | |
const Request * | mRequest |
Pointer to the request that this response is in relation to. | |
bool | mSuccess |
Whether the work item succeeded or not. | |
String | mMessages |
Any diagnostic messages. | |
Any | mData |
Data associated with the result of the process. |
Definition at line 121 of file OgreWorkQueue.h.
Ogre::WorkQueue::Response::Response | ( | const Request * | rq, | |
bool | success, | |||
const Any & | data, | |||
const String & | msg = StringUtil::BLANK | |||
) |
Ogre::WorkQueue::Response::~Response | ( | ) |
const Request* Ogre::WorkQueue::Response::getRequest | ( | ) | const |
Get the request that this is a response to (NB destruction destroys this).
Definition at line 136 of file OgreWorkQueue.h.
Referenced by Ogre::WorkQueue::ResponseHandler::canHandleResponse().
bool Ogre::WorkQueue::Response::succeeded | ( | ) | const |
const String& Ogre::WorkQueue::Response::getMessages | ( | ) | const |
const Any& Ogre::WorkQueue::Response::getData | ( | ) | const |
Return the response data (user defined, only valid on success).
Definition at line 142 of file OgreWorkQueue.h.
void Ogre::WorkQueue::Response::abortRequest | ( | ) |
void* Ogre::AllocatedObject< Alloc >::operator new | ( | size_t | sz, | |
const char * | file, | |||
int | line, | |||
const char * | func | |||
) | [inherited] |
void* Ogre::AllocatedObject< Alloc >::operator new | ( | size_t | sz | ) | [inherited] |
Definition at line 72 of file OgreMemoryAllocatedObject.h.
void* Ogre::AllocatedObject< Alloc >::operator new | ( | size_t | sz, | |
void * | ptr | |||
) | [inherited] |
void* Ogre::AllocatedObject< Alloc >::operator new[] | ( | size_t | sz, | |
const char * | file, | |||
int | line, | |||
const char * | func | |||
) | [inherited] |
void* Ogre::AllocatedObject< Alloc >::operator new[] | ( | size_t | sz | ) | [inherited] |
Definition at line 90 of file OgreMemoryAllocatedObject.h.
void Ogre::AllocatedObject< Alloc >::operator delete | ( | void * | ptr | ) | [inherited] |
Definition at line 95 of file OgreMemoryAllocatedObject.h.
void Ogre::AllocatedObject< Alloc >::operator delete | ( | void * | ptr, | |
void * | ||||
) | [inherited] |
Definition at line 101 of file OgreMemoryAllocatedObject.h.
void Ogre::AllocatedObject< Alloc >::operator delete | ( | void * | ptr, | |
const char * | , | |||
int | , | |||
const char * | ||||
) | [inherited] |
Definition at line 107 of file OgreMemoryAllocatedObject.h.
void Ogre::AllocatedObject< Alloc >::operator delete[] | ( | void * | ptr | ) | [inherited] |
Definition at line 112 of file OgreMemoryAllocatedObject.h.
void Ogre::AllocatedObject< Alloc >::operator delete[] | ( | void * | ptr, | |
const char * | , | |||
int | , | |||
const char * | ||||
) | [inherited] |
Definition at line 118 of file OgreMemoryAllocatedObject.h.
Pointer to the request that this response is in relation to.
Definition at line 124 of file OgreWorkQueue.h.
Copyright © 2008 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sat Apr 24 18:08:39 2010