PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
#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 162 of file ConfigInterface.hh.