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

#include <autoarts.h>

Public Member Functions

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

Private Attributes

std::size_t p
 
typev
 

Detailed Description

Definition at line 1036 of file autoarts.h.

Member Typedef Documentation

◆ type

Definition at line 1037 of file autoarts.h.

Constructor & Destructor Documentation

◆ EnergyLevelMap() [1/3]

ARTS::Var::EnergyLevelMap::EnergyLevelMap ( )
inlinenoexcept

Definition at line 1041 of file autoarts.h.

◆ EnergyLevelMap() [2/3]

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

Definition at line 1042 of file autoarts.h.

◆ ~EnergyLevelMap()

ARTS::Var::EnergyLevelMap::~EnergyLevelMap ( )
inlinenoexcept

Definition at line 1043 of file autoarts.h.

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

◆ EnergyLevelMap() [3/3]

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

Definition at line 1044 of file autoarts.h.

Member Function Documentation

◆ islast()

bool ARTS::Var::EnergyLevelMap::islast ( ) const
inlinenoexcept

◆ isnull()

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

Definition at line 1049 of file autoarts.h.

References v.

Referenced by ~EnergyLevelMap().

◆ name()

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

Definition at line 1051 of file autoarts.h.

References p, and Workspace::wsv_data.

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

◆ operator=()

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

Definition at line 1047 of file autoarts.h.

References value().

◆ pos()

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

◆ value() [1/2]

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

Definition at line 1046 of file autoarts.h.

References v.

◆ value() [2/2]

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

Member Data Documentation

◆ p

std::size_t ARTS::Var::EnergyLevelMap::p
private

Definition at line 1038 of file autoarts.h.

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

◆ v

type* ARTS::Var::EnergyLevelMap::v
private

Definition at line 1039 of file autoarts.h.

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


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