Cantera  3.1.0a1
AnyMap::OrderedIterator Class Reference

Defined to allow the OrderedProxy class to be used with range-based for loops. More...

#include <AnyMap.h>

Detailed Description

Defined to allow the OrderedProxy class to be used with range-based for loops.

Definition at line 594 of file AnyMap.h.

Public Member Functions

 OrderedIterator (const AnyMap::OrderedProxy::OrderVector::const_iterator &start, const AnyMap::OrderedProxy::OrderVector::const_iterator &stop)
 
const pair< const string, AnyValue > & operator* () const
 
const pair< const string, AnyValue > * operator-> () const
 
bool operator!= (const OrderedIterator &right) const
 
OrderedIteratoroperator++ ()
 

Private Attributes

OrderedProxy::OrderVector::const_iterator m_iter
 
OrderedProxy::OrderVector::const_iterator m_stop
 

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