#include <topic_matcher.h>
◆ operator*() [1/2]
Gets a reference to the current value.
- Returns
- A reference to the current value.
◆ operator*() [2/2]
Gets a const reference to the current value.
- Returns
- A const reference to the current value.
◆ operator->() [1/2]
Get a pointer to the current value.
- Returns
- A pointer to the current value.
◆ operator->() [2/2]
Get a const pointer to the current value.
- Returns
- A const pointer to the current value.
◆ operator++() [1/2]
Postfix increment operator.
- Returns
- An iterator pointing to the previous matching item.
◆ operator++() [2/2]
Prefix increment operator.
- Returns
- An iterator pointing to the next matching item.
◆ operator!=()
Compares two iterators to see if they don't refer to the same node.
- Parameters
-
other | The other iterator to compare against this one. |
- Returns
- true if they don't match, false if they do
◆ topic_matcher
The documentation for this class was generated from the following file: