name-tree-hashtable.cpp File Reference
Include dependency graph for name-tree-hashtable.cpp:

Go to the source code of this file.

Namespaces

 nfd
 Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents, Colorado State University, University Pierre & Marie Curie, Sorbonne University, Washington University in St.
 
 nfd::name_tree
 

Typedefs

typedef std::conditional<(sizeof(HashValue) > 4), Hash64, Hash32 >::type nfd::name_tree::HashFunc
 a type with compute static method to compute hash value from a raw buffer More...
 

Functions

HashValue nfd::name_tree::computeHash (const Name &name, ssize_t prefixLen=-1)
 computes a single hash value More...
 
HashSequence nfd::name_tree::computeHashes (const Name &name)
 computes hash values for each prefix of name More...
 
Node * nfd::name_tree::getNode (const Entry &entry)