bool empty()
const noexcept Block*
prev()
const noexcept Block*
next()
const noexcept void setPrev(
Block* block)
noexcept void setNext(
Block* block)
noexcept T* start() const noexcept
void setStart(T* start) noexcept
T* end() const noexcept
void setEnd(T* end) noexcept
const T* data() const noexcept
T* data() noexcept
bool canPrepend() const noexcept
bool canAppend() const noexcept
Block* ZoneStackBase::Block::_link[2]◆
Next and previous blocks.
void* ZoneStackBase::Block::_start◆
Pointer to the start of the array.
void* ZoneStackBase::Block::_end◆
Pointer to the end of the array.