Provides the input data and references to input files used in OREApp. More...
#include <orea/app/parameters.hpp>
Public Member Functions | |
void | clear () |
void | fromFile (const string &) |
virtual void | fromXML (XMLNode *node) override |
virtual XMLNode * | toXML (XMLDocument &doc) const override |
bool | hasGroup (const string &groupName) const |
bool | has (const string &groupName, const string ¶mName) const |
string | get (const string &groupName, const string ¶mName, bool fail=true) const |
const map< string, string > & | data (const string &groupName) const |
const map< string, string > & | markets () const |
void | log () |
Public Member Functions inherited from XMLSerializable | |
void | fromXMLString (const std::string &xml) |
std::string | toXMLString () const |
Provides the input data and references to input files used in OREApp.