PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
Public Member Functions | Private Attributes | List of all members
pism::ConfigWithPrefix Class Reference

#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
 

Detailed Description

Definition at line 154 of file ConfigInterface.hh.


The documentation for this class was generated from the following files: