NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
name-component.cpp File Reference
#include "name-component.hpp"
#include "encoding/block-helpers.hpp"
#include "encoding/encoding-buffer.hpp"
#include "util/sha256.hpp"
#include "util/string-helper.hpp"
#include <cstring>
#include <sstream>
Include dependency graph for name-component.cpp:

Go to the source code of this file.

Namespaces

 ndn
 Copyright (c) 2011-2015 Regents of the University of California.
 
 ndn::name
 

Functions

static const std::string & ndn::name::getSha256DigestUriPrefix ()
 
static Component ndn::name::parseSha256DigestUri (std::string input)
 
 ndn::name::NDN_CXX_DEFINE_WIRE_ENCODE_INSTANTIATIONS (Component)
 

Variables

 ndn::name::WireEncodable< Component >
 
 ndn::name::WireEncodableWithEncodingBuffer< Component >
 
 ndn::name::WireDecodable< Component >