POLYLINE::CONST_ITERATOR Class Reference

Constant iterator. More...

#include <mi32/polyline.h>

List of all members.

Public Member Functions

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

Detailed Description

Constant iterator.


Constructor & Destructor Documentation

POLYLINE::CONST_ITERATOR::CONST_ITERATOR (  )  [inline]

Default constructor.

POLYLINE::CONST_ITERATOR::CONST_ITERATOR ( INT32  index,
const POLYLINE *const   PolyLine 
) [inline]

Internal constructor.

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

Copy constructor.

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

Copy constructor.


Member Function Documentation

INT32 POLYLINE::CONST_ITERATOR::GetIndex (  )  const [inline]

Get index of current vertex.

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

Inequality operator.

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

Dereference operator, returns reference to current vertex.

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

Post-increment operator.

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

Pre-increment operator.

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

Post-decrement operator.

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

Pre-decrement operator.

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

Dereference operator, returns pointer to current vertex.

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

Assignment.

bool POLYLINE::CONST_ITERATOR::operator== ( const 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