CGRA-ME
Public Member Functions | Public Attributes | List of all members
VectorSet< IndexMap, Value >::const_iterator Struct Reference

#include <Collections.h>

Public Member Functions

auto & operator* () const
 
auto * operator-> () const
 
bool operator== (const const_iterator &rhs) const
 
bool operator!= (const const_iterator &rhs) const
 

Public Attributes

DataStore::const_iterator impl
 

Detailed Description

template<typename IndexMap, typename Value>
struct VectorSet< IndexMap, Value >::const_iterator

Definition at line 243 of file Collections.h.

Member Function Documentation

◆ operator!=()

template<typename IndexMap , typename Value >
bool VectorSet< IndexMap, Value >::const_iterator::operator!= ( const const_iterator rhs) const
inline

Definition at line 248 of file Collections.h.

◆ operator*()

template<typename IndexMap , typename Value >
auto& VectorSet< IndexMap, Value >::const_iterator::operator* ( ) const
inline

Definition at line 245 of file Collections.h.

◆ operator->()

template<typename IndexMap , typename Value >
auto* VectorSet< IndexMap, Value >::const_iterator::operator-> ( ) const
inline

Definition at line 246 of file Collections.h.

◆ operator==()

template<typename IndexMap , typename Value >
bool VectorSet< IndexMap, Value >::const_iterator::operator== ( const const_iterator rhs) const
inline

Definition at line 247 of file Collections.h.

Member Data Documentation

◆ impl

template<typename IndexMap , typename Value >
DataStore::const_iterator VectorSet< IndexMap, Value >::const_iterator::impl

Definition at line 244 of file Collections.h.


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