Iterator for the msgs_t type
More...
#include <mfextensions/Receivers/qt_mf_msg.hh>
Iterator for the msgs_t type
Definition at line 172 of file qt_mf_msg.hh.
msg_iter_t::msg_iter_t |
( |
msgs_t::iterator |
it | ) |
|
|
inline |
msgs_t::iterator msg_iter_t::get |
( |
| ) |
const |
|
inline |
Get the wrapper iterator
- Returns
- msgs_t::iterator
Definition at line 201 of file qt_mf_msg.hh.
bool msg_iter_t::operator< |
( |
msg_iter_t const & |
other | ) |
const |
|
inline |
Comparison operator, based on message sequence number
- Parameters
-
- Returns
- seq() < other.seq()
Definition at line 195 of file qt_mf_msg.hh.
bool msg_iter_t::operator== |
( |
msg_iter_t const & |
other | ) |
const |
|
inline |
Equality operator. Equality is based on the message's sequence number
- Parameters
-
- Returns
- True if both messages have the same sequence id
Definition at line 188 of file qt_mf_msg.hh.
The documentation for this class was generated from the following file: