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 | Static Protected Member Functions | List of all members
ndnph::detail::InterestRefBase Class Reference

#include <interest.hpp>

Inherits ndnph::RefRegion< InterestObj >.

Inherited by ndnph::Interest, and ndnph::detail::ParameterizedInterestRef.

Public Member Functions

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

 ~InterestRefBase ()=default
 
void encodeMiddle (Encoder &encoder) const
 
- Protected Member Functions inherited from ndnph::RefRegion< InterestObj >
 ~RefRegion ()=default
 

Static Protected Member Functions

static int findParamsDigest (const Name &name)
 

Additional Inherited Members

- Public Types inherited from ndnph::RefRegion< InterestObj >
using ObjType = InterestObj
 
- Protected Attributes inherited from ndnph::RefRegion< InterestObj >
ObjTypeobj
 

Constructor & Destructor Documentation

◆ ~InterestRefBase()

ndnph::detail::InterestRefBase::~InterestRefBase ( )
protecteddefault

Member Function Documentation

◆ encodeMiddle()

void ndnph::detail::InterestRefBase::encodeMiddle ( Encoder encoder) const
inlineprotected

◆ findParamsDigest()

static int ndnph::detail::InterestRefBase::findParamsDigest ( const Name name)
inlinestaticprotected

◆ getCanBePrefix()

bool ndnph::detail::InterestRefBase::getCanBePrefix ( ) const
inline

◆ getFwHint()

const Name& ndnph::detail::InterestRefBase::getFwHint ( ) const
inline

◆ getHopLimit()

uint8_t ndnph::detail::InterestRefBase::getHopLimit ( ) const
inline

◆ getLifetime()

uint16_t ndnph::detail::InterestRefBase::getLifetime ( ) const
inline

◆ getMustBeFresh()

bool ndnph::detail::InterestRefBase::getMustBeFresh ( ) const
inline

◆ getName()

const Name& ndnph::detail::InterestRefBase::getName ( ) const
inline

◆ getNonce()

uint32_t ndnph::detail::InterestRefBase::getNonce ( ) const
inline

◆ RefRegion()

ndnph::RefRegion< Obj >::RefRegion
inlineexplicit

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