OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
OgreWorkQueue.h File Reference
#include "OgrePrerequisites.h"
#include "OgreAny.h"
#include "OgreSharedPtr.h"
#include "Threading/OgreThreadHeaders.h"
#include "OgreHeaderPrefix.h"
#include "OgreHeaderSuffix.h"
+ Include dependency graph for OgreWorkQueue.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ogre::DefaultWorkQueueBase
 Base for a general purpose request / response style background work queue. More...
 
struct  Ogre::DefaultWorkQueueBase::OGRE_THREAD_WORKER_INHERIT
 Thread function. More...
 
class  Ogre::DefaultWorkQueueBase::RequestHandlerHolder
 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...
 
class  Ogre::WorkQueue
 Interface to a general purpose request / response style background work queue. More...
 
class  Ogre::WorkQueue::Request
 General purpose request structure. More...
 
class  Ogre::WorkQueue::RequestHandler
 Interface definition for a handler of requests. More...
 
struct  Ogre::WorkQueue::Response
 General purpose response structure. More...
 
class  Ogre::WorkQueue::ResponseHandler
 Interface definition for a handler of responses. More...
 

Namespaces

 Ogre
 

This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/