#include "ndn-cxx/detail/common.hpp"
Go to the source code of this file.
Namespaces | |
ndn | |
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.