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

#include <autoarts.h>

Public Member Functions

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

Private Attributes

std::size_t p
 
typev
 

Detailed Description

Definition at line 892 of file autoarts.h.

Member Typedef Documentation

◆ type

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

Definition at line 893 of file autoarts.h.

Constructor & Destructor Documentation

◆ ArrayOfTensor6() [1/3]

ARTS::Var::ArrayOfTensor6::ArrayOfTensor6 ( )
inlinenoexcept

Definition at line 897 of file autoarts.h.

◆ ArrayOfTensor6() [2/3]

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

Definition at line 898 of file autoarts.h.

◆ ~ArrayOfTensor6()

ARTS::Var::ArrayOfTensor6::~ArrayOfTensor6 ( )
inlinenoexcept

Definition at line 899 of file autoarts.h.

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

◆ ArrayOfTensor6() [3/3]

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

Definition at line 900 of file autoarts.h.

Member Function Documentation

◆ islast()

◆ isnull()

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

Definition at line 905 of file autoarts.h.

References v.

Referenced by ~ArrayOfTensor6().

◆ name()

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

Definition at line 907 of file autoarts.h.

References p, and Workspace::wsv_data.

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

◆ operator=()

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

Definition at line 903 of file autoarts.h.

References value().

◆ pos()

◆ value() [1/2]

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

Definition at line 902 of file autoarts.h.

References v.

◆ value() [2/2]

Member Data Documentation

◆ p

std::size_t ARTS::Var::ArrayOfTensor6::p
private

Definition at line 894 of file autoarts.h.

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

◆ v

type* ARTS::Var::ArrayOfTensor6::v
private

Definition at line 895 of file autoarts.h.

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


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