

Public Member Functions | |
| Scan1 * | 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. | |
| Cell1 & | operator++ (int) |
| Returns the next cell. | |
| S (Cell1 *(&cell)[2]) | |
| S (const S &scan) | |
Private Attributes | |
| Cell1 *(& | cell_ )[2] |
| unsigned int | idx_ |
Definition at line 26 of file simpleLine.hh.
| concepts::SimpleLine::S::S | ( | Cell1 *(&) | cell[2] | ) | [inline] |
Definition at line 31 of file simpleLine.hh.
| concepts::SimpleLine::S::S | ( | const S & | scan | ) | [inline] |
Definition at line 32 of file simpleLine.hh.
| Scan1* concepts::SimpleLine::S::clone | ( | ) | const [inline, virtual] |
Returns a clone of the scanner.
Implements concepts::Scan< Cell >.
Definition at line 35 of file simpleLine.hh.

| bool concepts::SimpleLine::S::eos | ( | ) | const [inline, virtual] |
Returns true if the end of the scanned set is reached.
Implements concepts::Scan< Cell >.
Definition at line 33 of file simpleLine.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.
| Cell1& concepts::SimpleLine::S::operator++ | ( | int | ) | [inline, virtual] |
Returns the next cell.
Implements concepts::Scan< Cell1 >.
Definition at line 34 of file simpleLine.hh.
Cell1*(& concepts::SimpleLine::S::cell_)[2] [private] |
Definition at line 28 of file simpleLine.hh.
unsigned int concepts::SimpleLine::S::idx_ [private] |
Definition at line 27 of file simpleLine.hh.