|
|
using | difference_type = int64 |
|
using | iterator_category = ::std::input_iterator_tag |
|
using | pointer = ::BlockPos* |
|
using | reference = ::BlockPos |
|
using | value_type = ::BlockPos |
|
|
virtual::BaseBlockLocationIterator & | operator++ () |
| virtual bool | isValid () const |
| virtual void | _begin () |
| virtual void | _end () |
|
MCAPI | CompoundBlockVolumeIterator (::CompoundBlockVolume const &vol, bool begin) |
|
MCAPI void * | $ctor (::CompoundBlockVolume const &vol, bool begin) |
|
MCFOLD bool | $isValid () const |
|
MCAPI void | $_begin () |
|
MCAPI void | $_end () |
|
virtual bool | operator== (::BaseBlockLocationIterator const &) const |
|
virtual bool | operator!= (::BaseBlockLocationIterator const &rhs) const |
|
MCFOLD bool | done () const |
|
MCFOLD::BlockPos | operator* () const |
|
MCAPI void | reset () |
|
MCAPI void * | $ctor () |
|
MCAPI void * | $ctor (::BlockPos const &min, ::BlockPos const &max, bool begin) |
|
|
static MCAPI void ** | $vftable () |
|
|
::ll::TypedStorage< 8, 8, ::CompoundBlockVolume const * > | mCompoundVolume |
|
::ll::TypedStorage< 4, 12, ::BlockPos > | mMin |
|
::ll::TypedStorage< 4, 12, ::BlockPos > | mMax |
|
::ll::TypedStorage< 4, 12, ::BlockPos > | mCurrent |
|
::ll::TypedStorage< 1, 1, bool > | mDone |
◆ isValid()
| virtual bool CompoundBlockVolumeIterator::isValid |
( |
| ) |
const |
|
virtual |
◆ _begin()
| virtual void CompoundBlockVolumeIterator::_begin |
( |
| ) |
|
|
virtual |
◆ _end()
| virtual void CompoundBlockVolumeIterator::_end |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following file: