Public Member Functions | Protected Attributes | Friends
Ogre::WorkQueue::Request Class Reference

General purpose request structure. More...

#include <OgreWorkQueue.h>

Inheritance diagram for Ogre::WorkQueue::Request:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 Request (uint16 channel, uint16 rtype, const Any &rData, uint8 retry, RequestID rid)
 Constructor.
 ~Request ()
void abortRequest () const
 Set the abort flag.
bool getAborted () const
 Get the abort flag.
uint16 getChannel () const
 Get the request channel (top level categorisation)
const AnygetData () const
 Get the user details of this request.
RequestID getID () const
 Get the identifier of this request.
uint8 getRetryCount () const
 Get the remaining retry count.
uint16 getType () const
 Get the type of this request within the given channel.
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
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)

Protected Attributes

bool mAborted
 Abort Flag.
uint16 mChannel
 The request channel, as an integer.
Any mData
 The details of the request (user defined)
RequestID mID
 Identifier (assigned by the system)
uint8 mRetryCount
 Retry count - set this to non-zero to have the request try again on failure.
uint16 mType
 The request type, as an integer within the channel (user can define enumerations on this)

Friends

class WorkQueue

Detailed Description

General purpose request structure.

Definition at line 83 of file OgreWorkQueue.h.


Constructor & Destructor Documentation

Ogre::WorkQueue::Request::Request ( uint16  channel,
uint16  rtype,
const Any rData,
uint8  retry,
RequestID  rid 
)

Constructor.


Member Function Documentation

Set the abort flag.

Definition at line 105 of file OgreWorkQueue.h.

Get the request channel (top level categorisation)

Definition at line 107 of file OgreWorkQueue.h.

Get the user details of this request.

Definition at line 111 of file OgreWorkQueue.h.

Get the identifier of this request.

Definition at line 115 of file OgreWorkQueue.h.

Get the remaining retry count.

Definition at line 113 of file OgreWorkQueue.h.

Get the type of this request within the given channel.

Definition at line 109 of file OgreWorkQueue.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr) [inherited]

Definition at line 96 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr,
void *   
) [inherited]

Definition at line 102 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr,
const char *  ,
int  ,
const char *   
) [inherited]

Definition at line 108 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void *  ptr) [inherited]

Definition at line 113 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void *  ptr,
const char *  ,
int  ,
const char *   
) [inherited]

Definition at line 119 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz,
const char *  file,
int  line,
const char *  func 
) [inherited]

operator new, with debug line info

Definition at line 68 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz) [inherited]

Definition at line 73 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz,
void *  ptr 
) [inherited]

placement operator new

Definition at line 79 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] ( size_t  sz,
const char *  file,
int  line,
const char *  func 
) [inherited]

array operator new, with debug line info

Definition at line 86 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] ( size_t  sz) [inherited]

Definition at line 91 of file OgreMemoryAllocatedObject.h.


Friends And Related Function Documentation

friend class WorkQueue [friend]

Definition at line 85 of file OgreWorkQueue.h.


Member Data Documentation

bool Ogre::WorkQueue::Request::mAborted [mutable, protected]

Abort Flag.

Definition at line 98 of file OgreWorkQueue.h.

The request channel, as an integer.

Definition at line 88 of file OgreWorkQueue.h.

The details of the request (user defined)

Definition at line 92 of file OgreWorkQueue.h.

Identifier (assigned by the system)

Definition at line 96 of file OgreWorkQueue.h.

Retry count - set this to non-zero to have the request try again on failure.

Definition at line 94 of file OgreWorkQueue.h.

The request type, as an integer within the channel (user can define enumerations on this)

Definition at line 90 of file OgreWorkQueue.h.


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

Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Mon Jul 27 2020 13:41:47