POLYLINE::ITERATOR Class Reference

Non-const iterator. More...

#include <mi32/polyline.h>

List of all members.

Public Member Functions

 ITERATOR (const ITERATOR &rhs)
 ITERATOR (INT32 index, POLYLINE *PolyLine)
 ITERATOR ()
bool operator!= (const ITERATOR &rhs) const
DPOINT2Doperator* () const
ITERATOR operator++ (int)
ITERATORoperator++ ()
ITERATOR operator-- (int)
ITERATORoperator-- ()
DPOINT2Doperator-> () const
ITERATORoperator= (const ITERATOR &rhs)
bool operator== (const ITERATOR &rhs) const

Detailed Description

Non-const iterator.


Constructor & Destructor Documentation

POLYLINE::ITERATOR::ITERATOR (  )  [inline]

Default constructor.

POLYLINE::ITERATOR::ITERATOR ( INT32  index,
POLYLINE PolyLine 
) [inline]

Internal constructor.

POLYLINE::ITERATOR::ITERATOR ( const ITERATOR rhs  )  [inline]

Copy constructor.


Member Function Documentation

bool POLYLINE::ITERATOR::operator!= ( const ITERATOR rhs  )  const [inline]

Inequality operator.

DPOINT2D& POLYLINE::ITERATOR::operator* (  )  const [inline]

Dereference operator, returns reference to current vertex.

ITERATOR POLYLINE::ITERATOR::operator++ ( int   )  [inline]

Post-increment operator.

ITERATOR& POLYLINE::ITERATOR::operator++ (  )  [inline]

Pre-increment operator.

ITERATOR POLYLINE::ITERATOR::operator-- ( int   )  [inline]

Post-increment operator.

ITERATOR& POLYLINE::ITERATOR::operator-- (  )  [inline]

Pre-decrement operator.

DPOINT2D* POLYLINE::ITERATOR::operator-> (  )  const [inline]

Dereference operator, returns pointer to current vertex.

ITERATOR& POLYLINE::ITERATOR::operator= ( const ITERATOR rhs  )  [inline]

Assignment.

bool POLYLINE::ITERATOR::operator== ( const ITERATOR rhs  )  const [inline]

Equality operator.


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

Generated on Sun Oct 7 21:33:43 2012 for TNTsdk 2012 by  doxygen 1.6.1