Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions
concepts::Scan< vectorial::Element< F > > Class Template Reference

#include <vectorial.hh>

Inheritance diagram for concepts::Scan< vectorial::Element< F > >:
Inheritance graph
[legend]
Collaboration diagram for concepts::Scan< vectorial::Element< F > >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Detailed Description

template<class F>
class concepts::Scan< vectorial::Element< F > >

Definition at line 299 of file vectorial.hh.


Member Function Documentation

virtual Scan* concepts::Scan< concepts::Element< F > >::clone ( ) const [pure virtual, inherited]
virtual bool concepts::Scan< concepts::Element< F > >::eos ( ) const [pure virtual, inherited]

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

Implemented in aglowav::BiHaar3dDFSScan< F >, aglowav::BiHaar3dBFSScan< F >, aglowav2::Haar3d0DFSScan< F >, and aglowav2::Haar3d0BFSScan< F >.

concepts::Scan< concepts::Element< F > >::operator int ( ) [inline, inherited]

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

Definition at line 32 of file scannerConnectors.hh.

template<class F >
virtual vectorial::Element<F>& concepts::Scan< vectorial::Element< F > >::operator++ ( int  ) [pure virtual]

Returns the next element in the scanned set.

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


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)