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

#include <autoarts.h>

Public Member Functions

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

Private Attributes

std::size_t p
 
typev
 

Detailed Description

Definition at line 172 of file autoarts.h.

Member Typedef Documentation

◆ type

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

Definition at line 173 of file autoarts.h.

Constructor & Destructor Documentation

◆ ArrayOfAgenda() [1/3]

ARTS::Var::ArrayOfAgenda::ArrayOfAgenda ( )
inlinenoexcept

Definition at line 177 of file autoarts.h.

◆ ArrayOfAgenda() [2/3]

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

Definition at line 178 of file autoarts.h.

◆ ~ArrayOfAgenda()

ARTS::Var::ArrayOfAgenda::~ArrayOfAgenda ( )
inlinenoexcept

Definition at line 179 of file autoarts.h.

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

◆ ArrayOfAgenda() [3/3]

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

Definition at line 180 of file autoarts.h.

Member Function Documentation

◆ islast()

◆ isnull()

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

Definition at line 185 of file autoarts.h.

References v.

Referenced by ~ArrayOfAgenda().

◆ name()

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

Definition at line 187 of file autoarts.h.

References p, and Workspace::wsv_data.

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

◆ operator=()

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

Definition at line 183 of file autoarts.h.

References value().

◆ pos()

◆ value() [1/2]

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

Definition at line 182 of file autoarts.h.

References v.

◆ value() [2/2]

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

Member Data Documentation

◆ p

std::size_t ARTS::Var::ArrayOfAgenda::p
private

Definition at line 174 of file autoarts.h.

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

◆ v

type* ARTS::Var::ArrayOfAgenda::v
private

Definition at line 175 of file autoarts.h.

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


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