#include <boost/concept/usage.hpp>
#include "../encoding/block.hpp"
#include "../encoding/encoding-buffer.hpp"
Go to the source code of this file.
Classes | |
class | ndn::WireEncodable< X > |
a concept check for TLV abstraction with .wireEncode method More... | |
class | ndn::WireEncodableWithEncodingBuffer< X > |
a concept check for TLV abstraction with .wireEncode method More... | |
class | ndn::WireDecodable< X > |
a concept check for TLV abstraction with .wireDecode method and constructible from Block More... | |
class | ndn::Hashable< X > |
a concept check for CryptoPP hash algorithm More... | |
Namespaces | |
ndn | |
Copyright (c) 2011-2015 Regents of the University of California. | |