MFEM v4.7.0
Finite element discretization library
|
#include <hash.hpp>
Public Member Functions | |
iterator & | operator++ () |
Public Member Functions inherited from mfem::BlockArray< T >::iterator | |
iterator & | operator++ () |
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 > | |
BlockArray * | array |
T * | ptr |
T * | b_end |
T * | ref |
int | b_end_idx |
bool | stop |
|
protected |
|
inlineprotected |
|
inlineprotected |
|
inline |