Cppcheck
Public Member Functions | Public Attributes | List of all members
IteratorRange< Iterator > Struct Template Reference

Public Member Functions

Iterator begin () const
 
Iterator end () const
 

Public Attributes

Iterator mBegin
 
Iterator mEnd
 

Detailed Description

template<class Iterator>
struct IteratorRange< Iterator >

Definition at line 7777 of file valueflow.cpp.

Member Function Documentation

◆ begin()

template<class Iterator >
Iterator IteratorRange< Iterator >::begin ( ) const
inline

Definition at line 7782 of file valueflow.cpp.

References IteratorRange< Iterator >::mBegin.

◆ end()

template<class Iterator >
Iterator IteratorRange< Iterator >::end ( ) const
inline

Definition at line 7786 of file valueflow.cpp.

References IteratorRange< Iterator >::mEnd.

Member Data Documentation

◆ mBegin

template<class Iterator >
Iterator IteratorRange< Iterator >::mBegin

Definition at line 7779 of file valueflow.cpp.

Referenced by IteratorRange< Iterator >::begin().

◆ mEnd

template<class Iterator >
Iterator IteratorRange< Iterator >::mEnd

Definition at line 7780 of file valueflow.cpp.

Referenced by IteratorRange< Iterator >::end().


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