WPILibC++  unspecified
llvm::SmallPtrSetIterator< PtrTy > Class Template Reference

SmallPtrSetIterator - This implements a const_iterator for SmallPtrSet. More...

#include <SmallPtrSet.h>

Inheritance diagram for llvm::SmallPtrSetIterator< PtrTy >:
Collaboration diagram for llvm::SmallPtrSetIterator< PtrTy >:

Public Types

typedef PtrTy value_type
 
typedef PtrTy reference
 
typedef PtrTy pointer
 
typedef std::ptrdiff_t difference_type
 
typedef std::forward_iterator_tag iterator_category
 

Public Member Functions

 SmallPtrSetIterator (const void *const *BP, const void *const *E)
 
const PtrTy operator* () const
 
SmallPtrSetIteratoroperator++ ()
 
SmallPtrSetIterator operator++ (int)
 
- Public Member Functions inherited from llvm::SmallPtrSetIteratorImpl
 SmallPtrSetIteratorImpl (const void *const *BP, const void *const *E)
 
bool operator== (const SmallPtrSetIteratorImpl &RHS) const
 
bool operator!= (const SmallPtrSetIteratorImpl &RHS) const
 

Additional Inherited Members

- Protected Member Functions inherited from llvm::SmallPtrSetIteratorImpl
void AdvanceIfNotValid ()
 AdvanceIfNotValid - If the current bucket isn't valid, advance to a bucket that is. More...
 
- Protected Attributes inherited from llvm::SmallPtrSetIteratorImpl
const void *const * Bucket
 
const void *const * End
 

Detailed Description

template<typename PtrTy>
class llvm::SmallPtrSetIterator< PtrTy >

SmallPtrSetIterator - This implements a const_iterator for SmallPtrSet.


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