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

#include <autoarts.h>

Public Member Functions

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

Private Attributes

std::size_t p
 
typev
 

Detailed Description

Definition at line 766 of file autoarts.h.

Member Typedef Documentation

◆ type

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

Definition at line 767 of file autoarts.h.

Constructor & Destructor Documentation

◆ ArrayOfSparse() [1/3]

ARTS::Var::ArrayOfSparse::ArrayOfSparse ( )
inlinenoexcept

Definition at line 771 of file autoarts.h.

◆ ArrayOfSparse() [2/3]

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

Definition at line 772 of file autoarts.h.

◆ ~ArrayOfSparse()

ARTS::Var::ArrayOfSparse::~ArrayOfSparse ( )
inlinenoexcept

Definition at line 773 of file autoarts.h.

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

◆ ArrayOfSparse() [3/3]

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

Definition at line 774 of file autoarts.h.

Member Function Documentation

◆ islast()

◆ isnull()

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

Definition at line 779 of file autoarts.h.

References v.

Referenced by ~ArrayOfSparse().

◆ name()

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

Definition at line 781 of file autoarts.h.

References p, and Workspace::wsv_data.

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

◆ operator=()

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

Definition at line 777 of file autoarts.h.

References value().

◆ pos()

◆ value() [1/2]

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

Definition at line 776 of file autoarts.h.

References v.

◆ value() [2/2]

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

Member Data Documentation

◆ p

std::size_t ARTS::Var::ArrayOfSparse::p
private

Definition at line 768 of file autoarts.h.

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

◆ v

type* ARTS::Var::ArrayOfSparse::v
private

Definition at line 769 of file autoarts.h.

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


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