Inherits Enumerator< TRAITS >.
◆ StackReadEnumerator() [1/2]
template<class TYPE >
template<class TRAITS >
Initializes an enumeration of all the elements of a stack.
- Parameters
-
begin | Specifies the beginning of the enumeration. |
◆ StackReadEnumerator() [2/2]
template<class TYPE >
template<class TRAITS >
Initializes enumeration from other enumeration.
◆ hasNext()
template<class TYPE >
template<class TRAITS >
◆ next()
template<class TYPE >
template<class TRAITS >
Returns the next element and advances the position of this enumeration.
Implements Enumerator< TRAITS >.
◆ operator!=()
template<class TYPE >
template<class TRAITS >
Returns true if the enumerations aren't pointing to the same position.
◆ operator==()
template<class TYPE >
template<class TRAITS >
Returns true if the enumerations are pointing to the same position.