Logo
Reference manual - version orea_version
Parameters Class Reference

Provides the input data and references to input files used in OREApp. More...

#include <orea/app/parameters.hpp>

Inheritance diagram for Parameters:

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 &paramName) const
string get (const string &groupName, const string &paramName, bool fail=true) const
void set (const string &groupName, const string &paramName, const string &val)
const map< string, string > & data (const string &groupName) const
const map< string, string > & markets () const
void log ()

Detailed Description

Provides the input data and references to input files used in OREApp.