LLVM  4.0.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...
 
void RetreatIfNotValid ()
 
- 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 275 of file SmallPtrSet.h.

Member Typedef Documentation

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

Definition at line 282 of file SmallPtrSet.h.

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

Definition at line 283 of file SmallPtrSet.h.

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

Definition at line 281 of file SmallPtrSet.h.

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

Definition at line 280 of file SmallPtrSet.h.

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

Definition at line 279 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 285 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 307 of file SmallPtrSet.h.


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