ARTS  2.4.0(git:4fb77825)
ARTS::Var::GasAbsLookup Class Reference

#include <autoarts.h>

Public Member Functions

 GasAbsLookup () noexcept
 
 GasAbsLookup (std::size_t i, void *x) noexcept
 
 ~GasAbsLookup () noexcept
 
 GasAbsLookup (const type &val) noexcept
 
typevalue () noexcept
 
const typevalue () const noexcept
 
GasAbsLookupoperator= (const type &t) noexcept
 
std::size_t pos () const noexcept
 
bool isnull () const noexcept
 
bool islast () const noexcept
 
const Group::Stringname () const noexcept
 

Private Types

using type = Group::GasAbsLookup
 

Private Attributes

std::size_t p
 
typev
 

Detailed Description

Definition at line 1054 of file autoarts.h.

Member Typedef Documentation

◆ type

Definition at line 1055 of file autoarts.h.

Constructor & Destructor Documentation

◆ GasAbsLookup() [1/3]

ARTS::Var::GasAbsLookup::GasAbsLookup ( )
inlinenoexcept

Definition at line 1059 of file autoarts.h.

◆ GasAbsLookup() [2/3]

ARTS::Var::GasAbsLookup::GasAbsLookup ( std::size_t  i,
void *  x 
)
inlinenoexcept

Definition at line 1060 of file autoarts.h.

◆ ~GasAbsLookup()

ARTS::Var::GasAbsLookup::~GasAbsLookup ( )
inlinenoexcept

Definition at line 1061 of file autoarts.h.

References islast(), isnull(), and v.

◆ GasAbsLookup() [3/3]

ARTS::Var::GasAbsLookup::GasAbsLookup ( const type val)
inlinenoexcept

Definition at line 1062 of file autoarts.h.

Member Function Documentation

◆ islast()

◆ isnull()

bool ARTS::Var::GasAbsLookup::isnull ( ) const
inlinenoexcept

Definition at line 1067 of file autoarts.h.

References v.

Referenced by ~GasAbsLookup().

◆ name()

const Group::String& ARTS::Var::GasAbsLookup::name ( ) const
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().

◆ operator=()

GasAbsLookup& ARTS::Var::GasAbsLookup::operator= ( const type t)
inlinenoexcept

Definition at line 1065 of file autoarts.h.

References value().

◆ pos()

std::size_t ARTS::Var::GasAbsLookup::pos ( ) const
inlinenoexcept

◆ value() [1/2]

const type& ARTS::Var::GasAbsLookup::value ( ) const
inlinenoexcept

Definition at line 1064 of file autoarts.h.

References v.

◆ value() [2/2]

type& ARTS::Var::GasAbsLookup::value ( )
inlinenoexcept

Member Data Documentation

◆ p

std::size_t ARTS::Var::GasAbsLookup::p
private

Definition at line 1056 of file autoarts.h.

Referenced by islast(), name(), and pos().

◆ v

type* ARTS::Var::GasAbsLookup::v
private

Definition at line 1057 of file autoarts.h.

Referenced by isnull(), value(), and ~GasAbsLookup().


The documentation for this class was generated from the following file: