![]() |
Bidirectional iterator of TraceEvents. More...
Public Types | |
| using | iterator_category = std::bidirectional_iterator_tag |
| using | value_type = const TraceEvent |
| using | difference_type = int64_t |
| using | pointer = const TraceEvent * |
| using | reference = const TraceEvent & |
Public Member Functions | |
| reference | operator* () |
| pointer | operator-> () |
| bool | operator!= (const const_iterator &other) const |
| bool | operator== (const const_iterator &other) const |
| const_iterator & | operator++ () |
| const_iterator | operator++ (int) |
| const_iterator & | operator-- () |
| const_iterator | operator-- (int) |
Friends | |
| class | TraceEventContainer |
Bidirectional iterator of TraceEvents.
Definition at line 123 of file eventContainer.h.