SmallPtrSetIteratorImpl - This is the common base class shared between all instances of SmallPtrSetIterator.
More...
#include <wpi/SmallPtrSet.h>
|
const void *const * | Bucket |
|
const void *const * | End |
|
SmallPtrSetIteratorImpl - This is the common base class shared between all instances of SmallPtrSetIterator.
◆ SmallPtrSetIteratorImpl()
wpi::SmallPtrSetIteratorImpl::SmallPtrSetIteratorImpl |
( |
const void *const * | BP, |
|
|
const void *const * | E ) |
|
inlineexplicit |
◆ AdvanceIfNotValid()
void wpi::SmallPtrSetIteratorImpl::AdvanceIfNotValid |
( |
| ) |
|
|
inlineprotected |
AdvanceIfNotValid - If the current bucket isn't valid, advance to a bucket that is.
This is guaranteed to stop because the end() bucket is marked valid.
◆ operator!=()
◆ operator==()
◆ RetreatIfNotValid()
void wpi::SmallPtrSetIteratorImpl::RetreatIfNotValid |
( |
| ) |
|
|
inlineprotected |
◆ Bucket
const void* const* wpi::SmallPtrSetIteratorImpl::Bucket |
|
protected |
◆ End
const void* const* wpi::SmallPtrSetIteratorImpl::End |
|
protected |
The documentation for this class was generated from the following file: