nfd::name_tree::PrefixMatchImpl Class Referencefinal

Partial enumeration implementation. More...

#include <daemon/table/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 Hashtableht
 
const NameTreent
 

Detailed Description

Partial enumeration implementation.

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

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

Constructor & Destructor Documentation

◆ PrefixMatchImpl()

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

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

Member Data Documentation

◆ ht

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

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

◆ nt

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

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