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

#include <autoarts.h>

Public Member Functions

 ArrayOfAbsorptionLines () noexcept
 
 ArrayOfAbsorptionLines (std::size_t i, void *x) noexcept
 
 ~ArrayOfAbsorptionLines () noexcept
 
 ArrayOfAbsorptionLines (const type &val) noexcept
 
typevalue () noexcept
 
const typevalue () const noexcept
 
ArrayOfAbsorptionLinesoperator= (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::ArrayOfAbsorptionLines
 

Private Attributes

std::size_t p
 
typev
 

Detailed Description

Definition at line 154 of file autoarts.h.

Member Typedef Documentation

◆ type

using ARTS::Var::ArrayOfAbsorptionLines::type = Group::ArrayOfAbsorptionLines
private

Definition at line 155 of file autoarts.h.

Constructor & Destructor Documentation

◆ ArrayOfAbsorptionLines() [1/3]

ARTS::Var::ArrayOfAbsorptionLines::ArrayOfAbsorptionLines ( )
inlinenoexcept

Definition at line 159 of file autoarts.h.

◆ ArrayOfAbsorptionLines() [2/3]

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

Definition at line 160 of file autoarts.h.

◆ ~ArrayOfAbsorptionLines()

ARTS::Var::ArrayOfAbsorptionLines::~ArrayOfAbsorptionLines ( )
inlinenoexcept

Definition at line 161 of file autoarts.h.

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

◆ ArrayOfAbsorptionLines() [3/3]

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

Definition at line 162 of file autoarts.h.

Member Function Documentation

◆ islast()

◆ isnull()

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

Definition at line 167 of file autoarts.h.

References v.

Referenced by ~ArrayOfAbsorptionLines().

◆ name()

const Group::String& ARTS::Var::ArrayOfAbsorptionLines::name ( ) const
inlinenoexcept

Definition at line 169 of file autoarts.h.

References p, and Workspace::wsv_data.

Referenced by ARTS::Method::Copy(), and ARTS::Method::Delete().

◆ operator=()

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

Definition at line 165 of file autoarts.h.

References value().

◆ pos()

◆ value() [1/2]

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

Definition at line 164 of file autoarts.h.

References v.

◆ value() [2/2]

Member Data Documentation

◆ p

std::size_t ARTS::Var::ArrayOfAbsorptionLines::p
private

Definition at line 156 of file autoarts.h.

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

◆ v

type* ARTS::Var::ArrayOfAbsorptionLines::v
private

Definition at line 157 of file autoarts.h.

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


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