ARTS
2.4.0(git:4fb77825)
|
#include <autoarts.h>
Public Member Functions | |
GasAbsLookup () noexcept | |
GasAbsLookup (std::size_t i, void *x) noexcept | |
~GasAbsLookup () noexcept | |
GasAbsLookup (const type &val) noexcept | |
type & | value () noexcept |
const type & | value () const noexcept |
GasAbsLookup & | operator= (const type &t) noexcept |
std::size_t | pos () const noexcept |
bool | isnull () const noexcept |
bool | islast () const noexcept |
const Group::String & | name () const noexcept |
Private Types | |
using | type = Group::GasAbsLookup |
Private Attributes | |
std::size_t | p |
type * | v |
Definition at line 1054 of file autoarts.h.
|
private |
Definition at line 1055 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1059 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1060 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1061 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1062 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1068 of file autoarts.h.
Referenced by ARTS::AgendaMethod::Copy(), ARTS::Method::Copy(), ARTS::AgendaMethod::Delete(), ARTS::Method::Delete(), ARTS::AgendaMethod::Ignore(), ARTS::AgendaMethod::ReadNetCDF(), ARTS::Method::ReadNetCDF(), ARTS::AgendaMethod::Touch(), ARTS::Method::Touch(), and ~GasAbsLookup().
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 1069 of file autoarts.h.
References p, and Workspace::wsv_data.
Referenced by ARTS::Method::Copy(), ARTS::Method::Delete(), and ARTS::Method::ReadNetCDF().
|
inlinenoexcept |
Definition at line 1065 of file autoarts.h.
References value().
|
inlinenoexcept |
Definition at line 1066 of file autoarts.h.
References p.
Referenced by ARTS::AgendaMethod::Copy(), ARTS::AgendaMethod::Delete(), ARTS::AgendaMethod::Ignore(), ARTS::AgendaMethod::ReadNetCDF(), and ARTS::AgendaMethod::Touch().
|
inlinenoexcept |
Definition at line 1064 of file autoarts.h.
References v.
|
inlinenoexcept |
Definition at line 1063 of file autoarts.h.
References v.
Referenced by ARTS::Method::Copy(), ARTS::Method::Delete(), ARTS::Method::Ignore(), operator=(), ARTS::Method::ReadNetCDF(), and ARTS::Method::Touch().
|
private |
Definition at line 1056 of file autoarts.h.
|
private |
Definition at line 1057 of file autoarts.h.
Referenced by isnull(), value(), and ~GasAbsLookup().