#include "../common.hpp"

Go to the source code of this file.
Classes | |
| class | ndn::encoding::EncodingImpl< TAG > | 
Namespaces | |
| ndn | |
| Copyright (c) 2011-2015 Regents of the University of California.  | |
| ndn::encoding | |
Macros | |
| #define | NDN_CXX_DECLARE_WIRE_ENCODE_INSTANTIATIONS(ClassName) | 
| #define | NDN_CXX_DEFINE_WIRE_ENCODE_INSTANTIATIONS(ClassName) | 
Typedefs | |
| using | ndn::encoding::EncodingBuffer = EncodingImpl< EncoderTag > | 
| using | ndn::encoding::EncodingEstimator = EncodingImpl< EstimatorTag > | 
Enumerations | |
| enum | ndn::encoding::Tag { ndn::encoding::EncoderTag = true, ndn::encoding::EstimatorTag = false } | 
| #define NDN_CXX_DECLARE_WIRE_ENCODE_INSTANTIATIONS | ( | ClassName | ) | 
Definition at line 49 of file encoding-buffer-fwd.hpp.
| #define NDN_CXX_DEFINE_WIRE_ENCODE_INSTANTIATIONS | ( | ClassName | ) | 
Definition at line 55 of file encoding-buffer-fwd.hpp.