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.

typedef std::shared_ptr<CIterator> Lib3MF::PIterator

Shared pointer to CIterator to easily allow reference counting.