Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

SgLineIterator Class Reference

#include <SgBoardConst.h>

Inheritance diagram for SgLineIterator:

Inheritance graph
[legend]
List of all members.

Detailed Description

Iterate through all points on a specific line on the given board.

e.g. all points on the third line.

Definition at line 266 of file SgBoardConst.h.

Public Member Functions

 SgLineIterator (const SgBoardConst &boardConst, SgGrid line)
void operator++ ()
 Advance the state of the iteration to the next element.
SgPoint operator * () const
 Return the value of the current element.
 operator bool () const
 Return true if iteration is valid, otherwise false.


Constructor & Destructor Documentation

SgLineIterator::SgLineIterator ( const SgBoardConst boardConst,
SgGrid  line 
)

Definition at line 270 of file SgBoardConst.h.


Member Function Documentation

SgPoint SgPointIterator::operator * (  )  const [inherited]

Return the value of the current element.

Definition at line 57 of file SgPointIterator.h.

References SgPointIterator::m_point.

SgPointIterator::operator bool (  )  const [inherited]

Return true if iteration is valid, otherwise false.

Definition at line 62 of file SgPointIterator.h.

References SgPointIterator::m_point, and SG_ENDPOINT.

void SgPointIterator::operator++ (  )  [inherited]

Advance the state of the iteration to the next element.

Definition at line 52 of file SgPointIterator.h.

References SgPointIterator::m_point.


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


17 Jun 2010 Doxygen 1.4.7