NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
encoding-buffer-fwd.hpp
Go to the documentation of this file.
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
22 #ifndef NDN_ENCODING_ENCODING_BUFFER_FWD_HPP
23 #define NDN_ENCODING_ENCODING_BUFFER_FWD_HPP
24 
25 namespace ndn {
26 namespace encoding {
27 
28 typedef bool Tag;
29 
35 static const Tag EncoderTag = true;
36 
42 static const Tag EstimatorTag = false;
43 
44 template<Tag TAG>
46 
49 
50 } // namespace encoding
51 
55 
56 } // namespace ndn
57 
58 #endif // NDN_ENCODING_ENCODING_BUFFER_FWD_HPP
Copyright (c) 2011-2015 Regents of the University of California.
EncodingImpl specialization for real TLV encoding.
EncodingImpl< EstimatorTag > EncodingEstimator
static const Tag EstimatorTag
Tag for EncodingImpl to indicate that Estimator is requested Implementation of the tag may change to ...
EncodingImpl specialization TLV size estimation.
EncodingImpl< EncoderTag > EncodingBuffer
static const Tag EncoderTag
Tag for EncodingImpl to indicate that Encoder is requested Implementation of the tag may change to cl...