Logo
Reference manual - version orea_version
Public Member Functions | List of all members
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) 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
 
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 ()
 

Detailed Description

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