concepts::Scan< constraints::Element< F > > Class Template Referenceabstract

#include <space.hh>

Inheritance diagram for concepts::Scan< constraints::Element< F > >:
concepts::Scan< Element< Real > >

Public Member Functions

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

Detailed Description

template<typename F>
class concepts::Scan< constraints::Element< F > >

Definition at line 19 of file space.hh.

Member Function Documentation

◆ clone()

virtual Scan* concepts::Scan< Element< Real > >::clone
pure virtualinherited

Returns a clone of the scanner.

◆ eos()

virtual bool concepts::Scan< Element< Real > >::eos
pure virtualinherited

Returns true if the end of the scanned set is reached.

◆ operator int()

concepts::Scan< Element< Real > >::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<typename F >
virtual constraints::Element<F>& concepts::Scan< constraints::Element< F > >::operator++ ( int  )
pure virtual

Returns the next element in the scanned set.

Implements concepts::Scan< Element< Real > >.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich