CGRA-ME
Public Member Functions | Public Attributes | List of all members
VectorMap< IndexMap, Key, MappedType >::iterator Struct Reference

#include <Collections.h>

Public Member Functions

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

Public Attributes

DataStore::iterator impl
 

Detailed Description

template<typename IndexMap, typename Key, typename MappedType>
struct VectorMap< IndexMap, Key, MappedType >::iterator

Definition at line 179 of file Collections.h.

Member Function Documentation

◆ operator const_iterator()

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

Definition at line 185 of file Collections.h.

◆ operator!=()

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

Definition at line 184 of file Collections.h.

◆ operator*()

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

Definition at line 181 of file Collections.h.

◆ operator->()

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

Definition at line 182 of file Collections.h.

◆ operator==()

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

Definition at line 183 of file Collections.h.

Member Data Documentation

◆ impl

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

Definition at line 180 of file Collections.h.


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