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

#include <autoarts.h>

Public Member Functions

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

Private Attributes

std::size_t p
 
typev
 

Detailed Description

Definition at line 910 of file autoarts.h.

Member Typedef Documentation

◆ type

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

Definition at line 911 of file autoarts.h.

Constructor & Destructor Documentation

◆ ArrayOfTensor7() [1/3]

ARTS::Var::ArrayOfTensor7::ArrayOfTensor7 ( )
inlinenoexcept

Definition at line 915 of file autoarts.h.

◆ ArrayOfTensor7() [2/3]

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

Definition at line 916 of file autoarts.h.

◆ ~ArrayOfTensor7()

ARTS::Var::ArrayOfTensor7::~ArrayOfTensor7 ( )
inlinenoexcept

Definition at line 917 of file autoarts.h.

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

◆ ArrayOfTensor7() [3/3]

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

Definition at line 918 of file autoarts.h.

Member Function Documentation

◆ islast()

◆ isnull()

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

Definition at line 923 of file autoarts.h.

References v.

Referenced by ~ArrayOfTensor7().

◆ name()

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

Definition at line 925 of file autoarts.h.

References p, and Workspace::wsv_data.

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

◆ operator=()

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

Definition at line 921 of file autoarts.h.

References value().

◆ pos()

◆ value() [1/2]

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

Definition at line 920 of file autoarts.h.

References v.

◆ value() [2/2]

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

Member Data Documentation

◆ p

std::size_t ARTS::Var::ArrayOfTensor7::p
private

Definition at line 912 of file autoarts.h.

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

◆ v

type* ARTS::Var::ArrayOfTensor7::v
private

Definition at line 913 of file autoarts.h.

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


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