NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
signature-info.cpp File Reference
#include "ndn-cxx/signature-info.hpp"
#include "ndn-cxx/encoding/block-helpers.hpp"
#include "ndn-cxx/util/concepts.hpp"
#include "ndn-cxx/util/string-helper.hpp"
#include <boost/range/adaptor/reversed.hpp>
Include dependency graph for signature-info.cpp:

Go to the source code of this file.

Namespaces

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

Functions

template size_t ndn::SignatureInfo::wireEncode< encoding::EncoderTag > (EncodingBuffer &, SignatureInfo::Type) const
 
template size_t ndn::SignatureInfo::wireEncode< encoding::EstimatorTag > (EncodingEstimator &, SignatureInfo::Type) const
 
bool ndn::operator== (const SignatureInfo &lhs, const SignatureInfo &rhs)
 
std::ostream & ndn::operator<< (std::ostream &os, const SignatureInfo &info)
 

Variables

 ndn::WireEncodable< SignatureInfo >
 
 ndn::WireEncodableWithEncodingBuffer< SignatureInfo >
 
 ndn::WireDecodable< SignatureInfo >