|  | 
|  | 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 Any & | getData () 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, const char *, int, const char *) | 
|  | 
| void | operator delete (void *ptr, void *) | 
|  | 
| void | operator delete[] (void *ptr) | 
|  | 
| void | operator delete[] (void *ptr, const char *, int, const char *) | 
|  | 
| void * | operator new (size_t sz) | 
|  | 
| 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 *ptr) | 
|  | placement operator new 
 | 
|  | 
| void * | operator new[] (size_t sz) | 
|  | 
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) | 
|  | array operator new, with debug line info 
 | 
|  | 
General purpose request structure.