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

#include <autoarts.h>

Public Member Functions

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

Private Attributes

std::size_t p
 
typev
 

Detailed Description

Definition at line 928 of file autoarts.h.

Member Typedef Documentation

◆ type

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

Definition at line 929 of file autoarts.h.

Constructor & Destructor Documentation

◆ ArrayOfTime() [1/3]

ARTS::Var::ArrayOfTime::ArrayOfTime ( )
inlinenoexcept

Definition at line 933 of file autoarts.h.

◆ ArrayOfTime() [2/3]

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

Definition at line 934 of file autoarts.h.

◆ ~ArrayOfTime()

ARTS::Var::ArrayOfTime::~ArrayOfTime ( )
inlinenoexcept

Definition at line 935 of file autoarts.h.

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

◆ ArrayOfTime() [3/3]

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

Definition at line 936 of file autoarts.h.

Member Function Documentation

◆ islast()

◆ isnull()

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

Definition at line 941 of file autoarts.h.

References v.

Referenced by ~ArrayOfTime().

◆ name()

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

Definition at line 943 of file autoarts.h.

References p, and Workspace::wsv_data.

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

◆ operator=()

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

Definition at line 939 of file autoarts.h.

References value().

◆ pos()

◆ value() [1/2]

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

Definition at line 938 of file autoarts.h.

References v.

◆ value() [2/2]

Member Data Documentation

◆ p

std::size_t ARTS::Var::ArrayOfTime::p
private

Definition at line 930 of file autoarts.h.

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

◆ v

type* ARTS::Var::ArrayOfTime::v
private

Definition at line 931 of file autoarts.h.

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


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