#include <HostLookup.h>
Public Member Functions | |
HostBranch () | |
~HostBranch () | |
Data Fields | |
int | level |
HostNodeType | type |
void * | next_level |
DynArray< int > | leaf_indexs |
Definition at line 65 of file HostLookup.h.
HostBranch::HostBranch | ( | ) |
Definition at line 708 of file HostLookup.cc.
HostBranch::~HostBranch | ( | ) |
Definition at line 716 of file HostLookup.cc.
References HOST_ARRAY, HOST_HASH, HOST_INDEX, HOST_TERMINAL, ink_assert, ink_hash_table_destroy(), ink_hash_table_entry_value(), ink_hash_table_iterator_first(), ink_hash_table_iterator_next(), hostArray::iter_first(), charIndex::iter_first(), hostArray::iter_next(), charIndex::iter_next(), next_level, and type.
Definition at line 72 of file HostLookup.h.
Referenced by HostLookup::MatchNext().
Definition at line 69 of file HostLookup.h.
Referenced by HostLookup::HostLookup().
void* HostBranch::next_level |
Definition at line 71 of file HostLookup.h.
Referenced by HostLookup::HostLookup(), and ~HostBranch().
Definition at line 70 of file HostLookup.h.
Referenced by HostLookup::HostLookup(), HostLookup::MatchNext(), and ~HostBranch().