◆ Iterator() [1/2]
template<class T = SHAPE*>
Iterator constructor.
Creates an iterator for the index object
- Parameters
-
◆ Iterator() [2/2]
template<class T = SHAPE*>
Iterator constructor.
Creates an iterator for the index object
- Parameters
-
◆ IsNotNull() [1/2]
template<class T = SHAPE*>
Function IsNotNull()
Checks if the iterator has not reached the end.
- Returns
- true if it is in an valid position (data not finished)
◆ IsNotNull() [2/2]
template<class T = SHAPE*>
Function IsNotNull()
Checks if the iterator has not reached the end.
- Returns
- true if it is in an valid position (data not finished)
◆ IsNull() [1/2]
template<class T = SHAPE*>
Function IsNull()
Checks if the iterator has reached the end.
- Returns
- true if it is in an invalid position (data finished)
◆ IsNull() [2/2]
template<class T = SHAPE*>
Function IsNull()
Checks if the iterator has reached the end.
- Returns
- true if it is in an invalid position (data finished)
◆ Next() [1/2]
template<class T = SHAPE*>
Function Next()
Returns the current element of the iterator and moves to the next position.
- Returns
- SHAPE object pointed by the iterator before moving to the next position.
◆ Next() [2/2]
template<class T = SHAPE*>
Function Next()
Returns the current element of the iterator and moves to the next position.
- Returns
- SHAPE object pointed by the iterator before moving to the next position.
◆ operator*() [1/2]
template<class T = SHAPE*>
Operator * (prefix)
Returns the next data element.
◆ operator*() [2/2]
template<class T = SHAPE*>
Operator * (prefix)
Returns the next data element.
◆ operator++() [1/4]
template<class T = SHAPE*>
Operator ++ (prefix)
Shifts the iterator to the next element.
◆ operator++() [2/4]
template<class T = SHAPE*>
Operator ++ (prefix)
Shifts the iterator to the next element.
◆ operator++() [3/4]
template<class T = SHAPE*>
Operator ++ (postfix)
Shifts the iterator to the next element.
◆ operator++() [4/4]
template<class T = SHAPE*>
Operator ++ (postfix)
Shifts the iterator to the next element.
The documentation for this class was generated from the following file: