LLVM API Documentation

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

#include <StringMap.h>

Inheritance diagram for llvm::StringMapIterator< ValueT >:
Inheritance graph
[legend]
Collaboration diagram for llvm::StringMapIterator< ValueT >:
Collaboration graph
[legend]

Public Member Functions

 StringMapIterator ()
 
 StringMapIterator (StringMapEntryBase **Bucket, bool NoAdvance=false)
 
StringMapEntry< ValueTy > & operator* () const
 
StringMapEntry< ValueTy > * operator-> () const
 
- Public Member Functions inherited from llvm::StringMapConstIterator< ValueTy >
 StringMapConstIterator ()
 
 StringMapConstIterator (StringMapEntryBase **Bucket, bool NoAdvance=false)
 
const value_typeoperator* () const
 
const value_typeoperator-> () const
 
bool operator== (const StringMapConstIterator &RHS) const
 
bool operator!= (const StringMapConstIterator &RHS) const
 
StringMapConstIteratoroperator++ ()
 
StringMapConstIterator operator++ (int)
 

Additional Inherited Members

- Public Types inherited from llvm::StringMapConstIterator< ValueTy >
typedef StringMapEntry< ValueTy > value_type
 
- Protected Attributes inherited from llvm::StringMapConstIterator< ValueTy >
StringMapEntryBase ** Ptr
 

Detailed Description

template<typename ValueT>
class llvm::StringMapIterator< ValueT >

Definition at line 25 of file StringMap.h.

Constructor & Destructor Documentation

template<typename ValueT >
llvm::StringMapIterator< ValueT >::StringMapIterator ( )
inline

Definition at line 461 of file StringMap.h.

template<typename ValueT >
llvm::StringMapIterator< ValueT >::StringMapIterator ( StringMapEntryBase **  Bucket,
bool  NoAdvance = false 
)
inlineexplicit

Definition at line 462 of file StringMap.h.

Member Function Documentation

template<typename ValueT >
StringMapEntry<ValueTy>& llvm::StringMapIterator< ValueT >::operator* ( ) const
inline

Definition at line 466 of file StringMap.h.

References llvm::StringMapConstIterator< ValueTy >::Ptr.

template<typename ValueT >
StringMapEntry<ValueTy>* llvm::StringMapIterator< ValueT >::operator-> ( ) const
inline

Definition at line 469 of file StringMap.h.

References llvm::StringMapConstIterator< ValueTy >::Ptr.


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