

Public Member Functions | |
| Scan2 * | clone () const |
| Returns a clone of the scanner. | |
| Scan2 * | clone () const |
| Returns a clone of the scanner. | |
| bool | eos () const |
| Returns true if the end of the scanned set is reached. | |
| 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. | |
| Cell2 & | operator++ (int) |
| Returns the next cell. | |
| S (const S &scan) | |
| S (const S &scan) | |
| S (Quad2d *(&cell)[ncell_]) | |
| S (Quad2d *(&cell)[ncell_]) | |
Private Attributes | |
| Quad2d *(& | cell_ )[ncell_] |
| uint | idx_ |
Definition at line 25 of file oneQuad.hh.
| concepts::OneQuad::S::S | ( | Quad2d *(&) | cell[ncell_] | ) | [inline] |
Definition at line 29 of file oneQuad.hh.
| concepts::OneQuad::S::S | ( | const S & | scan | ) | [inline] |
Definition at line 30 of file oneQuad.hh.
| concepts::OneQuad::S::S | ( | Quad2d *(&) | cell[ncell_] | ) | [inline] |
Definition at line 29 of file oneQuad.hh.
| concepts::OneQuad::S::S | ( | const S & | scan | ) | [inline] |
Definition at line 30 of file oneQuad.hh.
| Scan2* concepts::OneQuad::S::clone | ( | ) | const [inline, virtual] |
Returns a clone of the scanner.
Implements concepts::Scan< Cell >.
Definition at line 35 of file oneQuad.hh.

| Scan2* concepts::OneQuad::S::clone | ( | ) | const [inline, virtual] |
Returns a clone of the scanner.
Implements concepts::Scan< Cell >.
Definition at line 35 of file oneQuad.hh.

| bool concepts::OneQuad::S::eos | ( | ) | const [inline, virtual] |
Returns true if the end of the scanned set is reached.
Implements concepts::Scan< Cell >.
Definition at line 32 of file oneQuad.hh.
| bool concepts::OneQuad::S::eos | ( | ) | const [inline, virtual] |
Returns true if the end of the scanned set is reached.
Implements concepts::Scan< Cell >.
Definition at line 32 of file oneQuad.hh.
| 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::OneQuad::S::operator++ | ( | int | ) | [inline, virtual] |
Returns the next cell.
Implements concepts::Scan< Cell2 >.
Definition at line 33 of file oneQuad.hh.
| Cell2& concepts::OneQuad::S::operator++ | ( | int | ) | [inline, virtual] |
Returns the next cell.
Implements concepts::Scan< Cell2 >.
Definition at line 33 of file oneQuad.hh.
Quad2d *(& concepts::OneQuad::S::cell_ [private] |
Definition at line 27 of file oneQuad.hh.
uint concepts::OneQuad::S::idx_ [private] |
Definition at line 26 of file oneQuad.hh.