A scanner for 0D connectors on the processor intersection (cap) More...
#include <mesh_p.hh>
Public Member Functions | |
| Connector0 & | operator++ (int)=0 |
| Returns the next connnector of the cap. | |
| 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 Scan * | clone () const=0 |
| Returns a clone of the scanner. | |
A scanner for 0D connectors on the processor intersection (cap)
|
inlineinherited |
Returns true as long as the end of the scanned set is not reached yet.
Definition at line 34 of file scannerConnectors.hh.
|
pure virtual |
Returns the next connnector of the cap.
Implements concepts::Scan< Connector >.