struct
ObjectIterator
Constructors, destructors, conversion operators
- ObjectIterator(std::unique_ptr<ObjectIteratorImpl>&& in_impl)
- ObjectIterator(std::nullptr_t)
Public functions
- void operator++()
- auto operator*() const -> ElementIDStruct
- auto isValid() const -> bool
- auto operator!=(const ObjectIterator& rhs) const -> bool