nfd::name_tree::PrefixMatchImpl Class Reference

partial enumeration implementation More...

#include <name-tree-iterator.hpp>

Inheritance diagram for nfd::name_tree::PrefixMatchImpl:
Collaboration diagram for nfd::name_tree::PrefixMatchImpl:

Public Member Functions

 PrefixMatchImpl (const NameTree &nt, const EntrySelector &pred)
 

Protected Attributes

const NameTreent
 
const Hashtableht
 

Detailed Description

partial enumeration implementation

Iterator::m_ref should be initialized to longest prefix matched entry.

Definition at line 185 of file name-tree-iterator.hpp.

Constructor & Destructor Documentation

nfd::name_tree::PrefixMatchImpl::PrefixMatchImpl ( const NameTree nt,
const EntrySelector pred 
)

Definition at line 227 of file name-tree-iterator.cpp.

Member Data Documentation

const Hashtable& nfd::name_tree::EnumerationImpl::ht
protectedinherited

Definition at line 147 of file name-tree-iterator.hpp.

const NameTree& nfd::name_tree::EnumerationImpl::nt
protectedinherited

Definition at line 146 of file name-tree-iterator.hpp.