Minsky
schema0::GodleyTable Struct Reference

#include <schema0.h>

Collaboration diagram for schema0::GodleyTable:
Collaboration graph

Public Member Functions

 GodleyTable ()
 
std::size_t rows () const
 

Public Attributes

std::vector< std::vector< std::string > > data
 
std::vector< minsky::GodleyAssetClass::AssetClassm_assetClass
 class of each column (used in DE compliant mode) More...
 
bool doubleEntryCompliant
 
std::string title
 

Detailed Description

Definition at line 125 of file schema0.h.

Constructor & Destructor Documentation

◆ GodleyTable()

schema0::GodleyTable::GodleyTable ( )
inline

Definition at line 133 of file schema0.h.

133 : doubleEntryCompliant(false) {}
bool doubleEntryCompliant
Definition: schema0.h:130

Member Function Documentation

◆ rows()

std::size_t schema0::GodleyTable::rows ( ) const
inline

Definition at line 134 of file schema0.h.

References data.

134 {return data.size();}
std::vector< std::vector< std::string > > data
Definition: schema0.h:127

Member Data Documentation

◆ data

std::vector<std::vector<std::string> > schema0::GodleyTable::data

Definition at line 127 of file schema0.h.

Referenced by rows().

◆ doubleEntryCompliant

bool schema0::GodleyTable::doubleEntryCompliant

Definition at line 130 of file schema0.h.

◆ m_assetClass

std::vector<minsky::GodleyAssetClass::AssetClass> schema0::GodleyTable::m_assetClass

class of each column (used in DE compliant mode)

Definition at line 129 of file schema0.h.

◆ title

std::string schema0::GodleyTable::title

Definition at line 131 of file schema0.h.


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