PISM, A Parallel Ice Sheet Model 2.2.1-cd005eec8 committed by Constantine Khrulev on 2025-03-07
|
#include <pism_options.hh>
Public Member Functions | |
Integer (const std::string &option, const std::string &description, int default_value) | |
![]() | |
Option () | |
bool | is_set () const |
int | value () const |
operator int () const | |
const int * | operator-> () const |
int * | operator-> () |
bool | operator== (const int &other) const |
Additional Inherited Members | |
![]() | |
void | set (int new_value, bool new_flag) |
![]() | |
int | m_value |
bool | m_is_set |
Definition at line 79 of file pism_options.hh.