CGRA-ME
Public Member Functions | Public Attributes | List of all members
VectorMap< IndexMap, Key, MappedType >::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 Key, typename MappedType>
struct VectorMap< IndexMap, Key, MappedType >::const_iterator

Definition at line 172 of file Collections.h.

Member Function Documentation

◆ operator!=()

template<typename IndexMap , typename Key , typename MappedType >
bool VectorMap< IndexMap, Key, MappedType >::const_iterator::operator!= ( const const_iterator rhs) const
inline

Definition at line 177 of file Collections.h.

◆ operator*()

template<typename IndexMap , typename Key , typename MappedType >
auto& VectorMap< IndexMap, Key, MappedType >::const_iterator::operator* ( ) const
inline

Definition at line 174 of file Collections.h.

◆ operator->()

template<typename IndexMap , typename Key , typename MappedType >
auto* VectorMap< IndexMap, Key, MappedType >::const_iterator::operator-> ( ) const
inline

Definition at line 175 of file Collections.h.

◆ operator==()

template<typename IndexMap , typename Key , typename MappedType >
bool VectorMap< IndexMap, Key, MappedType >::const_iterator::operator== ( const const_iterator rhs) const
inline

Definition at line 176 of file Collections.h.

Member Data Documentation

◆ impl

template<typename IndexMap , typename Key , typename MappedType >
DataStore::const_iterator VectorMap< IndexMap, Key, MappedType >::const_iterator::impl

Definition at line 173 of file Collections.h.


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