Cantera  3.1.0a1
AnyMap::OrderedProxy Class Reference

Proxy for iterating over an AnyMap in the defined output ordering. More...

#include <AnyMap.h>

Detailed Description

Proxy for iterating over an AnyMap in the defined output ordering.

See ordered().

Definition at line 576 of file AnyMap.h.

Public Types

typedef vector< pair< pair< int, int >, const pair< const string, AnyValue > * > > OrderVector
 

Public Member Functions

 OrderedProxy (const AnyMap &data)
 
OrderedIterator begin () const
 
OrderedIterator end () const
 

Private Attributes

const AnyMapm_data
 
OrderVector m_ordered
 
unique_ptr< pair< const string, AnyValue > > m_units
 

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