LLVM  3.7.0
Public Types | Public Member Functions | List of all members
llvm::SmallPtrSetIterator< PtrTy > Class Template Reference

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

#include <SmallPtrSet.h>

Inheritance diagram for llvm::SmallPtrSetIterator< PtrTy >:
[legend]
Collaboration diagram for llvm::SmallPtrSetIterator< PtrTy >:
[legend]

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 *constBucket
 
const void *constEnd
 

Detailed Description

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

SmallPtrSetIterator - This implements a const_iterator for SmallPtrSet.

Definition at line 179 of file SmallPtrSet.h.

Member Typedef Documentation

template<typename PtrTy >
typedef std::ptrdiff_t llvm::SmallPtrSetIterator< PtrTy >::difference_type

Definition at line 186 of file SmallPtrSet.h.

template<typename PtrTy >
typedef std::forward_iterator_tag llvm::SmallPtrSetIterator< PtrTy >::iterator_category

Definition at line 187 of file SmallPtrSet.h.

template<typename PtrTy >
typedef PtrTy llvm::SmallPtrSetIterator< PtrTy >::pointer

Definition at line 185 of file SmallPtrSet.h.

template<typename PtrTy >
typedef PtrTy llvm::SmallPtrSetIterator< PtrTy >::reference

Definition at line 184 of file SmallPtrSet.h.

template<typename PtrTy >
typedef PtrTy llvm::SmallPtrSetIterator< PtrTy >::value_type

Definition at line 183 of file SmallPtrSet.h.

Constructor & Destructor Documentation

template<typename PtrTy >
llvm::SmallPtrSetIterator< PtrTy >::SmallPtrSetIterator ( const void *const BP,
const void *const E 
)
inlineexplicit

Definition at line 189 of file SmallPtrSet.h.

Member Function Documentation

template<typename PtrTy >
const PtrTy llvm::SmallPtrSetIterator< PtrTy >::operator* ( ) const
inline
template<typename PtrTy >
SmallPtrSetIterator& llvm::SmallPtrSetIterator< PtrTy >::operator++ ( )
inline
template<typename PtrTy >
SmallPtrSetIterator llvm::SmallPtrSetIterator< PtrTy >::operator++ ( int  )
inline

Definition at line 205 of file SmallPtrSet.h.


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