![]() |
PahoMqttCpp
MQTT C++ Client for POSIX and Windows
|
#include <properties.h>
Public Member Functions | |
const property & | operator* () const |
const_iterator | operator++ (int) noexcept |
const_iterator & | operator++ () noexcept |
bool | operator!= (const const_iterator &other) const noexcept |
A const iterator for the properties list
|
inline |
Gets a reference 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. |