LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Friends | List of all members
llvm::DenseMapIterator< KeyT, ValueT, KeyInfoT, IsConst > Class Template Reference

#include <DenseMap.h>

Public Types

typedef ptrdiff_t difference_type
 
typedef conditional< IsConst,
const Bucket, Bucket >::type 
value_type
 
typedef value_typepointer
 
typedef value_typereference
 
typedef std::forward_iterator_tag iterator_category
 

Public Member Functions

 DenseMapIterator ()
 
 DenseMapIterator (pointer Pos, pointer E, bool NoAdvance=false)
 
 DenseMapIterator (const DenseMapIterator< KeyT, ValueT, KeyInfoT, false > &I)
 
reference operator* () const
 
pointer operator-> () const
 
bool operator== (const ConstIterator &RHS) const
 
bool operator!= (const ConstIterator &RHS) const
 
DenseMapIteratoroperator++ ()
 
DenseMapIterator operator++ (int)
 

Friends

class DenseMapIterator< KeyT, ValueT, KeyInfoT, true >
 

Detailed Description

template<typename KeyT, typename ValueT, typename KeyInfoT = DenseMapInfo<KeyT>, bool IsConst = false>
class llvm::DenseMapIterator< KeyT, ValueT, KeyInfoT, IsConst >

Definition at line 37 of file DenseMap.h.

Member Typedef Documentation

template<typename KeyT , typename ValueT , typename KeyInfoT = DenseMapInfo<KeyT>, bool IsConst = false>
typedef ptrdiff_t llvm::DenseMapIterator< KeyT, ValueT, KeyInfoT, IsConst >::difference_type

Definition at line 993 of file DenseMap.h.

template<typename KeyT , typename ValueT , typename KeyInfoT = DenseMapInfo<KeyT>, bool IsConst = false>
typedef std::forward_iterator_tag llvm::DenseMapIterator< KeyT, ValueT, KeyInfoT, IsConst >::iterator_category

Definition at line 997 of file DenseMap.h.

template<typename KeyT , typename ValueT , typename KeyInfoT = DenseMapInfo<KeyT>, bool IsConst = false>
typedef value_type* llvm::DenseMapIterator< KeyT, ValueT, KeyInfoT, IsConst >::pointer

Definition at line 995 of file DenseMap.h.

template<typename KeyT , typename ValueT , typename KeyInfoT = DenseMapInfo<KeyT>, bool IsConst = false>
typedef value_type& llvm::DenseMapIterator< KeyT, ValueT, KeyInfoT, IsConst >::reference

Definition at line 996 of file DenseMap.h.

template<typename KeyT , typename ValueT , typename KeyInfoT = DenseMapInfo<KeyT>, bool IsConst = false>
typedef conditional<IsConst, const Bucket, Bucket>::type llvm::DenseMapIterator< KeyT, ValueT, KeyInfoT, IsConst >::value_type

Definition at line 994 of file DenseMap.h.

Constructor & Destructor Documentation

template<typename KeyT , typename ValueT , typename KeyInfoT = DenseMapInfo<KeyT>, bool IsConst = false>
llvm::DenseMapIterator< KeyT, ValueT, KeyInfoT, IsConst >::DenseMapIterator ( )
inline

Definition at line 1001 of file DenseMap.h.

template<typename KeyT , typename ValueT , typename KeyInfoT = DenseMapInfo<KeyT>, bool IsConst = false>
llvm::DenseMapIterator< KeyT, ValueT, KeyInfoT, IsConst >::DenseMapIterator ( pointer  Pos,
pointer  E,
bool  NoAdvance = false 
)
inline

Definition at line 1003 of file DenseMap.h.

template<typename KeyT , typename ValueT , typename KeyInfoT = DenseMapInfo<KeyT>, bool IsConst = false>
llvm::DenseMapIterator< KeyT, ValueT, KeyInfoT, IsConst >::DenseMapIterator ( const DenseMapIterator< KeyT, ValueT, KeyInfoT, false > &  I)
inline

Definition at line 1011 of file DenseMap.h.

Member Function Documentation

template<typename KeyT , typename ValueT , typename KeyInfoT = DenseMapInfo<KeyT>, bool IsConst = false>
bool llvm::DenseMapIterator< KeyT, ValueT, KeyInfoT, IsConst >::operator!= ( const ConstIterator RHS) const
inline

Definition at line 1025 of file DenseMap.h.

template<typename KeyT , typename ValueT , typename KeyInfoT = DenseMapInfo<KeyT>, bool IsConst = false>
reference llvm::DenseMapIterator< KeyT, ValueT, KeyInfoT, IsConst >::operator* ( ) const
inline

Definition at line 1015 of file DenseMap.h.

template<typename KeyT , typename ValueT , typename KeyInfoT = DenseMapInfo<KeyT>, bool IsConst = false>
DenseMapIterator& llvm::DenseMapIterator< KeyT, ValueT, KeyInfoT, IsConst >::operator++ ( )
inline

Definition at line 1029 of file DenseMap.h.

template<typename KeyT , typename ValueT , typename KeyInfoT = DenseMapInfo<KeyT>, bool IsConst = false>
DenseMapIterator llvm::DenseMapIterator< KeyT, ValueT, KeyInfoT, IsConst >::operator++ ( int  )
inline

Definition at line 1034 of file DenseMap.h.

template<typename KeyT , typename ValueT , typename KeyInfoT = DenseMapInfo<KeyT>, bool IsConst = false>
pointer llvm::DenseMapIterator< KeyT, ValueT, KeyInfoT, IsConst >::operator-> ( ) const
inline

Definition at line 1018 of file DenseMap.h.

template<typename KeyT , typename ValueT , typename KeyInfoT = DenseMapInfo<KeyT>, bool IsConst = false>
bool llvm::DenseMapIterator< KeyT, ValueT, KeyInfoT, IsConst >::operator== ( const ConstIterator RHS) const
inline

Definition at line 1022 of file DenseMap.h.

Friends And Related Function Documentation

template<typename KeyT , typename ValueT , typename KeyInfoT = DenseMapInfo<KeyT>, bool IsConst = false>
friend class DenseMapIterator< KeyT, ValueT, KeyInfoT, true >
friend

Definition at line 991 of file DenseMap.h.


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