MCPcopy Create free account
hub / github.com/Cantera/cantera / getInt

Method getInt

src/base/AnyMap.cpp:1585–1588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1583}
1584
1585long int AnyMap::getInt(const string& key, long int default_) const
1586{
1587 return (hasKey(key)) ? m_data.at(key).asInt() : default_;
1588}
1589
1590const string& AnyMap::getString(const string& key, const string& default_) const
1591{

Callers 3

TESTFunction · 0.80
readEntryMethod · 0.80
addElementsFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64