#include "ndn-cxx/name-component.hpp"
#include "ndn-cxx/impl/name-component-types.hpp"
#include <cstdlib>
#include <cstring>
#include <sstream>
#include <boost/logic/tribool.hpp>
Go to the source code of this file.
Namespaces | |
ndn | |
Copyright (c) 2011-2015 Regents of the University of California. | |
ndn::name | |
Functions | |
Convention | ndn::name::getConventionEncoding () |
Return which Naming Conventions style to use while encoding. More... | |
void | ndn::name::setConventionEncoding (Convention convention) |
Set which Naming Conventions style to use while encoding. More... | |
Convention | ndn::name::getConventionDecoding () |
Return which Naming Conventions style(s) to accept while decoding. More... | |
void | ndn::name::setConventionDecoding (Convention convention) |
Set which Naming Conventions style(s) to accept while decoding. More... | |
static bool | ndn::name::canDecodeMarkerConvention () |
static bool | ndn::name::canDecodeTypedConvention () |
static bool | ndn::name::wantAltUri (UriFormat format) |
static Component | ndn::name::parseUriEscapedValue (uint32_t type, const char *input, size_t len) |
ndn::name::NDN_CXX_DEFINE_WIRE_ENCODE_INSTANTIATIONS (Component) | |
Variables | |
ndn::name::WireEncodable< Component > | |
ndn::name::WireEncodableWithEncodingBuffer< Component > | |
ndn::name::WireDecodable< Component > | |
static Convention | ndn::name::g_conventionEncoding = Convention::TYPED |
static Convention | ndn::name::g_conventionDecoding = Convention::EITHER |