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 106 of file eventContainer.h.

Member Typedef Documentation

◆ difference_type

using difference_type = int64_t

Definition at line 110 of file eventContainer.h.

◆ iterator_category

using iterator_category = std::bidirectional_iterator_tag

Definition at line 108 of file eventContainer.h.

◆ pointer

using pointer = const TraceEvent*

Definition at line 111 of file eventContainer.h.

◆ reference

using reference = const TraceEvent&

Definition at line 112 of file eventContainer.h.

◆ value_type

using value_type = const TraceEvent

Definition at line 109 of file eventContainer.h.

Member Function Documentation

◆ operator!=()

bool operator!= ( const const_iterator other) const
inline

Definition at line 122 of file eventContainer.h.

◆ operator*()

reference operator* ( )
inline

Definition at line 114 of file eventContainer.h.

◆ operator++() [1/2]

const_iterator & operator++ ( )
inline

Definition at line 130 of file eventContainer.h.

◆ operator++() [2/2]

const_iterator operator++ ( int  )
inline

Definition at line 135 of file eventContainer.h.

◆ operator--() [1/2]

const_iterator & operator-- ( )
inline

Definition at line 141 of file eventContainer.h.

◆ operator--() [2/2]

const_iterator operator-- ( int  )
inline

Definition at line 146 of file eventContainer.h.

◆ operator->()

pointer operator-> ( )
inline

Definition at line 118 of file eventContainer.h.

◆ operator==()

bool operator== ( const const_iterator other) const
inline

Definition at line 126 of file eventContainer.h.

Friends And Related Function Documentation

◆ TraceEventContainer

friend class TraceEventContainer
friend

Definition at line 177 of file eventContainer.h.


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