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

Public Types

typedef StringMapEntry< ValueTy > value_type
 

Public Member Functions

 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
 

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