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

#include <autoarts.h>

Public Member Functions

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

Private Attributes

std::size_t p
 
typev
 

Detailed Description

Definition at line 1234 of file autoarts.h.

Member Typedef Documentation

◆ type

Definition at line 1235 of file autoarts.h.

Constructor & Destructor Documentation

◆ MCAntenna() [1/3]

ARTS::Var::MCAntenna::MCAntenna ( )
inlinenoexcept

Definition at line 1239 of file autoarts.h.

◆ MCAntenna() [2/3]

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

Definition at line 1240 of file autoarts.h.

◆ ~MCAntenna()

ARTS::Var::MCAntenna::~MCAntenna ( )
inlinenoexcept

Definition at line 1241 of file autoarts.h.

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

◆ MCAntenna() [3/3]

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

Definition at line 1242 of file autoarts.h.

Member Function Documentation

◆ islast()

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

◆ isnull()

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

Definition at line 1247 of file autoarts.h.

References v.

Referenced by ~MCAntenna().

◆ name()

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

Definition at line 1249 of file autoarts.h.

References p, and Workspace::wsv_data.

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

◆ operator=()

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

Definition at line 1245 of file autoarts.h.

References value().

◆ pos()

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

◆ value() [1/2]

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

Definition at line 1244 of file autoarts.h.

References v.

◆ value() [2/2]

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

Member Data Documentation

◆ p

std::size_t ARTS::Var::MCAntenna::p
private

Definition at line 1236 of file autoarts.h.

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

◆ v

type* ARTS::Var::MCAntenna::v
private

Definition at line 1237 of file autoarts.h.

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


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