#include "name-tree.hpp"
#include "core/logger.hpp"
#include "core/city-hash.hpp"
#include <boost/concept/assert.hpp>
#include <boost/concept_check.hpp>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | nfd::name_tree::Hash32 |
class | nfd::name_tree::Hash64 |
Namespaces | |
nfd | |
Copyright (c) 2011-2015 Regents of the University of California. | |
nfd::name_tree | |
Typedefs | |
typedef Hash32::type | nfd::name_tree::CityHash |
Functions | |
size_t | nfd::name_tree::computeHash (const Name &prefix) |
Compute the hash value of the given name prefix's WIRE FORMAT. More... | |
std::vector< size_t > | nfd::name_tree::computeHashSet (const Name &prefix) |
Incrementally compute hash values. More... | |
Variables | |
nfd::NameTree | |
typedef | nfd::name_tree::Hash64 |