name-component.cpp File Reference
#include "ndn-cxx/name-component.hpp"
#include "ndn-cxx/impl/name-component-types.hpp"
#include <cstdlib>
#include <cstring>
#include <sstream>
+ Include dependency graph for name-component.cpp:

Go to the source code of this file.

Namespaces

 ndn
 
 ndn::name
 

Functions

static bool ndn::name::canDecodeMarkerConvention ()
 
static bool ndn::name::canDecodeTypedConvention ()
 
template size_t ndn::name::Component::wireEncode<::ndn::encoding::EncoderTag > (::ndn::EncodingBuffer &) const
 
template size_t ndn::name::Component::wireEncode<::ndn::encoding::EstimatorTag > (::ndn::EncodingEstimator &) const
 
Convention ndn::name::getConventionDecoding ()
 Return which Naming Conventions style(s) to accept while decoding. More...
 
Convention ndn::name::getConventionEncoding ()
 Return which Naming Conventions style to use while encoding. More...
 
static Component ndn::name::parseUriEscapedValue (uint32_t type, const char *input, size_t len)
 
void ndn::name::setConventionDecoding (Convention convention)
 Set which Naming Conventions style(s) to accept while decoding. More...
 
void ndn::name::setConventionEncoding (Convention convention)
 Set which Naming Conventions style to use while encoding. More...
 

Variables

static Convention ndn::name::g_conventionDecoding = Convention::EITHER
 
static Convention ndn::name::g_conventionEncoding = Convention::MARKER