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

#include <autoarts.h>

Public Member Functions

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

Private Attributes

std::size_t p
 
typev
 

Detailed Description

Definition at line 1576 of file autoarts.h.

Member Typedef Documentation

◆ type

Definition at line 1577 of file autoarts.h.

Constructor & Destructor Documentation

◆ Tensor7() [1/3]

ARTS::Var::Tensor7::Tensor7 ( )
inlinenoexcept

Definition at line 1581 of file autoarts.h.

◆ Tensor7() [2/3]

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

Definition at line 1582 of file autoarts.h.

◆ ~Tensor7()

ARTS::Var::Tensor7::~Tensor7 ( )
inlinenoexcept

Definition at line 1583 of file autoarts.h.

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

◆ Tensor7() [3/3]

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

Definition at line 1584 of file autoarts.h.

Member Function Documentation

◆ islast()

◆ isnull()

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

Definition at line 1589 of file autoarts.h.

References v.

Referenced by ~Tensor7().

◆ name()

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

Definition at line 1591 of file autoarts.h.

References p, and Workspace::wsv_data.

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

◆ operator=()

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

Definition at line 1587 of file autoarts.h.

References value().

◆ pos()

◆ value() [1/2]

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

Definition at line 1586 of file autoarts.h.

References v.

◆ value() [2/2]

Member Data Documentation

◆ p

std::size_t ARTS::Var::Tensor7::p
private

Definition at line 1578 of file autoarts.h.

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

◆ v

type* ARTS::Var::Tensor7::v
private

Definition at line 1579 of file autoarts.h.

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


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