PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
#include <ConfigInterface.hh>
Public Member Functions | |
ConfigWithPrefix (Config::ConstPtr c, const std::string &prefix) | |
double | get_number (const std::string &name) const |
double | get_number (const std::string &name, const std::string &units) const |
std::string | get_string (const std::string &name) const |
bool | get_flag (const std::string &name) const |
void | reset_prefix (const std::string &prefix) |
Private Attributes | |
std::string | m_prefix |
Config::ConstPtr | m_config |
Definition at line 154 of file ConfigInterface.hh.