![]() |
MFEM v4.8.0
Finite element discretization library
|
#include <array.hpp>
Public Member Functions | |
| 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 iterator_base< BlockArray, T > | base |
Protected Member Functions | |
| 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 | BlockArray |
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 |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
friend |