NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
field-decl.hpp File Reference
#include "ndn-cxx/lp/empty-value.hpp"
#include "ndn-cxx/lp/field.hpp"
#include "ndn-cxx/lp/sequence.hpp"
#include "ndn-cxx/lp/tlv.hpp"
#include "ndn-cxx/encoding/block-helpers.hpp"
#include "ndn-cxx/util/concepts.hpp"
#include <boost/concept/requires.hpp>
#include <boost/endian/conversion.hpp>
Include dependency graph for field-decl.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ndn::lp::DecodeHelper< TlvType, T >
 
struct  ndn::lp::DecodeHelper< TlvType, EmptyValue >
 
struct  ndn::lp::DecodeHelper< TlvType, NonNegativeIntegerTag >
 
struct  ndn::lp::DecodeHelper< TlvType, uint64_t >
 
struct  ndn::lp::DecodeHelper< TlvType, std::pair< Buffer::const_iterator, Buffer::const_iterator > >
 
struct  ndn::lp::EncodeHelper< TAG, TlvType, T >
 
struct  ndn::lp::EncodeHelper< TAG, TlvType, EmptyValue >
 
struct  ndn::lp::EncodeHelper< TAG, TlvType, NonNegativeIntegerTag >
 
struct  ndn::lp::EncodeHelper< TAG, TlvType, uint64_t >
 
struct  ndn::lp::EncodeHelper< TAG, TlvType, std::pair< Buffer::const_iterator, Buffer::const_iterator > >
 
class  ndn::lp::FieldDecl< LOCATION, VALUE, TYPE, REPEATABLE, DECODER_TAG, ENCODER_TAG >
 Declare a field. More...
 

Namespaces

 ndn
 Copyright (c) 2011-2015 Regents of the University of California.
 
 ndn::lp