Telamon
Public Member Functions | Static Public Attributes | List of all members
helpqueue::HelpQueue< T, N >::OperationDescription Struct Reference

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
 
Nodenode ()
 
int phase () const
 

Static Public Attributes

static const auto EMPTY = std::make_unique<OperationDescription>()
 

Detailed Description

template<typename T, const int N = 16>
struct helpqueue::HelpQueue< T, N >::OperationDescription

Operation description for the queue used when the queue itself needs "helping".


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