Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::Scan< hp1D::BaseElement< F > > Class Template Referenceabstract

Scanner of hp1D::Element. More...

#include <element.hh>

Inheritance diagram for concepts::Scan< hp1D::BaseElement< F > >:
concepts::Scan< ElementWithCell< F > > concepts::Scan< Element< F > >

Public Member Functions

hp1D::BaseElement< F > & operator++ (int)=0
 Returns the next element in the scanned set.
 
 operator int ()
 Returns true as long as the end of the scanned set is not reached yet.
 
virtual bool eos () const=0
 Returns true if the end of the scanned set is reached.
 
virtual Scanclone () const=0
 Returns a clone of the scanner.
 

Detailed Description

template<class F>
class concepts::Scan< hp1D::BaseElement< F > >

Scanner of hp1D::Element.

Definition at line 282 of file element.hh.

Member Function Documentation

◆ operator int()

concepts::Scan< Element< F > >::operator int ( )
inlineinherited

Returns true as long as the end of the scanned set is not reached yet.

Definition at line 34 of file scannerConnectors.hh.

◆ operator++()

template<class F >
hp1D::BaseElement< F > & concepts::Scan< hp1D::BaseElement< F > >::operator++ ( int  )
pure virtual

Returns the next element in the scanned set.

Implements concepts::Scan< ElementWithCell< F > >.


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