CIterator
-
class Lib3MF::CIterator : public CBase
-
bool MoveNext()
Iterates to the next item in the list.
- Returns:
Iterates to the next item in the list.
-
bool MovePrevious()
Iterates to the previous item in the list.
- Returns:
Iterates to the previous item in the list.
-
Lib3MF_uint64 Count()
Returns the number of items the iterator captures.
- Returns:
returns the number of items the iterator captures.
-
bool MoveNext()