WPILibC++
2019.1.1-beta-2-2-gf54c0f7
|
SmallPtrSetIteratorImpl - This is the common base class shared between all instances of SmallPtrSetIterator. More...
#include <SmallPtrSet.h>
Public Member Functions | |
SmallPtrSetIteratorImpl (const void *const *BP, const void *const *E) | |
bool | operator== (const SmallPtrSetIteratorImpl &RHS) const |
bool | operator!= (const SmallPtrSetIteratorImpl &RHS) const |
Protected Member Functions | |
void | AdvanceIfNotValid () |
AdvanceIfNotValid - If the current bucket isn't valid, advance to a bucket that is. More... | |
void | RetreatIfNotValid () |
Protected Attributes | |
const void *const * | Bucket |
const void *const * | End |
SmallPtrSetIteratorImpl - This is the common base class shared between all instances of SmallPtrSetIterator.
|
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.