LLVM API Documentation

Public Types | Public Member Functions | Protected Attributes
llvm::StringMapConstIterator< ValueTy > Class Template Reference

#include <StringMap.h>

Inheritance diagram for llvm::StringMapConstIterator< ValueTy >:
Inheritance graph
[legend]
Collaboration diagram for llvm::StringMapConstIterator< ValueTy >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef StringMapEntry< ValueTy > value_type

Public Member Functions

 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)

Protected Attributes

StringMapEntryBase ** Ptr

Detailed Description

template<typename ValueTy>
class llvm::StringMapConstIterator< ValueTy >

Definition at line 415 of file StringMap.h.


Member Typedef Documentation

template<typename ValueTy >
typedef StringMapEntry<ValueTy> llvm::StringMapConstIterator< ValueTy >::value_type

Definition at line 419 of file StringMap.h.


Constructor & Destructor Documentation

template<typename ValueTy >
llvm::StringMapConstIterator< ValueTy >::StringMapConstIterator ( ) [inline]

Definition at line 421 of file StringMap.h.

template<typename ValueTy >
llvm::StringMapConstIterator< ValueTy >::StringMapConstIterator ( StringMapEntryBase **  Bucket,
bool  NoAdvance = false 
) [inline, explicit]

Definition at line 423 of file StringMap.h.


Member Function Documentation

template<typename ValueTy >
bool llvm::StringMapConstIterator< ValueTy >::operator!= ( const StringMapConstIterator< ValueTy > &  RHS) const [inline]

Definition at line 439 of file StringMap.h.

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

template<typename ValueTy >
const value_type& llvm::StringMapConstIterator< ValueTy >::operator* ( ) const [inline]

Reimplemented in llvm::StringMapIterator< ValueTy >.

Definition at line 429 of file StringMap.h.

template<typename ValueTy >
StringMapConstIterator& llvm::StringMapConstIterator< ValueTy >::operator++ ( ) [inline]

Definition at line 443 of file StringMap.h.

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

template<typename ValueTy >
StringMapConstIterator llvm::StringMapConstIterator< ValueTy >::operator++ ( int  ) [inline]

Definition at line 448 of file StringMap.h.

template<typename ValueTy >
const value_type* llvm::StringMapConstIterator< ValueTy >::operator-> ( ) const [inline]

Reimplemented in llvm::StringMapIterator< ValueTy >.

Definition at line 432 of file StringMap.h.

template<typename ValueTy >
bool llvm::StringMapConstIterator< ValueTy >::operator== ( const StringMapConstIterator< ValueTy > &  RHS) const [inline]

Definition at line 436 of file StringMap.h.

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


Member Data Documentation

template<typename ValueTy >
StringMapEntryBase** llvm::StringMapConstIterator< ValueTy >::Ptr [protected]

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