MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
mfem::BlockArray< T >::const_iterator Class Reference

#include <array.hpp>

Inheritance diagram for mfem::BlockArray< T >::const_iterator:
[legend]
Collaboration diagram for mfem::BlockArray< T >::const_iterator:
[legend]

Public Member Functions

const_iteratoroperator++ ()
 
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 iterator_base< const BlockArray, const T > base
 

Protected Member Functions

 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 BlockArray
 

Additional Inherited Members

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

Detailed Description

template<typename T>
class mfem::BlockArray< T >::const_iterator

Definition at line 597 of file array.hpp.

Member Typedef Documentation

◆ base

template<typename T >
typedef iterator_base<const BlockArray, const T> mfem::BlockArray< T >::const_iterator::base
protected

Definition at line 601 of file array.hpp.

Constructor & Destructor Documentation

◆ const_iterator() [1/3]

template<typename T >
mfem::BlockArray< T >::const_iterator::const_iterator ( )
inlineprotected

Definition at line 603 of file array.hpp.

◆ const_iterator() [2/3]

template<typename T >
mfem::BlockArray< T >::const_iterator::const_iterator ( bool stop)
inlineprotected

Definition at line 604 of file array.hpp.

◆ const_iterator() [3/3]

template<typename T >
mfem::BlockArray< T >::const_iterator::const_iterator ( const BlockArray * a)
inlineprotected

Definition at line 605 of file array.hpp.

Member Function Documentation

◆ operator!=()

template<typename T >
bool mfem::BlockArray< T >::const_iterator::operator!= ( const const_iterator & other) const
inline

Definition at line 611 of file array.hpp.

◆ operator++()

template<typename T >
const_iterator & mfem::BlockArray< T >::const_iterator::operator++ ( )
inline

Definition at line 608 of file array.hpp.

◆ operator==()

template<typename T >
bool mfem::BlockArray< T >::const_iterator::operator== ( const const_iterator & other) const
inline

Definition at line 610 of file array.hpp.

Friends And Related Symbol Documentation

◆ BlockArray

template<typename T >
friend class BlockArray
friend

Definition at line 600 of file array.hpp.


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