#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 | |
ndn::name | |
Functions | |
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 () noexcept |
Return which Naming Conventions style(s) to accept while decoding. More... | |
Convention | ndn::name::getConventionEncoding () noexcept |
Return which Naming Conventions style to use while encoding. More... | |
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... | |