ndn::Selectors Class Reference

Abstraction implementing Interest selectors. More...

#include <selectors.hpp>

Data Structures

class  Error
 

Public Member Functions

 Selectors ()
 
 Selectors (const Block &wire)
 Create from wire encoding. More...
 
bool empty () const
 
template<encoding::Tag TAG>
size_t wireEncode (EncodingImpl< TAG > &encoder) const
 Fast encoding or block size estimation. More...
 
const BlockwireEncode () const
 Encode to a wire format. More...
 
void wireDecode (const Block &wire)
 Decode the input from wire format. More...
 
int getMinSuffixComponents () const
 
SelectorssetMinSuffixComponents (int minSuffixComponents)
 
int getMaxSuffixComponents () const
 
SelectorssetMaxSuffixComponents (int maxSuffixComponents)
 
const KeyLocatorgetPublisherPublicKeyLocator () const
 
SelectorssetPublisherPublicKeyLocator (const KeyLocator &keyLocator)
 
const ExcludegetExclude () const
 
SelectorssetExclude (const Exclude &exclude)
 
int getChildSelector () const
 
SelectorssetChildSelector (int childSelector)
 
int getMustBeFresh () const
 
SelectorssetMustBeFresh (bool mustBeFresh)
 
bool operator== (const Selectors &other) const
 
bool operator!= (const Selectors &other) const
 

Detailed Description

Abstraction implementing Interest selectors.

Definition at line 34 of file selectors.hpp.

Constructor & Destructor Documentation

ndn::Selectors::Selectors ( )

Definition at line 35 of file selectors.cpp.

ndn::Selectors::Selectors ( const Block wire)
explicit

Create from wire encoding.

Definition at line 43 of file selectors.cpp.

Member Function Documentation

bool ndn::Selectors::empty ( ) const

Definition at line 49 of file selectors.cpp.

int ndn::Selectors::getChildSelector ( ) const
inline

Definition at line 115 of file selectors.hpp.

const Exclude& ndn::Selectors::getExclude ( ) const
inline

Definition at line 106 of file selectors.hpp.

int ndn::Selectors::getMaxSuffixComponents ( ) const
inline

Definition at line 88 of file selectors.hpp.

int ndn::Selectors::getMinSuffixComponents ( ) const
inline

Definition at line 79 of file selectors.hpp.

int ndn::Selectors::getMustBeFresh ( ) const
inline

Definition at line 124 of file selectors.hpp.

const KeyLocator& ndn::Selectors::getPublisherPublicKeyLocator ( ) const
inline

Definition at line 97 of file selectors.hpp.

bool ndn::Selectors::operator!= ( const Selectors other) const
inline

Definition at line 137 of file selectors.hpp.

bool ndn::Selectors::operator== ( const Selectors other) const

Definition at line 231 of file selectors.cpp.

Selectors & ndn::Selectors::setChildSelector ( int  childSelector)

Definition at line 215 of file selectors.cpp.

Selectors & ndn::Selectors::setExclude ( const Exclude exclude)

Definition at line 207 of file selectors.cpp.

Selectors & ndn::Selectors::setMaxSuffixComponents ( int  maxSuffixComponents)

Definition at line 191 of file selectors.cpp.

Selectors & ndn::Selectors::setMinSuffixComponents ( int  minSuffixComponents)

Definition at line 183 of file selectors.cpp.

Selectors & ndn::Selectors::setMustBeFresh ( bool  mustBeFresh)

Definition at line 223 of file selectors.cpp.

Selectors & ndn::Selectors::setPublisherPublicKeyLocator ( const KeyLocator keyLocator)

Definition at line 199 of file selectors.cpp.

void ndn::Selectors::wireDecode ( const Block wire)

Decode the input from wire format.

Definition at line 135 of file selectors.cpp.

template<encoding::Tag TAG>
size_t ndn::Selectors::wireEncode ( EncodingImpl< TAG > &  encoder) const

Fast encoding or block size estimation.

Definition at line 61 of file selectors.cpp.

const Block & ndn::Selectors::wireEncode ( ) const

Encode to a wire format.

Definition at line 119 of file selectors.cpp.