General purpose request structure.  
 More...
#include <OgreWorkQueue.h>
General purpose request structure. 
◆ Request()
◆ ~Request()
      
        
          | Ogre::WorkQueue::Request::~Request | ( |  | ) |  | 
      
 
 
◆ getChannel()
  
  | 
        
          | uint16 Ogre::WorkQueue::Request::getChannel | ( |  | ) | const |  | inline | 
 
Get the request channel (top level categorisation) 
 
 
◆ getType()
  
  | 
        
          | uint16 Ogre::WorkQueue::Request::getType | ( |  | ) | const |  | inline | 
 
Get the type of this request within the given channel. 
 
 
◆ getData()
  
  | 
        
          | const Any & Ogre::WorkQueue::Request::getData | ( |  | ) | const |  | inline | 
 
Get the user details of this request. 
 
 
◆ getRetryCount()
  
  | 
        
          | uint8 Ogre::WorkQueue::Request::getRetryCount | ( |  | ) | const |  | inline | 
 
Get the remaining retry count. 
 
 
◆ getID()
  
  | 
        
          | RequestID Ogre::WorkQueue::Request::getID | ( |  | ) | const |  | inline | 
 
Get the identifier of this request. 
 
 
The documentation for this class was generated from the following file: