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

Iterator over name components. More...

#include <name.hpp>

Inherits ndnph::Decoder::Iterator.

Public Types

using super = Decoder::Iterator
 
using iterator_category = std::input_iterator_tag
 
using value_type = const Component
 
using difference_type = std::ptrdiff_t
 
using pointer = detail::InputIteratorPointerProxy< value_type >
 
using reference = value_type
 
- Public Types inherited from ndnph::Decoder::Iterator
using iterator_category = std::forward_iterator_tag
 
using value_type = const Tlv
 
using difference_type = std::ptrdiff_t
 
using pointer = value_type *
 
using reference = value_type &
 

Public Member Functions

 Iterator ()=default
 
 Iterator (const super &inner)
 
reference operator* ()
 
pointer operator-> ()
 
- Public Member Functions inherited from ndnph::Decoder::Iterator
 Iterator ()=default
 
 Iterator (const uint8_t *pos, const uint8_t *end)
 
bool hasError () const
 Whether a decoding error has occurred. More...
 
Iteratoroperator++ ()
 Increment to next TLV element. More...
 
Iterator operator++ (int)
 
reference operator* ()
 Obtain Decoder::Tlv. More...
 
pointer operator-> ()
 

Detailed Description

Iterator over name components.

Member Typedef Documentation

◆ difference_type

◆ iterator_category

using ndnph::Name::Iterator::iterator_category = std::input_iterator_tag

◆ pointer

◆ reference

◆ super

◆ value_type

Constructor & Destructor Documentation

◆ Iterator() [1/2]

ndnph::Name::Iterator::Iterator ( )
default

◆ Iterator() [2/2]

ndnph::Name::Iterator::Iterator ( const super inner)
inlineexplicit

Member Function Documentation

◆ operator*()

reference ndnph::Name::Iterator::operator* ( )
inline

◆ operator->()

pointer ndnph::Name::Iterator::operator-> ( )
inline

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