#include "ndn-cxx/name.hpp"
#include "ndn-cxx/encoding/block.hpp"
#include "ndn-cxx/encoding/encoding-buffer.hpp"
#include "ndn-cxx/util/time.hpp"
#include <sstream>
#include <boost/functional/hash.hpp>
#include <boost/range/adaptor/reversed.hpp>
#include <boost/range/concepts.hpp>
Go to the source code of this file.
Namespaces | |
ndn | |
Functions | |
template size_t | ndn::Name ::wireEncode<::ndn::encoding::EncoderTag > (::ndn::EncodingBuffer &) const |
template size_t | ndn::Name ::wireEncode<::ndn::encoding::EstimatorTag > (::ndn::EncodingEstimator &) const |
std::istream & | ndn::operator>> (std::istream &is, Name &name) |
Parse URI from stream as Name. More... | |