Loading...
Searching...
No Matches
TraceEventContainer::const_iterator Class Reference

Bidirectional iterator of TraceEvents. More...

#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_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
const_iteratoroperator-- ()
 
const_iterator operator-- (int)
 

Friends

class TraceEventContainer
 

Detailed Description

Bidirectional iterator of TraceEvents.

Definition at line 123 of file eventContainer.h.

Member Typedef Documentation

◆ difference_type

using difference_type = int64_t

Definition at line 127 of file eventContainer.h.

◆ iterator_category

using iterator_category = std::bidirectional_iterator_tag

Definition at line 125 of file eventContainer.h.

◆ pointer

using pointer = const TraceEvent*

Definition at line 128 of file eventContainer.h.

◆ reference

using reference = const TraceEvent&

Definition at line 129 of file eventContainer.h.

◆ value_type

using value_type = const TraceEvent

Definition at line 126 of file eventContainer.h.

Member Function Documentation

◆ operator!=()

bool operator!= ( const const_iterator other) const
inline

Definition at line 139 of file eventContainer.h.

◆ operator*()

reference operator* ( )
inline

Definition at line 131 of file eventContainer.h.

◆ operator++() [1/2]

const_iterator & operator++ ( )
inline

Definition at line 147 of file eventContainer.h.

◆ operator++() [2/2]

const_iterator operator++ ( int  )
inline

Definition at line 152 of file eventContainer.h.

◆ operator--() [1/2]

const_iterator & operator-- ( )
inline

Definition at line 158 of file eventContainer.h.

◆ operator--() [2/2]

const_iterator operator-- ( int  )
inline

Definition at line 163 of file eventContainer.h.

◆ operator->()

pointer operator-> ( )
inline

Definition at line 135 of file eventContainer.h.

◆ operator==()

bool operator== ( const const_iterator other) const
inline

Definition at line 143 of file eventContainer.h.

Friends And Related Function Documentation

◆ TraceEventContainer

friend class TraceEventContainer
friend

Definition at line 194 of file eventContainer.h.


The documentation for this class was generated from the following file: