List of all members.
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_ |
Detailed Description
Definition at line 59 of file square.hh.
Constructor & Destructor Documentation
| concepts::Square::S::S |
( |
Quad2d *(&) |
cell[ncell_] | ) |
[inline] |
| concepts::Square::S::S |
( |
const S & |
scan | ) |
[inline] |
Member Function Documentation
| Scan2* concepts::Square::S::clone |
( |
| ) |
const [inline, virtual] |
| bool concepts::Square::S::eos |
( |
| ) |
const [inline, virtual] |
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::Square::S::operator++ |
( |
int |
| ) |
[inline, virtual] |
Member Data Documentation
The documentation for this class was generated from the following file: