Graph.Data

Bookkeeping data associated with each vertex.

FIXME: A class is only used here such that it can be used with the synchronized statement. A less heavy-weight implementation should be used instead.

class Graph(A, B, EdgeDataAB = size_t, EdgeDataBA = size_t)
static
class Data {}

Members

Functions

reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

changed
size_t changed;
Undocumented in source.
degreeIn
size_t degreeIn;
unchanged
size_t unchanged;
Undocumented in source.

Meta