LLVM API Documentation

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

#include <ValueMap.h>

Inheritance diagram for llvm::ValueMapConstIterator< DenseMapT, KeyT >:
Inheritance graph
[legend]
Collaboration diagram for llvm::ValueMapConstIterator< DenseMapT, KeyT >:
Collaboration graph
[legend]

Classes

struct  ValueTypeProxy
 

Public Member Functions

 ValueMapConstIterator ()
 
 ValueMapConstIterator (BaseT I)
 
 ValueMapConstIterator (ValueMapIterator< DenseMapT, KeyT > Other)
 
BaseT base () const
 
ValueTypeProxy operator* () const
 
ValueTypeProxy operator-> () const
 
bool operator== (const ValueMapConstIterator &RHS) const
 
bool operator!= (const ValueMapConstIterator &RHS) const
 
ValueMapConstIteratoroperator++ ()
 
ValueMapConstIterator operator++ (int)
 

Detailed Description

template<typename DenseMapT, typename KeyT>
class llvm::ValueMapConstIterator< DenseMapT, KeyT >

Definition at line 43 of file ValueMap.h.

Constructor & Destructor Documentation

template<typename DenseMapT , typename KeyT >
llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueMapConstIterator ( )
inline

Definition at line 334 of file ValueMap.h.

template<typename DenseMapT , typename KeyT >
llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueMapConstIterator ( BaseT  I)
inline

Definition at line 335 of file ValueMap.h.

template<typename DenseMapT , typename KeyT >
llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueMapConstIterator ( ValueMapIterator< DenseMapT, KeyT Other)
inline

Definition at line 336 of file ValueMap.h.

Member Function Documentation

template<typename DenseMapT , typename KeyT >
BaseT llvm::ValueMapConstIterator< DenseMapT, KeyT >::base ( ) const
inline

Definition at line 339 of file ValueMap.h.

template<typename DenseMapT , typename KeyT >
bool llvm::ValueMapConstIterator< DenseMapT, KeyT >::operator!= ( const ValueMapConstIterator< DenseMapT, KeyT > &  RHS) const
inline

Definition at line 362 of file ValueMap.h.

template<typename DenseMapT , typename KeyT >
ValueTypeProxy llvm::ValueMapConstIterator< DenseMapT, KeyT >::operator* ( ) const
inline
template<typename DenseMapT , typename KeyT >
ValueMapConstIterator& llvm::ValueMapConstIterator< DenseMapT, KeyT >::operator++ ( )
inline

Definition at line 366 of file ValueMap.h.

template<typename DenseMapT , typename KeyT >
ValueMapConstIterator llvm::ValueMapConstIterator< DenseMapT, KeyT >::operator++ ( int  )
inline

Definition at line 370 of file ValueMap.h.

template<typename DenseMapT , typename KeyT >
ValueTypeProxy llvm::ValueMapConstIterator< DenseMapT, KeyT >::operator-> ( ) const
inline
template<typename DenseMapT , typename KeyT >
bool llvm::ValueMapConstIterator< DenseMapT, KeyT >::operator== ( const ValueMapConstIterator< DenseMapT, KeyT > &  RHS) const
inline

Definition at line 359 of file ValueMap.h.


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