MFEM  v4.5.1
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Protected Types | Protected Member Functions | Friends | List of all members
mfem::HashTable< T >::iterator Class Reference

#include <hash.hpp>

Inheritance diagram for mfem::HashTable< T >::iterator:
[legend]
Collaboration diagram for mfem::HashTable< T >::iterator:
[legend]

Public Member Functions

iteratoroperator++ ()
 
- Public Member Functions inherited from mfem::BlockArray< T >::iterator
iteratoroperator++ ()
 
bool operator== (const iterator &other) const
 
bool operator!= (const iterator &other) const
 
- Public Member Functions inherited from mfem::BlockArray< T >::iterator_base< BlockArray, T >
T & operator* () const
 
T * operator-> () const
 
bool good () const
 
int index () const
 

Protected Types

typedef Base::iterator base
 
- Protected Types inherited from mfem::BlockArray< T >::iterator
typedef iterator_base
< BlockArray, T > 
base
 

Protected Member Functions

 iterator ()
 
 iterator (const base &it)
 
- Protected Member Functions inherited from mfem::BlockArray< T >::iterator
 iterator ()
 
 iterator (bool stop)
 
 iterator (BlockArray *a)
 
- Protected Member Functions inherited from mfem::BlockArray< T >::iterator_base< BlockArray, T >
 iterator_base ()
 
 iterator_base (bool stop)
 
 iterator_base (BlockArray *a)
 
void next ()
 

Friends

class HashTable
 

Additional Inherited Members

- Protected Attributes inherited from mfem::BlockArray< T >::iterator_base< BlockArray, T >
BlockArrayarray
 
T * ptr
 
T * b_end
 
T * ref
 
int b_end_idx
 
bool stop
 

Detailed Description

template<typename T>
class mfem::HashTable< T >::iterator

Definition at line 295 of file hash.hpp.

Member Typedef Documentation

template<typename T>
typedef Base::iterator mfem::HashTable< T >::iterator::base
protected

Definition at line 299 of file hash.hpp.

Constructor & Destructor Documentation

template<typename T>
mfem::HashTable< T >::iterator::iterator ( )
inlineprotected

Definition at line 301 of file hash.hpp.

template<typename T>
mfem::HashTable< T >::iterator::iterator ( const base it)
inlineprotected

Definition at line 302 of file hash.hpp.

Member Function Documentation

template<typename T>
iterator& mfem::HashTable< T >::iterator::operator++ ( )
inline

Definition at line 308 of file hash.hpp.

Friends And Related Function Documentation

template<typename T>
friend class HashTable
friend

Definition at line 298 of file hash.hpp.


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