

Public Member Functions | |
| Scan2 * | 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. | |
| Cell2 & | operator++ (int) |
| Returns the next cell. | |
| S (Quad2d *(&cell)[ncell_]) | |
| S (const S &scan) | |
Private Attributes | |
| Quad2d *(& | cell_ )[ncell_] |
| uint | idx_ |
| concepts::Square2::S::S | ( | Quad2d *(&) | cell[ncell_] | ) | [inline] |
| Scan2* concepts::Square2::S::clone | ( | ) | const [inline, virtual] |
Returns a clone of the scanner.
Implements concepts::Scan< Cell >.
Definition at line 116 of file square.hh.

| bool concepts::Square2::S::eos | ( | ) | const [inline, virtual] |
Returns true if the end of the scanned set is reached.
Implements concepts::Scan< Cell >.
| concepts::Scan< Cell >::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.
| Cell2& concepts::Square2::S::operator++ | ( | int | ) | [inline, virtual] |
Returns the next cell.
Implements concepts::Scan< Cell2 >.
Quad2d*(& concepts::Square2::S::cell_)[ncell_] [private] |
uint concepts::Square2::S::idx_ [private] |