Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Private Attributes
Rectangle::S Class Reference
Inheritance diagram for Rectangle::S:
Inheritance graph
[legend]
Collaboration diagram for Rectangle::S:
Collaboration graph
[legend]

List of all members.

Public Member Functions

concepts::Scan2clone () 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.
concepts::Cell2operator++ (int)
 Returns the next element in the scanned set.
 S (concepts::Cell2 *(&cell)[4])
 S (const S &scan)

Private Attributes

concepts::Cell2 *(& cell_ )[4]
unsigned int idx_

Detailed Description

Definition at line 28 of file rectangle.hh.


Constructor & Destructor Documentation

Rectangle::S::S ( concepts::Cell2 *(&)  cell[4]) [inline]

Definition at line 32 of file rectangle.hh.

Rectangle::S::S ( const S scan) [inline]

Definition at line 33 of file rectangle.hh.


Member Function Documentation

concepts::Scan2* Rectangle::S::clone ( ) const [inline, virtual]

Returns a clone of the scanner.

Implements concepts::Scan< concepts::Cell2 >.

Definition at line 36 of file rectangle.hh.

Here is the call graph for this function:

bool Rectangle::S::eos ( ) const [inline, virtual]

Returns true if the end of the scanned set is reached.

Implements concepts::Scan< concepts::Cell2 >.

Definition at line 34 of file rectangle.hh.

concepts::Scan< concepts::Cell2 >::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.

concepts::Cell2& Rectangle::S::operator++ ( int  ) [inline, virtual]

Returns the next element in the scanned set.

Implements concepts::Scan< concepts::Cell2 >.

Definition at line 35 of file rectangle.hh.


Member Data Documentation

Definition at line 30 of file rectangle.hh.

unsigned int Rectangle::S::idx_ [private]

Definition at line 29 of file rectangle.hh.


The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)