#include "ndn-cxx/name-component.hpp"
#include "ndn-cxx/util/sha256.hpp"
#include "ndn-cxx/util/string-helper.hpp"
#include <array>
#include <unordered_map>
Go to the source code of this file.
Classes | |
class | ndn::name::detail::ComponentType |
Declare rules regarding a NameComponent type. More... | |
class | ndn::name::detail::GenericNameComponentType |
Rules regarding GenericNameComponent. More... | |
class | ndn::name::detail::Sha256ComponentType |
Rules regarding a component type holding a SHA256 digest value. More... | |
class | ndn::name::detail::ComponentTypeTable |
Rules regarding NameComponent types. More... | |
Namespaces | |
ndn | |
Copyright (c) 2011-2015 Regents of the University of California. | |
ndn::name | |
ndn::name::detail | |
Functions | |
const Sha256ComponentType & | ndn::name::detail::getComponentType1 () |
const Sha256ComponentType & | ndn::name::detail::getComponentType2 () |
const ComponentTypeTable & | ndn::name::detail::getComponentTypeTable () |
Get the global ComponentTypeTable. More... | |