LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 >:
Inheritance graph
[legend]
Collaboration diagram for llvm::SmallPtrSetIterator< PtrTy >:
Collaboration graph
[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 ()
 
- 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.

Definition at line 174 of file SmallPtrSet.h.

Member Typedef Documentation

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

Definition at line 181 of file SmallPtrSet.h.

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

Definition at line 182 of file SmallPtrSet.h.

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

Definition at line 180 of file SmallPtrSet.h.

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

Definition at line 179 of file SmallPtrSet.h.

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

Definition at line 178 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 184 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 200 of file SmallPtrSet.h.


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