struct Gambit::DRes::QueueEntry
Information in parameter queue.
#include <depresolver.hpp>
Public Functions
Name | |
---|---|
QueueEntry() | |
QueueEntry(sspair a, DRes::VertexID b, int c, bool d) |
Public Attributes
Name | |
---|---|
sspair | first |
DRes::VertexID | second |
int | third |
bool | printme |
Public Functions Documentation
function QueueEntry
inline QueueEntry()
function QueueEntry
inline QueueEntry(
sspair a,
DRes::VertexID b,
int c,
bool d
)
Public Attributes Documentation
variable first
sspair first;
variable second
DRes::VertexID second;
variable third
int third;
variable printme
bool printme;
Updated on 2022-08-03 at 12:58:03 +0000