#include <xsi_indexset.h>
Public Member Functions |
|
| SICPPSDK_INLINE void | Remove () |
| SICPPSDK_INLINE bool | HasNext () const |
| SICPPSDK_INLINE ULONG | GetIndex () const |
| SICPPSDK_INLINE ULONG | GetAbsoluteIndex () const |
| SICPPSDK_INLINE void | Next () |
| SICPPSDK_INLINE | operator ULONG () const |
| SICPPSDK_INLINE void Remove | ( | ) |
Removes the current index from the CIndexSet.
| SICPPSDK_INLINE bool HasNext | ( | ) | const |
Use this method to know if there are more items in the set.
| SICPPSDK_INLINE ULONG GetIndex | ( | ) | const |
Returns the current index in the set.
| SICPPSDK_INLINE ULONG GetAbsoluteIndex | ( | ) | const |
Returns the absolute index based on the global index set of the evaluation.
| SICPPSDK_INLINE void Next | ( | ) |
Moves to the next index in the set.
| SICPPSDK_INLINE operator ULONG | ( | ) | const |
Cast-operator which returns the current index in the set.