paho-mqtt-cpp
MQTT C++ Client for POSIX and Windows
Loading...
Searching...
No Matches
Public Member Functions | Friends
mqtt::topic_matcher< T >::const_iterator Class Reference

#include <topic_matcher.h>

Inheritance diagram for mqtt::topic_matcher< T >::const_iterator:
mqtt::topic_matcher< T >::iterator

Public Member Functions

const_reference operator* () const noexcept
 
const value_typeoperator-> () const noexcept
 
- Public Member Functions inherited from mqtt::topic_matcher< T >::iterator
reference operator* () noexcept
 
const_reference operator* () const noexcept
 
value_typeoperator-> () noexcept
 
const value_typeoperator-> () const noexcept
 
iterator operator++ (int) noexcept
 
iteratoroperator++ () noexcept
 
bool operator!= (const iterator &other) const noexcept
 

Friends

class topic_matcher
 

Detailed Description

template<typename T>
class mqtt::topic_matcher< T >::const_iterator

A const iterator.

Member Function Documentation

◆ operator*()

template<typename T >
const_reference mqtt::topic_matcher< T >::const_iterator::operator* ( ) const
inlinenoexcept

Gets a const reference to the current value.

Returns
A const reference to the current value.

◆ operator->()

template<typename T >
const value_type * mqtt::topic_matcher< T >::const_iterator::operator-> ( ) const
inlinenoexcept

Get a const pointer to the current value.

Returns
A const pointer to the current value.

Friends And Related Function Documentation

◆ topic_matcher

template<typename T >
friend class topic_matcher
friend

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