#include "ndn-cxx/lp/packet.hpp"#include "ndn-cxx/lp/fields.hpp"#include <boost/bind.hpp>#include <boost/mpl/for_each.hpp>#include <boost/range/adaptor/reversed.hpp> Include dependency graph for packet.cpp:
 Include dependency graph for packet.cpp:Go to the source code of this file.
| Namespaces | |
| ndn | |
| ndn::lp | |
| bool canIgnore = false | 
can this unknown field be ignored
Definition at line 64 of file packet.cpp.
| bool isRecognized = false | 
is this field known
Definition at line 63 of file packet.cpp.
| bool isRepeatable = false | 
is the field repeatable
Definition at line 65 of file packet.cpp.
| int locationSortOrder = getLocationSortOrder<field_location_tags::Header>() | 
sort order of field_location_tag
Definition at line 66 of file packet.cpp.
| uint64_t tlvType = 0 | 
TLV-TYPE of the field; 0 if field does not exist.
Definition at line 62 of file packet.cpp.