#include "/Werk/devel/lumi/tests/vault/gear/test-chain-load.hpp"
template<size_t maxFan = DEFAULT_FAN>
struct vault::gear::test::TestChainLoad< maxFan >::Node
Graph Data structure.
Definition at line 264 of file test-chain-load.hpp.
|
using | _Arr = std::array< Node *, maxFan > |
|
using | CIter = typename _Arr::const_iterator |
|
using | Iter = typename _Arr::iterator |
|
|
| Node (size_t seed=0) |
|
Node & | addPred (Node *other) |
|
Node & | addPred (Node &other) |
|
Node & | addSucc (Node *other) |
|
Node & | addSucc (Node &other) |
|
size_t | calculate () |
|
void | clear () |
|
|
size_t | hash |
|
size_t | level {0} |
|
Tab | pred {0} |
|
Tab | succ {0} |
|
size_t | weight {0} |
|
|
bool | isExit (Node const &n) |
|
bool | isExit (Node const *n) |
|
bool | isFork (Node const &n) |
|
bool | isFork (Node const *n) |
|
bool | isInner (Node const &n) |
|
bool | isInner (Node const *n) |
|
bool | isJoin (Node const &n) |
|
bool | isJoin (Node const *n) |
|
bool | isKnot (Node const &n) |
|
bool | isKnot (Node const *n) |
|
bool | isLink (Node const &n) |
|
bool | isLink (Node const *n) |
|
bool | isStart (Node const &n) |
|
bool | isStart (Node const *n) |
|
The documentation for this struct was generated from the following file: