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

#include <autoarts.h>

Public Member Functions

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

Private Attributes

std::size_t p
 
typev
 

Detailed Description

Definition at line 1342 of file autoarts.h.

Member Typedef Documentation

◆ type

Definition at line 1343 of file autoarts.h.

Constructor & Destructor Documentation

◆ RadiationVector() [1/3]

ARTS::Var::RadiationVector::RadiationVector ( )
inlinenoexcept

Definition at line 1347 of file autoarts.h.

◆ RadiationVector() [2/3]

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

Definition at line 1348 of file autoarts.h.

◆ ~RadiationVector()

ARTS::Var::RadiationVector::~RadiationVector ( )
inlinenoexcept

Definition at line 1349 of file autoarts.h.

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

◆ RadiationVector() [3/3]

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

Definition at line 1350 of file autoarts.h.

Member Function Documentation

◆ islast()

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

◆ isnull()

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

Definition at line 1355 of file autoarts.h.

References v.

Referenced by ~RadiationVector().

◆ name()

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

Definition at line 1357 of file autoarts.h.

References p, and Workspace::wsv_data.

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

◆ operator=()

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

Definition at line 1353 of file autoarts.h.

References value().

◆ pos()

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

◆ value() [1/2]

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

Definition at line 1352 of file autoarts.h.

References v.

◆ value() [2/2]

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

Member Data Documentation

◆ p

std::size_t ARTS::Var::RadiationVector::p
private

Definition at line 1344 of file autoarts.h.

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

◆ v

type* ARTS::Var::RadiationVector::v
private

Definition at line 1345 of file autoarts.h.

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


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