49 bool hasGroup(
const string& groupName)
const;
50 bool has(
const string& groupName,
const string& paramName)
const;
51 string get(
const string& groupName,
const string& paramName,
bool fail =
true)
const;
52 const map<string, string>& data(
const string& groupName)
const;
53 const map<string, string>&
markets()
const;
58 map<string, map<string, string>>
data_;
Provides the input data and references to input files used in OREApp.
void fromFile(const string &)
bool has(const string &groupName, const string ¶mName) const
map< string, map< string, string > > data_
const map< string, string > & markets() const
virtual void fromXML(XMLNode *node) override
virtual XMLNode * toXML(XMLDocument &doc) const override
bool hasGroup(const string &groupName) const