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

#include <autoarts.h>

Public Member Functions

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

Private Attributes

std::size_t p
 
typev
 

Detailed Description

Definition at line 874 of file autoarts.h.

Member Typedef Documentation

◆ type

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

Definition at line 875 of file autoarts.h.

Constructor & Destructor Documentation

◆ ArrayOfTensor5() [1/3]

ARTS::Var::ArrayOfTensor5::ArrayOfTensor5 ( )
inlinenoexcept

Definition at line 879 of file autoarts.h.

◆ ArrayOfTensor5() [2/3]

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

Definition at line 880 of file autoarts.h.

◆ ~ArrayOfTensor5()

ARTS::Var::ArrayOfTensor5::~ArrayOfTensor5 ( )
inlinenoexcept

Definition at line 881 of file autoarts.h.

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

◆ ArrayOfTensor5() [3/3]

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

Definition at line 882 of file autoarts.h.

Member Function Documentation

◆ islast()

◆ isnull()

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

Definition at line 887 of file autoarts.h.

References v.

Referenced by ~ArrayOfTensor5().

◆ name()

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

Definition at line 889 of file autoarts.h.

References p, and Workspace::wsv_data.

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

◆ operator=()

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

Definition at line 885 of file autoarts.h.

References value().

◆ pos()

◆ value() [1/2]

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

Definition at line 884 of file autoarts.h.

References v.

◆ value() [2/2]

Member Data Documentation

◆ p

std::size_t ARTS::Var::ArrayOfTensor5::p
private

Definition at line 876 of file autoarts.h.

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

◆ v

type* ARTS::Var::ArrayOfTensor5::v
private

Definition at line 877 of file autoarts.h.

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


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