Result of pulling an item from the queue based on priority.
More...
#include <Queue.hxx>
|
| QMember * | item |
| | item pulled from queue
|
| |
| unsigned | index |
| | index of item pulled from queue
|
| |
Result of pulling an item from the queue based on priority.
Definition at line 58 of file Queue.hxx.
◆ Result() [1/2]
Defualt Constructor.
Definition at line 62 of file Queue.hxx.
◆ Result() [2/2]
| Result::Result |
( |
QMember * |
item, |
|
|
unsigned |
index |
|
) |
| |
|
inline |
Explicit initializer constructor.
- Parameters
-
| item | item presented in result |
| index | index presented in result |
Definition at line 72 of file Queue.hxx.
◆ ~Result()
Default Destructor.
Definition at line 80 of file Queue.hxx.
◆ index
index of item pulled from queue
Definition at line 85 of file Queue.hxx.
◆ item
item pulled from queue
Definition at line 84 of file Queue.hxx.
The documentation for this struct was generated from the following file: