![]() |
PahoMqttCpp
MQTT C++ Client for POSIX and Windows
|
#include <topic_matcher.h>
Public Member Functions | |
reference | operator* () noexcept |
const_reference | operator* () const noexcept |
value_type * | operator-> () noexcept |
const value_type * | operator-> () const noexcept |
match_iterator | operator++ (int) noexcept |
match_iterator & | operator++ () noexcept |
bool | operator!= (const match_iterator &other) const noexcept |
Friends | |
class | topic_matcher |
Iterator that efficiently searches the collection for topic matches.
|
inlinenoexcept |
Gets a reference to the current value.
|
inlinenoexcept |
Gets a const reference to the current value.
|
inlinenoexcept |
Get a pointer to the current value.
|
inlinenoexcept |
Get a const pointer to the current value.
|
inlinenoexcept |
Postfix increment operator.
|
inlinenoexcept |
Prefix increment operator.
|
inlinenoexcept |
Compares two iterators to see if they don't refer to the same node.
other | The other iterator to compare against this one. |
|
friend |