LLVM API Documentation

Public Types | Public Member Functions
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]

List of all members.

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)

Detailed Description

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

SmallPtrSetIterator - This implements a const_iterator for SmallPtrSet.

Definition at line 178 of file SmallPtrSet.h.


Member Typedef Documentation

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

Definition at line 185 of file SmallPtrSet.h.

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

Definition at line 186 of file SmallPtrSet.h.

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

Definition at line 184 of file SmallPtrSet.h.

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

Definition at line 183 of file SmallPtrSet.h.

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

Definition at line 182 of file SmallPtrSet.h.


Constructor & Destructor Documentation

template<typename PtrTy >
llvm::SmallPtrSetIterator< PtrTy >::SmallPtrSetIterator ( const void *const BP,
const void *const E 
) [inline, explicit]

Definition at line 188 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 204 of file SmallPtrSet.h.


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