MFEM v4.7.0
Finite element discretization library
|
#include <hash.hpp>
Public Member Functions | |
const_iterator & | operator++ () |
Public Member Functions inherited from mfem::BlockArray< T >::const_iterator | |
const_iterator & | operator++ () |
bool | operator== (const const_iterator &other) const |
bool | operator!= (const const_iterator &other) const |
Public Member Functions inherited from mfem::BlockArray< T >::iterator_base< const BlockArray, const T > | |
const T & | operator* () const |
const T * | operator-> () const |
bool | good () const |
int | index () const |
Protected Types | |
typedef Base::const_iterator | base |
Protected Types inherited from mfem::BlockArray< T >::const_iterator | |
typedef iterator_base< const BlockArray, const T > | base |
Protected Member Functions | |
const_iterator () | |
const_iterator (const base &it) | |
Protected Member Functions inherited from mfem::BlockArray< T >::const_iterator | |
const_iterator () | |
const_iterator (bool stop) | |
const_iterator (const BlockArray *a) | |
Protected Member Functions inherited from mfem::BlockArray< T >::iterator_base< const BlockArray, const T > | |
iterator_base () | |
iterator_base (bool stop) | |
iterator_base (const BlockArray *a) | |
void | next () |
Friends | |
class | HashTable |
Additional Inherited Members | |
Protected Attributes inherited from mfem::BlockArray< T >::iterator_base< const BlockArray, const T > | |
const BlockArray * | array |
const T * | ptr |
const T * | b_end |
const T * | ref |
int | b_end_idx |
bool | stop |
|
protected |
|
inlineprotected |
|
inlineprotected |
|
inline |