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

#include <autoarts.h>

Public Member Functions

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

Private Attributes

std::size_t p
 
typev
 

Detailed Description

Definition at line 604 of file autoarts.h.

Member Typedef Documentation

◆ type

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

Definition at line 605 of file autoarts.h.

Constructor & Destructor Documentation

◆ ArrayOfIndex() [1/3]

ARTS::Var::ArrayOfIndex::ArrayOfIndex ( )
inlinenoexcept

Definition at line 609 of file autoarts.h.

◆ ArrayOfIndex() [2/3]

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

Definition at line 610 of file autoarts.h.

◆ ~ArrayOfIndex()

ARTS::Var::ArrayOfIndex::~ArrayOfIndex ( )
inlinenoexcept

Definition at line 611 of file autoarts.h.

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

◆ ArrayOfIndex() [3/3]

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

Definition at line 612 of file autoarts.h.

Member Function Documentation

◆ islast()

◆ isnull()

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

Definition at line 617 of file autoarts.h.

References v.

Referenced by ~ArrayOfIndex().

◆ name()

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

Definition at line 619 of file autoarts.h.

References p, and Workspace::wsv_data.

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

◆ operator=()

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

Definition at line 615 of file autoarts.h.

References value().

◆ pos()

◆ value() [1/2]

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

Definition at line 614 of file autoarts.h.

References v.

◆ value() [2/2]

Member Data Documentation

◆ p

std::size_t ARTS::Var::ArrayOfIndex::p
private

Definition at line 606 of file autoarts.h.

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

◆ v

type* ARTS::Var::ArrayOfIndex::v
private

Definition at line 607 of file autoarts.h.

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


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