Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Essential Math Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWGenMat<T>::iterator

Module:  Essential Math    Group:  Math Collection classes


Does not inherit

Local Index

Members

Synopsis

template <class T>
class RWGenMat<T>::iterator;

Description

Class RWGenMat<T>::iterator is the random access iterator for the RWGenMat<T> collection class. The iterator class behaves like a pointer to type T, and is used to increment through elements of an RWGenMat<T>.

Example

Public Constructors

RWGenMat<T>::iterator();
RWGenMat<T>::iterator(const iterator& i);

Public Member Operators

RWGenMat<T>::iterator&  operator++();
RWGenMat<T>::iterator&  operator--();
RWGenMat<T>::iterator&  operator++(int);
RWGenMat<T>::iterator&  operator--(int);
RWGenMat<T>::iterator& operator+=(RWGenMat<T>::difference_type d);
RWGenMat<T>::iterator& operator-=(RWGenMat<T>::difference_type d);
RWGenMat<T>::iterator& 
operator=(const RWGenMat<T>::iterator& i) const;
RWGenMat<T>::difference_type 
operator-(const RWGenMat<T>::iterator& i) const;
RWGenMat<T>::iterator& 
operator+(RWGenMat<T>::difference_type d) const;
RWGenMat<T>::iterator& 
operator-(RWGenMat<T>::difference_type d) const;
T& operator[]() const;
T& operator*() const;
T* operator->() const;
bool operator==(const RWGenMat<T>::iterator& i) const;
bool operator!=(const RWGenMat<T>::iterator& i) const;
bool operator<(const RWGenMat<T>::iterator& i) const;
bool operator>(const RWGenMat<T>::iterator& i) const;
bool operator<=(const RWGenMat<T>::iterator& i) const;
bool operator>=(const RWGenMat<T>::iterator& i) const;


Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.