MFEM  v4.2.0
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::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 560 of file array.hpp.

Member Typedef Documentation

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

Definition at line 564 of file array.hpp.

Constructor & Destructor Documentation

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

Definition at line 566 of file array.hpp.

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

Definition at line 567 of file array.hpp.

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

Definition at line 568 of file array.hpp.

Member Function Documentation

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

Definition at line 574 of file array.hpp.

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

Definition at line 571 of file array.hpp.

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

Definition at line 573 of file array.hpp.

Friends And Related Function Documentation

template<typename T>
friend class BlockArray
friend

Definition at line 563 of file array.hpp.


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