Go to the source code of this file.
|
| ndn |
| Copyright (c) 2013-2017 Regents of the University of California.
|
|
| ndn::encoding |
|
#define NDN_CXX_DECLARE_WIRE_ENCODE_INSTANTIATIONS |
( |
|
ClassName | ) |
|
Value:extern template size_t \
extern template size_t \
EncodingImpl< EncoderTag > EncodingBuffer
EncodingImpl< EstimatorTag > EncodingEstimator
Definition at line 49 of file encoding-buffer-fwd.hpp.
#define NDN_CXX_DEFINE_WIRE_ENCODE_INSTANTIATIONS |
( |
|
ClassName | ) |
|
Value:template size_t \
template size_t \
EncodingImpl< EncoderTag > EncodingBuffer
EncodingImpl< EstimatorTag > EncodingEstimator
Definition at line 55 of file encoding-buffer-fwd.hpp.