SourcePro® 2023.1 |
SourcePro® API Reference Guide |
A base class for RWMathArray iterators. More...
#include <rw/math/mtharray.h>
Public Types | |
typedef RWMathArray< T >::const_pointer | const_pointer |
typedef RWMathArray< T >::difference_type | difference_type |
typedef RWMathArray< T >::value_type | value_type |
Public Member Functions | |
bool | operator!= (const RWMathArrayIteratorBase< T > &x) const |
bool | operator< (const RWMathArrayIteratorBase< T > &x) const |
bool | operator<= (const RWMathArrayIteratorBase< T > &x) const |
bool | operator== (const RWMathArrayIteratorBase< T > &x) const |
bool | operator> (const RWMathArrayIteratorBase< T > &x) const |
bool | operator>= (const RWMathArrayIteratorBase< T > &x) const |
A base class from which the iterators for RWMathArray are derived.
typedef RWMathArray<T>::const_pointer RWMathArrayIteratorBase< T >::const_pointer |
Typedef for a const pointer to a value in this container.
typedef RWMathArray<T>::difference_type RWMathArrayIteratorBase< T >::difference_type |
Typedef for the type of result from subtracting two iterators obtained from this container.
typedef RWMathArray<T>::value_type RWMathArrayIteratorBase< T >::value_type |
Typedef for the type of elements in this container.
|
inline |
Inequality operator. Returns false
if the RWMathArrayIteratorBase objects point to the same element.
|
inline |
Less than operator. Determines the relative logical position between two RWMathArrayIteratorBase 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 RWMathArrayIteratorBase objects, not necessarily the relative memory location of the elements to which they point.
|
inline |
Equality operator. Returns true
if the RWMathArrayIteratorBase objects point to the same element.
|
inline |
Greater than operator. Determines the relative logical position between two RWMathArrayIteratorBase 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 RWMathArrayIteratorBase objects, not necessarily the relative memory location of the elements to which they point.
Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |