Mixe for Privacy and Anonymity in the Internet
|
#include <CAChainTable.hpp>
Public Attributes | |
t_chaintableEntry * | currentEntry |
bool | removeEntry |
UINT16 | nextHashkey |
Definition at line 45 of file CAChainTable.hpp.
t_chaintableEntry* t_chaintableIterator::currentEntry |
Definition at line 46 of file CAChainTable.hpp.
Referenced by CAChainTable::deleteEntry(), CAChainTable::getEntryInternal(), CAChainTable::getFirstEntry(), CAChainTable::getNextEntry(), and CAChainTable::getNextEntryInternal().
UINT16 t_chaintableIterator::nextHashkey |
Definition at line 48 of file CAChainTable.hpp.
Referenced by CAChainTable::getFirstEntry(), and CAChainTable::getNextEntryInternal().
bool t_chaintableIterator::removeEntry |
Definition at line 47 of file CAChainTable.hpp.
Referenced by CAChainTable::deleteEntry(), CAChainTable::getEntryInternal(), CAChainTable::getFirstEntry(), CAChainTable::getNextEntryInternal(), and CAChainTable::~CAChainTable().