#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.
00053 : handle(handle), source(source), 00054 alreadyUsed(alreadyUsed) {};
LookupEntry::LookupEntry | ( | ) | [inline] |
Definition at line 56 of file IterativeLookup.h.
00056 : handle(NodeHandle::UNSPECIFIED_NODE), 00057 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<<().