|
LeviLamina
|
Public Types | |
| using | difference_type = int64 |
| using | iterator_category = ::std::forward_iterator_tag |
| using | pointer = ::std::pair<::Block const*, ::Pos> const* |
| using | reference = ::std::pair<::Block const*, ::Pos> const& |
| using | value_type = ::std::pair<::Block const*, ::Pos> const |
Public Member Functions | |
| MCAPI bool | operator!= (::BlockVolume::BlockVolumeIter const &c) const |
| MCAPI ::std::pair<::Block const *, ::Pos > const | operator* () |
| MCAPI::BlockVolume::BlockVolumeIter & | operator++ () |
Public Attributes | |
| ::ll::TypedStorage< 4, 12, ::Pos > | pos |
| ::ll::TypedStorage< 4, 12, ::Pos > | dims |
| ::ll::TypedStorage< 8, 8, ::buffer_span_mut<::Block const * >::iterator > | blockIter |