Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::PListScan< T > Class Template Reference

#include <scannerConnectors.hh>

Inheritance diagram for concepts::PListScan< T >:
concepts::Scan< T >

Public Member Functions

 PListScan (Joiner< T *, 1 > &cnr)
 
bool eos () const
 Returns true if the end of the scanned set is reached.
 
PListScan< T > * clone () const
 Returns a clone of the scanner.
 
T & operator++ (int)
 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.
 

Detailed Description

template<class T>
class concepts::PListScan< T >

Scanner for a list of pointers.

Definition at line 176 of file scannerConnectors.hh.

Constructor & Destructor Documentation

◆ PListScan()

template<class T >
concepts::PListScan< T >::PListScan ( Joiner< T *, 1 > &  cnr)
inline

Constructor.

Parameters
cnrReference to the list

Definition at line 189 of file scannerConnectors.hh.

Member Function Documentation

◆ clone()

template<class T >
PListScan< T > * concepts::PListScan< T >::clone ( ) const
inlinevirtual

Returns a clone of the scanner.

Implements concepts::Scan< T >.

Definition at line 194 of file scannerConnectors.hh.

◆ eos()

template<class T >
bool concepts::PListScan< T >::eos ( ) const
inlinevirtual

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

Implements concepts::Scan< T >.

Definition at line 192 of file scannerConnectors.hh.

◆ operator int()

template<class T >
concepts::Scan< T >::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 T >
T & concepts::PListScan< T >::operator++ ( int  )
virtual

Returns the next element in the scanned set.

Implements concepts::Scan< T >.

Definition at line 200 of file scannerConnectors.hh.


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