SourcePro® 2024.1 |
SourcePro® API Reference Guide |
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 objects point to the same element.
|
inline |
Less than operator. Determines the relative logical position between two RWMathVecIteratorBase 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 objects, not necessarily the relative memory location of the elements to which they point.
|
inline |
Equality operator. Returns true
if the RWMathVecIteratorBase objects point to the same element.
|
inline |
Greater than operator. Determines the relative logical position between two RWMathVecIteratorBase 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 objects, not necessarily the relative memory location of the elements to which they point.
Copyright © 2024 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |