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

#include <autoarts.h>

Public Member Functions

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

Private Attributes

std::size_t p
 
typev
 

Detailed Description

Definition at line 1540 of file autoarts.h.

Member Typedef Documentation

◆ type

Definition at line 1541 of file autoarts.h.

Constructor & Destructor Documentation

◆ Tensor5() [1/3]

ARTS::Var::Tensor5::Tensor5 ( )
inlinenoexcept

Definition at line 1545 of file autoarts.h.

◆ Tensor5() [2/3]

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

Definition at line 1546 of file autoarts.h.

◆ ~Tensor5()

ARTS::Var::Tensor5::~Tensor5 ( )
inlinenoexcept

Definition at line 1547 of file autoarts.h.

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

◆ Tensor5() [3/3]

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

Definition at line 1548 of file autoarts.h.

Member Function Documentation

◆ islast()

◆ isnull()

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

Definition at line 1553 of file autoarts.h.

References v.

Referenced by ~Tensor5().

◆ name()

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

Definition at line 1555 of file autoarts.h.

References p, and Workspace::wsv_data.

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

◆ operator=()

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

Definition at line 1551 of file autoarts.h.

References value().

◆ pos()

◆ value() [1/2]

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

Definition at line 1550 of file autoarts.h.

References v.

◆ value() [2/2]

Member Data Documentation

◆ p

std::size_t ARTS::Var::Tensor5::p
private

Definition at line 1542 of file autoarts.h.

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

◆ v

type* ARTS::Var::Tensor5::v
private

Definition at line 1543 of file autoarts.h.

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


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