pjmsg_mcap_wrapper
|
Definition at line 657 of file reader.hpp.
#include <reader.hpp>
Classes | |
class | Impl |
Public Types | |
using | iterator_category = std::input_iterator_tag |
using | difference_type = int64_t |
using | value_type = MessageView |
using | pointer = const MessageView * |
using | reference = const MessageView & |
Public Member Functions | |
reference | operator* () const |
pointer | operator-> () const |
Iterator & | operator++ () |
void | operator++ (int) |
Private Member Functions | |
Iterator ()=default | |
Iterator (LinearMessageView &view) | |
Private Attributes | |
friend | LinearMessageView |
bool | begun_ = false |
std::unique_ptr< Impl > | impl_ |
Friends | |
MCAP_PUBLIC friend bool | operator== (const Iterator &a, const Iterator &b) |
MCAP_PUBLIC friend bool | operator!= (const Iterator &a, const Iterator &b) |
using mcap::LinearMessageView::Iterator::difference_type = int64_t |
Definition at line 659 of file reader.hpp.
Definition at line 658 of file reader.hpp.
using mcap::LinearMessageView::Iterator::pointer = const MessageView* |
Definition at line 661 of file reader.hpp.
using mcap::LinearMessageView::Iterator::reference = const MessageView& |
Definition at line 662 of file reader.hpp.
Definition at line 660 of file reader.hpp.
|
privatedefault |
|
private |
Definition at line 1627 of file reader.inl.
LinearMessageView::Iterator::reference mcap::LinearMessageView::Iterator::operator* | ( | ) | const |
Definition at line 1753 of file reader.inl.
LinearMessageView::Iterator & mcap::LinearMessageView::Iterator::operator++ | ( | ) |
Definition at line 1761 of file reader.inl.
void mcap::LinearMessageView::Iterator::operator++ | ( | int | ) |
Definition at line 1770 of file reader.inl.
LinearMessageView::Iterator::pointer mcap::LinearMessageView::Iterator::operator-> | ( | ) | const |
Definition at line 1757 of file reader.inl.
|
friend |
Definition at line 1788 of file reader.inl.
|
friend |
Definition at line 1774 of file reader.inl.
|
private |
Definition at line 701 of file reader.hpp.
|
private |
Definition at line 702 of file reader.hpp.
|
private |
Definition at line 672 of file reader.hpp.