Scanner for caps (processor intersection) More...


Public Member Functions | |
| CapS (ListElm< T > *cntr) | |
| CapS (const CapS< T > &scan) | |
| Scan< T > * | clone () const |
| Returns a clone of the scanner. | |
| bool | eos () const |
| 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. | |
| T & | operator++ (int) |
| Returns the next element in the scanned set. | |
Private Attributes | |
| ListElm< T > * | cntr_ |
Scanner for caps (processor intersection)
| parallel::Mesh2::CapS< T >::CapS | ( | ListElm< T > * | cntr | ) | [inline] |
| parallel::Mesh2::CapS< T >::CapS | ( | const CapS< T > & | scan | ) | [inline] |
| Scan<T>* parallel::Mesh2::CapS< T >::clone | ( | ) | const [inline, virtual] |
Returns a clone of the scanner.
Implements concepts::Scan< T >.
Definition at line 356 of file mesh_p.hh.

| bool parallel::Mesh2::CapS< T >::eos | ( | ) | const [inline, virtual] |
Returns true if the end of the scanned set is reached.
Implements concepts::Scan< T >.
| concepts::Scan< T >::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.
| T& parallel::Mesh2::CapS< T >::operator++ | ( | int | ) | [inline, virtual] |
Returns the next element in the scanned set.
Implements concepts::Scan< T >.
Definition at line 353 of file mesh_p.hh.

ListElm<T>* parallel::Mesh2::CapS< T >::cntr_ [private] |