model_iterator
Defined in header: <ixion/model_iterator.hpp>
-
class model_iterator
Public Types
-
using cell = model_cell_range::cell
Public Functions
-
model_iterator()
-
model_iterator(const model_iterator&) = delete
-
model_iterator(model_iterator &&other)
-
~model_iterator()
-
model_iterator &operator=(const model_iterator&) = delete
-
model_iterator &operator=(model_iterator &&other)
-
bool has() const
-
void next()
Friends
- friend class detail::model_context_impl
-
using cell = model_cell_range::cell