![]() SourcePro C++ 13.0 |
SourcePro® C++ API Reference Guide |
Product Documentation: SourcePro C++ Documentation Home |
The base class for RWGenMat iterators. More...
#include <rw/math/genmat.h>
Public Types | |
| typedef RWGenMat< T > ::const_pointer | const_pointer |
| typedef RWGenMat< T > ::difference_type | difference_type |
| typedef RWGenMat< T >::value_type | value_type |
Public Member Functions | |
| bool | operator!= (const RWGenMatIteratorBase< T > &x) const |
| bool | operator< (const RWGenMatIteratorBase< T > &x) const |
| bool | operator<= (const RWGenMatIteratorBase< T > &x) const |
| bool | operator== (const RWGenMatIteratorBase< T > &x) const |
| bool | operator> (const RWGenMatIteratorBase< T > &x) const |
| bool | operator>= (const RWGenMatIteratorBase< T > &x) const |
A base class from which the iterators for RWGenMat are derived.
| typedef RWGenMat<T>::const_pointer RWGenMatIteratorBase< T >::const_pointer |
Typedef for a const pointer to a value in this container.
| typedef RWGenMat<T>::difference_type RWGenMatIteratorBase< T >::difference_type |
Typedef for the type of result from subtracting two iterators obtained from this container.
| typedef RWGenMat<T>::value_type RWGenMatIteratorBase< T >::value_type |
Typedef for the type of elements in this container.
|
inline |
Inequality operator. Returns false if the RWGenMatIteratorBase<T> objects point to the same element.
|
inline |
Less than operator. Determines the relative logical position between two RWGenMatIteratorBase<T> objects, not necessarily the relative memory location of the elements to which they point.
|
inline |
Less than or equal to operator. Determines the relative logical position between two RWGenMatIteratorBase<T> objects, not necessarily the relative memory location of the elements to which they point.
|
inline |
Equality operator. Returns true if the RWGenMatIteratorBase<T> objects point to the same element.
|
inline |
Greater than operator. Determines the relative logical position between two RWGenMatIteratorBase<T> objects, not necessarily the relative memory location of the elements to which they point.
|
inline |
Greater than or equal to operator. Determines the relative logical position between two RWMathVecIteratorBase<T> objects, not necessarily the relative memory location of the elements to which they point.
Copyright © 2014 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.
Provide feedback to Rogue Wave about its documentation.