WPILibC++  unspecified
llvm::StringMapIterator< ValueTy > Class Template Reference
Inheritance diagram for llvm::StringMapIterator< ValueTy >:
Collaboration diagram for llvm::StringMapIterator< ValueTy >:

Public Member Functions

 StringMapIterator (StringMapEntryBase **Bucket, bool NoAdvance=false)
 
StringMapEntry< ValueTy > & operator* () const
 
StringMapEntry< ValueTy > * operator-> () const
 
- Public Member Functions inherited from llvm::StringMapConstIterator< ValueTy >
 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
 

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