Iterator for the msgs_t type. More...
#include <mfextensions/Receivers/qt_mf_msg.hh>
Public Member Functions | |
msg_iter_t (msgs_t::iterator it) | |
Construct a msg_iter_t. | |
bool | operator== (msg_iter_t const &other) const |
Equality operator. Equality is based on the message's sequence number. | |
bool | operator< (msg_iter_t const &other) const |
Comparison operator, based on message sequence number. | |
msgs_t::iterator | get () const |
Get the wrapper iterator. |
Iterator for the msgs_t type.
Definition at line 178 of file qt_mf_msg.hh.
msg_iter_t::msg_iter_t | ( | msgs_t::iterator | it | ) | [inline] |
Construct a msg_iter_t.
it | Iterator to msgs_t list |
Definition at line 186 of file qt_mf_msg.hh.
msgs_t::iterator msg_iter_t::get | ( | ) | const [inline] |
bool msg_iter_t::operator< | ( | msg_iter_t const & | other | ) | const [inline] |
Comparison operator, based on message sequence number.
other | msg_iter_t to compare |
Definition at line 207 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.
other | msg_iter_t to check for equality |
Definition at line 197 of file qt_mf_msg.hh.