Intermediate structure to hold a pointer to a request handler which provides insurance against the handler itself being disconnected while the list remains unchanged. More...
#include <OgreWorkQueue.h>
Public Member Functions | |
RequestHandlerHolder (RequestHandler *handler) | |
void | disconnectHandler () |
RequestHandler * | getHandler () |
Get handler pointer - note, only use this for == comparison or similar, do not attempt to call it as it is not thread safe. More... | |
Response * | handleRequest (const Request *req, const WorkQueue *srcQ) |
Process a request if possible. More... | |
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 *) |
void * | operator new (size_t sz, const char *file, int line, const char *func) |
operator new, with debug line info More... | |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, void *ptr) |
placement operator new More... | |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info More... | |
void * | operator new[] (size_t sz) |
Protected Member Functions | |
OGRE_RW_MUTEX (mRWMutex) | |
Protected Attributes | |
RequestHandler * | mHandler |
Intermediate structure to hold a pointer to a request handler which provides insurance against the handler itself being disconnected while the list remains unchanged.
Definition at line 491 of file OgreWorkQueue.h.
|
inline |
Definition at line 497 of file OgreWorkQueue.h.
|
inline |
Definition at line 501 of file OgreWorkQueue.h.
References OGRE_LOCK_RW_MUTEX_WRITE.
|
inline |
Get handler pointer - note, only use this for == comparison or similar, do not attempt to call it as it is not thread safe.
Definition at line 511 of file OgreWorkQueue.h.
|
inline |
Process a request if possible.
Definition at line 516 of file OgreWorkQueue.h.
References OGRE_LOCK_RW_MUTEX_READ.
|
protected |
|
inlineinherited |
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inlineinherited |
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inlineinherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
|
inlineinherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inlineinherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
|
inlineinherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
|
inlineinherited |
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inlineinherited |
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
|
inlineinherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
|
inlineinherited |
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
protected |
Definition at line 495 of file OgreWorkQueue.h.