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

#include <autoarts.h>

Public Member Functions

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

Private Attributes

std::size_t p
 
typev
 

Detailed Description

Definition at line 514 of file autoarts.h.

Member Typedef Documentation

◆ type

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

Definition at line 515 of file autoarts.h.

Constructor & Destructor Documentation

◆ ArrayOfCIARecord() [1/3]

ARTS::Var::ArrayOfCIARecord::ArrayOfCIARecord ( )
inlinenoexcept

Definition at line 519 of file autoarts.h.

◆ ArrayOfCIARecord() [2/3]

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

Definition at line 520 of file autoarts.h.

◆ ~ArrayOfCIARecord()

ARTS::Var::ArrayOfCIARecord::~ArrayOfCIARecord ( )
inlinenoexcept

Definition at line 521 of file autoarts.h.

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

◆ ArrayOfCIARecord() [3/3]

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

Definition at line 522 of file autoarts.h.

Member Function Documentation

◆ islast()

◆ isnull()

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

Definition at line 527 of file autoarts.h.

References v.

Referenced by ~ArrayOfCIARecord().

◆ name()

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

Definition at line 529 of file autoarts.h.

References p, and Workspace::wsv_data.

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

◆ operator=()

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

Definition at line 525 of file autoarts.h.

References value().

◆ pos()

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

◆ value() [1/2]

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

Definition at line 524 of file autoarts.h.

References v.

◆ value() [2/2]

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

Member Data Documentation

◆ p

std::size_t ARTS::Var::ArrayOfCIARecord::p
private

Definition at line 516 of file autoarts.h.

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

◆ v

type* ARTS::Var::ArrayOfCIARecord::v
private

Definition at line 517 of file autoarts.h.

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


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