openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
hashmap::unordered_set< K, OPS >::const_iterator Class Reference

#include <hashmap.hpp>

Inheritance diagram for hashmap::unordered_set< K, OPS >::const_iterator:
Collaboration diagram for hashmap::unordered_set< K, OPS >::const_iterator:

Public Member Functions

 const_iterator ()
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
const_iteratoroperator-- ()
 
const_iterator operator-- (int)
 
bool operator== (const const_iterator &other) const
 
bool operator!= (const const_iterator &other) const
 
const K & operator* () const
 
const K * operator-> () const
 

Protected Member Functions

 const_iterator (const unordered_set *iptr, hm_int iindex)
 

Protected Attributes

const unordered_setptr
 
hm_int index
 

Friends

class unordered_set
 

Detailed Description

template<typename K, typename OPS>
class hashmap::unordered_set< K, OPS >::const_iterator

Definition at line 875 of file hashmap.hpp.

Constructor & Destructor Documentation

◆ const_iterator() [1/2]

template<typename K, typename OPS>
hashmap::unordered_set< K, OPS >::const_iterator::const_iterator ( const unordered_set iptr,
hm_int  iindex 
)
inlineprotected

Definition at line 882 of file hashmap.hpp.

◆ const_iterator() [2/2]

template<typename K, typename OPS>
hashmap::unordered_set< K, OPS >::const_iterator::const_iterator ( )
inline

Definition at line 885 of file hashmap.hpp.

Member Function Documentation

◆ operator!=()

template<typename K, typename OPS>
bool hashmap::unordered_set< K, OPS >::const_iterator::operator!= ( const const_iterator other) const
inline

Definition at line 891 of file hashmap.hpp.

◆ operator*()

template<typename K, typename OPS>
const K& hashmap::unordered_set< K, OPS >::const_iterator::operator* ( ) const
inline

Definition at line 892 of file hashmap.hpp.

◆ operator++() [1/2]

template<typename K, typename OPS>
const_iterator& hashmap::unordered_set< K, OPS >::const_iterator::operator++ ( )
inline

Definition at line 886 of file hashmap.hpp.

◆ operator++() [2/2]

template<typename K, typename OPS>
const_iterator hashmap::unordered_set< K, OPS >::const_iterator::operator++ ( int  )
inline

Definition at line 887 of file hashmap.hpp.

◆ operator--() [1/2]

template<typename K, typename OPS>
const_iterator& hashmap::unordered_set< K, OPS >::const_iterator::operator-- ( )
inline

Definition at line 888 of file hashmap.hpp.

◆ operator--() [2/2]

template<typename K, typename OPS>
const_iterator hashmap::unordered_set< K, OPS >::const_iterator::operator-- ( int  )
inline

Definition at line 889 of file hashmap.hpp.

◆ operator->()

template<typename K, typename OPS>
const K* hashmap::unordered_set< K, OPS >::const_iterator::operator-> ( ) const
inline

Definition at line 893 of file hashmap.hpp.

◆ operator==()

template<typename K, typename OPS>
bool hashmap::unordered_set< K, OPS >::const_iterator::operator== ( const const_iterator other) const
inline

Definition at line 890 of file hashmap.hpp.

Friends And Related Function Documentation

◆ unordered_set

template<typename K, typename OPS>
friend class unordered_set
friend

Definition at line 877 of file hashmap.hpp.

Member Data Documentation

◆ index

template<typename K, typename OPS>
hm_int hashmap::unordered_set< K, OPS >::const_iterator::index
protected

Definition at line 881 of file hashmap.hpp.

◆ ptr

template<typename K, typename OPS>
const unordered_set* hashmap::unordered_set< K, OPS >::const_iterator::ptr
protected

Definition at line 880 of file hashmap.hpp.


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