|
HDK
|
#include <eventContainer.h>
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 106 of file eventContainer.h.
| using TraceEventContainer::const_iterator::difference_type = int64_t |
Definition at line 110 of file eventContainer.h.
| using TraceEventContainer::const_iterator::iterator_category = std::bidirectional_iterator_tag |
Definition at line 108 of file eventContainer.h.
| using TraceEventContainer::const_iterator::pointer = const TraceEvent* |
Definition at line 111 of file eventContainer.h.
| using TraceEventContainer::const_iterator::reference = const TraceEvent& |
Definition at line 112 of file eventContainer.h.
| using TraceEventContainer::const_iterator::value_type = const TraceEvent |
Definition at line 109 of file eventContainer.h.
|
inline |
Definition at line 122 of file eventContainer.h.
|
inline |
Definition at line 114 of file eventContainer.h.
|
inline |
Definition at line 130 of file eventContainer.h.
|
inline |
Definition at line 135 of file eventContainer.h.
|
inline |
Definition at line 141 of file eventContainer.h.
|
inline |
Definition at line 146 of file eventContainer.h.
|
inline |
Definition at line 118 of file eventContainer.h.
|
inline |
Definition at line 126 of file eventContainer.h.
|
friend |
Definition at line 177 of file eventContainer.h.