#include <IterativeLookup.h>
Public Member Functions | |
| LookupEntry (const NodeHandle &handle, const NodeHandle &source, bool alreadyUsed) | |
| LookupEntry () | |
Public Attributes | |
| NodeHandle | handle |
| NodeHandle | source |
| bool | alreadyUsed |
Definition at line 46 of file IterativeLookup.h.
| LookupEntry::LookupEntry | ( | const NodeHandle & | handle, | |
| const NodeHandle & | source, | |||
| bool | alreadyUsed | |||
| ) | [inline] |
Definition at line 52 of file IterativeLookup.h.
: handle(handle), source(source), alreadyUsed(alreadyUsed) {};
| LookupEntry::LookupEntry | ( | ) | [inline] |
Definition at line 56 of file IterativeLookup.h.
: handle(NodeHandle::UNSPECIFIED_NODE), source(NodeHandle::UNSPECIFIED_NODE), alreadyUsed(false) {};
Definition at line 50 of file IterativeLookup.h.
Referenced by operator<<().
Definition at line 48 of file IterativeLookup.h.
Referenced by KeyExtractor< LookupEntry >::key(), and operator<<().
Definition at line 49 of file IterativeLookup.h.
Referenced by operator<<().
1.7.1