![]() |
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 |
iterator | operator++ (int) noexcept |
iterator & | operator++ () noexcept |
bool | operator!= (const iterator &other) const noexcept |
Friends | |
class | topic_matcher |
Generic iterator over all items in the collection.
|
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 |