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

#include <autoarts.h>

Public Member Functions

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

Private Attributes

std::size_t p
 
typev
 

Detailed Description

Definition at line 1000 of file autoarts.h.

Member Typedef Documentation

◆ type

Definition at line 1001 of file autoarts.h.

Constructor & Destructor Documentation

◆ CIARecord() [1/3]

ARTS::Var::CIARecord::CIARecord ( )
inlinenoexcept

Definition at line 1005 of file autoarts.h.

◆ CIARecord() [2/3]

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

Definition at line 1006 of file autoarts.h.

◆ ~CIARecord()

ARTS::Var::CIARecord::~CIARecord ( )
inlinenoexcept

Definition at line 1007 of file autoarts.h.

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

◆ CIARecord() [3/3]

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

Definition at line 1008 of file autoarts.h.

Member Function Documentation

◆ islast()

◆ isnull()

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

Definition at line 1013 of file autoarts.h.

References v.

Referenced by ~CIARecord().

◆ name()

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

Definition at line 1015 of file autoarts.h.

References p, and Workspace::wsv_data.

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

◆ operator=()

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

Definition at line 1011 of file autoarts.h.

References value().

◆ pos()

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

◆ value() [1/2]

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

Definition at line 1010 of file autoarts.h.

References v.

◆ value() [2/2]

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

Member Data Documentation

◆ p

std::size_t ARTS::Var::CIARecord::p
private

Definition at line 1002 of file autoarts.h.

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

◆ v

type* ARTS::Var::CIARecord::v
private

Definition at line 1003 of file autoarts.h.

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


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