Classes | |
class | ComponentType |
Declare rules for a NameComponent type. More... | |
class | ComponentTypeTable |
Rules regarding NameComponent types. More... | |
class | DecimalComponentType |
Rules for a component type holding a nonNegativeInteger value, written as a decimal number in URI representation. More... | |
class | GenericNameComponentType |
Rules for GenericNameComponent. More... | |
class | Sha256ComponentType |
Rules for a component type holding a SHA256 digest value, written as a hex string in URI representation. More... | |
Functions | |
const Sha256ComponentType & | getComponentType1 () |
const Sha256ComponentType & | getComponentType2 () |
const ComponentTypeTable & | getComponentTypeTable () |
Get the global ComponentTypeTable. More... | |
|
inline |
Definition at line 261 of file name-component-types.hpp.
References ndn::tlv::ImplicitSha256DigestComponent.
Referenced by ndn::name::detail::ComponentTypeTable::ComponentTypeTable(), ndn::name::Component::fromImplicitSha256Digest(), and ndn::name::Component::isImplicitSha256Digest().
|
inline |
Definition at line 269 of file name-component-types.hpp.
References ndn::tlv::ParametersSha256DigestComponent.
Referenced by ndn::name::detail::ComponentTypeTable::ComponentTypeTable(), ndn::name::Component::fromParametersSha256Digest(), and ndn::name::Component::isParametersSha256Digest().
|
inline |
Get the global ComponentTypeTable.
Definition at line 408 of file name-component-types.hpp.
Referenced by ndn::name::Component::fromEscapedString(), ndn::name::Component::getSuccessor(), and ndn::name::Component::toUri().