PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
#include <pism_options.hh>
Public Member Functions | |
Keyword (const std::string &option, const std::string &description, const std::string &choices, const std::string &default_value) | |
Public Member Functions inherited from pism::options::Option< std::string > | |
Option () | |
bool | is_set () const |
std::string | value () const |
operator std::string () const | |
const std::string * | operator-> () const |
std::string * | operator-> () |
bool | operator== (const std::string &other) const |
Additional Inherited Members | |
Protected Member Functions inherited from pism::options::Option< std::string > | |
void | set (std::string new_value, bool new_flag) |
Protected Attributes inherited from pism::options::Option< std::string > | |
std::string | m_value |
bool | m_is_set |
Definition at line 71 of file pism_options.hh.