Pigweed
Loading...
Searching...
No Matches
pw::allocator::Block< OffsetType, kAlign, kCanPoison >::ReverseIterator Class Referencefinal

#include <block.h>

Public Member Functions

 ReverseIterator (Block *block)
 
ReverseIteratoroperator++ ()
 
bool operator!= (const ReverseIterator &other)
 
Blockoperator* ()
 

Detailed Description

template<typename OffsetType = uintptr_t, size_t kAlign = alignof(OffsetType), bool kCanPoison = false>
class pw::allocator::Block< OffsetType, kAlign, kCanPoison >::ReverseIterator

Represents an iterator that moves forward through a list of blocks.

This class is not typically instantiated directly, but rather using a range-based for-loop using Block::ReverseRange.


The documentation for this class was generated from the following file: