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

#include <autoarts.h>

Public Member Functions

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

Private Attributes

std::size_t p
 
typev
 

Detailed Description

Definition at line 118 of file autoarts.h.

Member Typedef Documentation

◆ type

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

Definition at line 119 of file autoarts.h.

Constructor & Destructor Documentation

◆ AbsorptionLines() [1/3]

ARTS::Var::AbsorptionLines::AbsorptionLines ( )
inlinenoexcept

Definition at line 123 of file autoarts.h.

◆ AbsorptionLines() [2/3]

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

Definition at line 124 of file autoarts.h.

◆ ~AbsorptionLines()

ARTS::Var::AbsorptionLines::~AbsorptionLines ( )
inlinenoexcept

Definition at line 125 of file autoarts.h.

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

◆ AbsorptionLines() [3/3]

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

Definition at line 126 of file autoarts.h.

Member Function Documentation

◆ islast()

bool ARTS::Var::AbsorptionLines::islast ( ) const
inlinenoexcept

◆ isnull()

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

Definition at line 131 of file autoarts.h.

References v.

Referenced by ~AbsorptionLines().

◆ name()

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

Definition at line 133 of file autoarts.h.

References p, and Workspace::wsv_data.

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

◆ operator=()

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

Definition at line 129 of file autoarts.h.

References value().

◆ pos()

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

◆ value() [1/2]

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

Definition at line 128 of file autoarts.h.

References v.

◆ value() [2/2]

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

Member Data Documentation

◆ p

std::size_t ARTS::Var::AbsorptionLines::p
private

Definition at line 120 of file autoarts.h.

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

◆ v

type* ARTS::Var::AbsorptionLines::v
private

Definition at line 121 of file autoarts.h.

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


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