esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ndnph::detail::ParameterizedInterestRef Class Reference

#include <interest.hpp>

Inherits ndnph::detail::InterestRefBase.

Inherited by ndnph::Interest::Parameterized, and ndnph::detail::SignedInterestRef.

Public Member Functions

 ParameterizedInterestRef ()=default
 
 ParameterizedInterestRef (InterestObj *interest, tlv::Value appParameters)
 
void encodeTo (Encoder &encoder) const
 
- Public Member Functions inherited from ndnph::detail::InterestRefBase
const NamegetName () const
 
bool getCanBePrefix () const
 
bool getMustBeFresh () const
 
const NamegetFwHint () const
 
uint32_t getNonce () const
 
uint16_t getLifetime () const
 
uint8_t getHopLimit () const
 
 RefRegion (ObjType *obj=nullptr)
 
- Public Member Functions inherited from ndnph::RefRegion< InterestObj >
 RefRegion (ObjType *obj=nullptr)
 
 operator bool () const
 

Protected Member Functions

 ~ParameterizedInterestRef ()=default
 
void encodeName (Encoder &encoder, const tlv::Value &params) const
 
void encodeAppParameters (Encoder &encoder) const
 
template<typename Fn >
void encodeImpl (Encoder &encoder, const Fn &encodeParams) const
 
- Protected Member Functions inherited from ndnph::detail::InterestRefBase
 ~InterestRefBase ()=default
 
void encodeMiddle (Encoder &encoder) const
 
- Protected Member Functions inherited from ndnph::RefRegion< InterestObj >
 ~RefRegion ()=default
 

Protected Attributes

tlv::Value m_appParameters
 
- Protected Attributes inherited from ndnph::RefRegion< InterestObj >
ObjTypeobj
 

Additional Inherited Members

- Public Types inherited from ndnph::RefRegion< InterestObj >
using ObjType = InterestObj
 
- Static Protected Member Functions inherited from ndnph::detail::InterestRefBase
static int findParamsDigest (const Name &name)
 

Constructor & Destructor Documentation

◆ ParameterizedInterestRef() [1/2]

ndnph::detail::ParameterizedInterestRef::ParameterizedInterestRef ( )
explicitdefault

◆ ParameterizedInterestRef() [2/2]

ndnph::detail::ParameterizedInterestRef::ParameterizedInterestRef ( InterestObj interest,
tlv::Value  appParameters 
)
inlineexplicit

◆ ~ParameterizedInterestRef()

ndnph::detail::ParameterizedInterestRef::~ParameterizedInterestRef ( )
protecteddefault

Member Function Documentation

◆ encodeAppParameters()

void ndnph::detail::ParameterizedInterestRef::encodeAppParameters ( Encoder encoder) const
inlineprotected

◆ encodeImpl()

template<typename Fn >
void ndnph::detail::ParameterizedInterestRef::encodeImpl ( Encoder encoder,
const Fn &  encodeParams 
) const
inlineprotected

◆ encodeName()

void ndnph::detail::ParameterizedInterestRef::encodeName ( Encoder encoder,
const tlv::Value params 
) const
inlineprotected

◆ encodeTo()

void ndnph::detail::ParameterizedInterestRef::encodeTo ( Encoder encoder) const
inline

Member Data Documentation

◆ m_appParameters

tlv::Value ndnph::detail::ParameterizedInterestRef::m_appParameters
protected

The documentation for this class was generated from the following file: