|
Telamon
|
Operation description for the queue used when the queue itself needs "helping". More...
#include <HelpQueue.hh>
Public Member Functions | |
| constexpr | OperationDescription () |
| Empty construction. | |
| constexpr | OperationDescription (int phase, bool pending, Operation operation, Node *node) |
| Default construction. | |
| bool | is_empty () const |
| bool | pending () const |
| Operation | operation () const |
| Node * | node () |
| int | phase () const |
Static Public Attributes | |
| static const auto | EMPTY = std::make_unique<OperationDescription>() |
Operation description for the queue used when the queue itself needs "helping".