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

#include <autoarts.h>

Public Member Functions

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

Private Attributes

std::size_t p
 
typev
 

Detailed Description

Definition at line 784 of file autoarts.h.

Member Typedef Documentation

◆ type

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

Definition at line 785 of file autoarts.h.

Constructor & Destructor Documentation

◆ ArrayOfStokesVector() [1/3]

ARTS::Var::ArrayOfStokesVector::ArrayOfStokesVector ( )
inlinenoexcept

Definition at line 789 of file autoarts.h.

◆ ArrayOfStokesVector() [2/3]

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

Definition at line 790 of file autoarts.h.

◆ ~ArrayOfStokesVector()

ARTS::Var::ArrayOfStokesVector::~ArrayOfStokesVector ( )
inlinenoexcept

Definition at line 791 of file autoarts.h.

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

◆ ArrayOfStokesVector() [3/3]

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

Definition at line 792 of file autoarts.h.

Member Function Documentation

◆ islast()

◆ isnull()

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

Definition at line 797 of file autoarts.h.

References v.

Referenced by ~ArrayOfStokesVector().

◆ name()

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

Definition at line 799 of file autoarts.h.

References p, and Workspace::wsv_data.

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

◆ operator=()

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

Definition at line 795 of file autoarts.h.

References value().

◆ pos()

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

◆ value() [1/2]

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

Definition at line 794 of file autoarts.h.

References v.

◆ value() [2/2]

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

Member Data Documentation

◆ p

std::size_t ARTS::Var::ArrayOfStokesVector::p
private

Definition at line 786 of file autoarts.h.

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

◆ v

type* ARTS::Var::ArrayOfStokesVector::v
private

Definition at line 787 of file autoarts.h.

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


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