PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
#include <VariableMetadata.hh>
Public Member Functions | |
ConstAttribute (const ConstAttribute &)=delete | |
ConstAttribute & | operator= (const ConstAttribute &)=delete |
operator std::string () const | |
operator double () const | |
operator std::vector< double > () const | |
Protected Member Functions | |
ConstAttribute (const VariableMetadata *var, const std::string &name) | |
ConstAttribute (ConstAttribute &&a) noexcept | |
Protected Attributes | |
std::string | m_name |
VariableMetadata * | m_var |
Friends | |
class | VariableMetadata |
Definition at line 73 of file VariableMetadata.hh.