OverSim
LookupEntry Class Reference

#include <IterativeLookup.h>

Public Member Functions

 LookupEntry (const NodeHandle &handle, const NodeHandle &source, bool alreadyUsed)
 LookupEntry ()

Public Attributes

NodeHandle handle
NodeHandle source
bool alreadyUsed

Detailed Description

Definition at line 46 of file IterativeLookup.h.

Constructor & Destructor Documentation

LookupEntry::LookupEntry ( const NodeHandle handle,
const NodeHandle source,
bool  alreadyUsed 
)
inline

Definition at line 52 of file IterativeLookup.h.

: handle(handle), source(source),
LookupEntry::LookupEntry ( )
inline

Member Data Documentation

bool LookupEntry::alreadyUsed

Definition at line 50 of file IterativeLookup.h.

Referenced by operator<<().

NodeHandle LookupEntry::handle

Definition at line 48 of file IterativeLookup.h.

Referenced by KeyExtractor< LookupEntry >::key(), and operator<<().

NodeHandle LookupEntry::source

Definition at line 49 of file IterativeLookup.h.

Referenced by operator<<().


The documentation for this class was generated from the following file: