tlv-0_1_1-wire-format-lite.hpp
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil -*- */
22 #ifndef NDN_TLV_0_1_1_WIRE_FORMAT_LITE_HPP
23 #define NDN_TLV_0_1_1_WIRE_FORMAT_LITE_HPP
24 
25 #include "tlv-0_2-wire-format-lite.hpp"
26 
27 namespace ndn {
28 
36 };
37 
38 }
39 
40 #endif
Copyright (C) 2013-2016 Regents of the University of California.
Definition: common.hpp:36
A Tlv0_2WireFormatLite implements implement encoding and decoding using NDN-TLV version 0...
Definition: tlv-0_2-wire-format-lite.hpp:41
A Tlv0_1_1WireFormatLite extends Tlv0_2WireFormatLite so that it is an alias in case any applications...
Definition: tlv-0_1_1-wire-format-lite.hpp:35