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 | |
Typedefs | |
typedef bool | ndn::encoding::Tag |
typedef EncodingImpl< EncoderTag > | ndn::encoding::EncodingBuffer |
typedef EncodingImpl< EstimatorTag > | ndn::encoding::EncodingEstimator |
Variables | |
static const Tag | ndn::encoding::EncoderTag = true |
Tag for EncodingImpl to indicate that Encoder is requested Implementation of the tag may change to class. More... | |
static const Tag | ndn::encoding::EstimatorTag = false |
Tag for EncodingImpl to indicate that Estimator is requested Implementation of the tag may change to class. More... | |