A scanner for 2D connectors on the processor intersection (cap) More...
#include <mesh_p.hh>


Public Member Functions | |
| virtual Scan * | clone () 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. | |
| Connector2 & | operator++ (int)=0 |
| Returns the next connector of the cap. | |
A scanner for 2D connectors on the processor intersection (cap)
| virtual Scan* concepts::Scan< Connector >::clone | ( | ) | const [pure virtual, inherited] |
Returns a clone of the scanner.
| virtual bool concepts::Scan< Connector >::eos | ( | ) | const [pure virtual, inherited] |
Returns true if the end of the scanned set is reached.
| concepts::Scan< Connector >::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.
| Connector2& concepts::Scan< Connector2 >::operator++ | ( | int | ) | [pure virtual] |
Returns the next connector of the cap.
Implements concepts::Scan< Connector >.