Main Page
Related Pages
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
include
ndn-cpp
lite
encoding
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
35
class
Tlv0_1_1WireFormatLite
:
public
Tlv0_2WireFormatLite
{
36
};
37
38
}
39
40
#endif
ndn::Tlv0_2WireFormatLite
A Tlv0_2WireFormatLite implements implement encoding and decoding using NDN-TLV version 0...
Definition:
tlv-0_2-wire-format-lite.hpp:41
ndn::Tlv0_1_1WireFormatLite
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
Generated on Sun Oct 21 2018 08:50:05 by
1.8.6