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

#include <autoarts.h>

Public Member Functions

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

Private Attributes

std::size_t p
 
typev
 

Detailed Description

Definition at line 568 of file autoarts.h.

Member Typedef Documentation

◆ type

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

Definition at line 569 of file autoarts.h.

Constructor & Destructor Documentation

◆ ArrayOfGriddedField3() [1/3]

ARTS::Var::ArrayOfGriddedField3::ArrayOfGriddedField3 ( )
inlinenoexcept

Definition at line 573 of file autoarts.h.

◆ ArrayOfGriddedField3() [2/3]

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

Definition at line 574 of file autoarts.h.

◆ ~ArrayOfGriddedField3()

ARTS::Var::ArrayOfGriddedField3::~ArrayOfGriddedField3 ( )
inlinenoexcept

Definition at line 575 of file autoarts.h.

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

◆ ArrayOfGriddedField3() [3/3]

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

Definition at line 576 of file autoarts.h.

Member Function Documentation

◆ islast()

◆ isnull()

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

Definition at line 581 of file autoarts.h.

References v.

Referenced by ~ArrayOfGriddedField3().

◆ name()

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

Definition at line 583 of file autoarts.h.

References p, and Workspace::wsv_data.

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

◆ operator=()

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

Definition at line 579 of file autoarts.h.

References value().

◆ pos()

◆ value() [1/2]

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

Definition at line 578 of file autoarts.h.

References v.

◆ value() [2/2]

Member Data Documentation

◆ p

std::size_t ARTS::Var::ArrayOfGriddedField3::p
private

Definition at line 570 of file autoarts.h.

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

◆ v

type* ARTS::Var::ArrayOfGriddedField3::v
private

Definition at line 571 of file autoarts.h.

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


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