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

#include <autoarts.h>

Public Member Functions

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

Private Attributes

std::size_t p
 
typev
 

Detailed Description

Definition at line 442 of file autoarts.h.

Member Typedef Documentation

◆ type

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

Definition at line 443 of file autoarts.h.

Constructor & Destructor Documentation

◆ ArrayOfArrayOfTensor6() [1/3]

ARTS::Var::ArrayOfArrayOfTensor6::ArrayOfArrayOfTensor6 ( )
inlinenoexcept

Definition at line 447 of file autoarts.h.

◆ ArrayOfArrayOfTensor6() [2/3]

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

Definition at line 448 of file autoarts.h.

◆ ~ArrayOfArrayOfTensor6()

ARTS::Var::ArrayOfArrayOfTensor6::~ArrayOfArrayOfTensor6 ( )
inlinenoexcept

Definition at line 449 of file autoarts.h.

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

◆ ArrayOfArrayOfTensor6() [3/3]

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

Definition at line 450 of file autoarts.h.

Member Function Documentation

◆ islast()

◆ isnull()

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

Definition at line 455 of file autoarts.h.

References v.

Referenced by ~ArrayOfArrayOfTensor6().

◆ name()

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

Definition at line 457 of file autoarts.h.

References p, and Workspace::wsv_data.

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

◆ operator=()

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

Definition at line 453 of file autoarts.h.

References value().

◆ pos()

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

◆ value() [1/2]

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

Definition at line 452 of file autoarts.h.

References v.

◆ value() [2/2]

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

Member Data Documentation

◆ p

std::size_t ARTS::Var::ArrayOfArrayOfTensor6::p
private

Definition at line 444 of file autoarts.h.

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

◆ v

type* ARTS::Var::ArrayOfArrayOfTensor6::v
private

Definition at line 445 of file autoarts.h.

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


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