|
Minsky: 3.17.0
|
adaptor suitable for initialiseGodleys More...
#include <evalGodley.h>

Public Member Functions | |
| GodleyIteratorAdaptor (const T &it) | |
| void | operator++ () |
| bool | operator!= (const GodleyIteratorAdaptor &x) const |
| int | id () const |
| const std::vector< std::vector< std::string > > & | data () const |
| Godley table data this points to. More... | |
| GodleyAssetClass::AssetClass | assetClass (std::size_t col) const |
| bool | signConventionReversed (int col) const |
| bool | initialConditionRow (int row) const |
| string | valueId (const std::string &x) const |
| returns valueid for variable reference in table More... | |
Private Attributes | |
| T | it |
adaptor suitable for initialiseGodleys
Definition at line 67 of file evalGodley.h.
|
inline |
Definition at line 71 of file evalGodley.h.
| GodleyAssetClass::AssetClass minsky::GodleyIteratorAdaptor< T >::assetClass | ( | std::size_t | col | ) | const |
| const std::vector<std::vector<std::string> >& minsky::GodleyIteratorAdaptor< T >::data | ( | ) | const |
Godley table data this points to.
|
inline |
Definition at line 76 of file evalGodley.h.
| bool minsky::GodleyIteratorAdaptor< T >::initialConditionRow | ( | int | row | ) | const |
|
inline |
|
inline |
Definition at line 72 of file evalGodley.h.
| bool minsky::GodleyIteratorAdaptor< T >::signConventionReversed | ( | int | col | ) | const |
|
inline |
|
private |
Definition at line 69 of file evalGodley.h.
Referenced by minsky::GodleyIteratorAdaptor< T >::operator!=().