![]() SourcePro C++ 13.0 |
SourcePro® C++ API Reference Guide |
Product Documentation: SourcePro C++ Documentation Home |
A base class for RWMathVec iterators. More...
#include <rw/math/mathvec.h>
Public Member Functions | |
| bool | operator!= (const RWMathVecIteratorBase< T > &x) const |
| bool | operator< (const RWMathVecIteratorBase< T > &x) const |
| bool | operator<= (const RWMathVecIteratorBase< T > &x) const |
| bool | operator== (const RWMathVecIteratorBase< T > &x) const |
| bool | operator> (const RWMathVecIteratorBase< T > &x) const |
| bool | operator>= (const RWMathVecIteratorBase< T > &x) const |
A base class from which the iterators for RWMathVec are derived.
|
inline |
Inequality operator. Returns false if the RWMathVecIteratorBase<T> objects point to the same element.
|
inline |
Less than operator. Determines the relative logical position between two RWMathVecIteratorBase<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 RWMathVecIteratorBase<T> objects, not necessarily the relative memory location of the elements to which they point.
|
inline |
Equality operator. Returns true if the RWMathVecIteratorBase<T> objects point to the same element.
|
inline |
Greater than operator. Determines the relative logical position between two RWMathVecIteratorBase<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.