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

#include <autoarts.h>

Public Member Functions

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

Private Attributes

std::size_t p
 
typev
 

Detailed Description

Definition at line 1090 of file autoarts.h.

Member Typedef Documentation

◆ type

Definition at line 1091 of file autoarts.h.

Constructor & Destructor Documentation

◆ GriddedField1() [1/3]

ARTS::Var::GriddedField1::GriddedField1 ( )
inlinenoexcept

Definition at line 1095 of file autoarts.h.

◆ GriddedField1() [2/3]

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

Definition at line 1096 of file autoarts.h.

◆ ~GriddedField1()

ARTS::Var::GriddedField1::~GriddedField1 ( )
inlinenoexcept

Definition at line 1097 of file autoarts.h.

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

◆ GriddedField1() [3/3]

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

Definition at line 1098 of file autoarts.h.

Member Function Documentation

◆ islast()

◆ isnull()

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

Definition at line 1103 of file autoarts.h.

References v.

Referenced by ~GriddedField1().

◆ name()

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

Definition at line 1105 of file autoarts.h.

References p, and Workspace::wsv_data.

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

◆ operator=()

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

Definition at line 1101 of file autoarts.h.

References value().

◆ pos()

std::size_t ARTS::Var::GriddedField1::pos ( ) const
inlinenoexcept

◆ value() [1/2]

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

Definition at line 1100 of file autoarts.h.

References v.

◆ value() [2/2]

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

Member Data Documentation

◆ p

std::size_t ARTS::Var::GriddedField1::p
private

Definition at line 1092 of file autoarts.h.

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

◆ v

type* ARTS::Var::GriddedField1::v
private

Definition at line 1093 of file autoarts.h.

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


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