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 | |
IntegerList (const std::string &option, const std::string &description, const std::vector< int > &defaults) | |
const int & | operator[] (size_t index) const |
Public Member Functions inherited from pism::options::Option< std::vector< int > > | |
Option () | |
bool | is_set () const |
std::vector< int > | value () const |
operator std::vector< int > () const | |
const std::vector< int > * | operator-> () const |
std::vector< int > * | operator-> () |
bool | operator== (const std::vector< int > &other) const |
Additional Inherited Members | |
Protected Member Functions inherited from pism::options::Option< std::vector< int > > | |
void | set (std::vector< int > new_value, bool new_flag) |
Protected Attributes inherited from pism::options::Option< std::vector< int > > | |
std::vector< int > | m_value |
bool | m_is_set |
Definition at line 86 of file pism_options.hh.