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 >::iterator Class Reference

#include <hashmap.hpp>

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

Public Member Functions

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

Protected Member Functions

 iterator (unordered_set *iptr, hm_int iindex)
 

Protected Attributes

unordered_setptr
 
hm_int index
 

Friends

class unordered_set
 

Detailed Description

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

Definition at line 896 of file hashmap.hpp.

Constructor & Destructor Documentation

◆ iterator() [1/2]

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

Definition at line 903 of file hashmap.hpp.

◆ iterator() [2/2]

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

Definition at line 906 of file hashmap.hpp.

Member Function Documentation

◆ operator const_iterator()

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

Definition at line 917 of file hashmap.hpp.

◆ operator!=()

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

Definition at line 912 of file hashmap.hpp.

◆ operator*() [1/2]

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

Definition at line 913 of file hashmap.hpp.

◆ operator*() [2/2]

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

Definition at line 915 of file hashmap.hpp.

◆ operator++() [1/2]

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

Definition at line 907 of file hashmap.hpp.

◆ operator++() [2/2]

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

Definition at line 908 of file hashmap.hpp.

◆ operator--() [1/2]

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

Definition at line 909 of file hashmap.hpp.

◆ operator--() [2/2]

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

Definition at line 910 of file hashmap.hpp.

◆ operator->() [1/2]

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

Definition at line 914 of file hashmap.hpp.

◆ operator->() [2/2]

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

Definition at line 916 of file hashmap.hpp.

◆ operator==()

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

Definition at line 911 of file hashmap.hpp.

Friends And Related Function Documentation

◆ unordered_set

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

Definition at line 898 of file hashmap.hpp.

Member Data Documentation

◆ index

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

Definition at line 902 of file hashmap.hpp.

◆ ptr

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

Definition at line 901 of file hashmap.hpp.


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