Minsky
|
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 68 of file evalGodley.h.
|
inline |
Definition at line 72 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 77 of file evalGodley.h.
bool minsky::GodleyIteratorAdaptor< T >::initialConditionRow | ( | int | row | ) | const |
|
inline |
|
inline |
Definition at line 73 of file evalGodley.h.
bool minsky::GodleyIteratorAdaptor< T >::signConventionReversed | ( | int | col | ) | const |
|
inline |
|
private |
Definition at line 70 of file evalGodley.h.
Referenced by minsky::GodleyIteratorAdaptor< T >::operator!=().