Scanner for global cells. More...


Public Member Functions | |
| concepts::Scan1 * | clone () const |
| Returns a clone of the scanner. | |
| bool | eos () const |
| Returns true if the end of the scanned set is reached. | |
| GlobalS (const GlobalS &scan) | |
| GlobalS (uint n, Array< auto_ptr< Cell1 > > *cell) | |
| operator int () | |
| Returns true as long as the end of the scanned set is not reached yet. | |
| Cell1 & | operator++ (int) |
| Returns the next element in the scanned set. | |
Private Attributes | |
| Array< auto_ptr< Cell1 > > * | cell_ |
| uint | idx_ |
| uint | n_ |
| parallel::Mesh1::GlobalS::GlobalS | ( | const GlobalS & | scan | ) | [inline] |
| concepts::Scan1* parallel::Mesh1::GlobalS::clone | ( | ) | const [inline, virtual] |
Returns a clone of the scanner.
Implements concepts::Scan< T >.
Definition at line 189 of file mesh_p.hh.

| bool parallel::Mesh1::GlobalS::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.
| Cell1& parallel::Mesh1::GlobalS::operator++ | ( | int | ) | [inline, virtual] |
Returns the next element in the scanned set.
Implements concepts::Scan< T >.
Array<auto_ptr<Cell1> >* parallel::Mesh1::GlobalS::cell_ [private] |
uint parallel::Mesh1::GlobalS::idx_ [private] |
uint parallel::Mesh1::GlobalS::n_ [private] |