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

#include <autoarts.h>

Public Member Functions

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

Private Attributes

std::size_t p
 
typev
 

Detailed Description

Definition at line 1288 of file autoarts.h.

Member Typedef Documentation

◆ type

Definition at line 1289 of file autoarts.h.

Constructor & Destructor Documentation

◆ Ppath() [1/3]

ARTS::Var::Ppath::Ppath ( )
inlinenoexcept

Definition at line 1293 of file autoarts.h.

◆ Ppath() [2/3]

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

Definition at line 1294 of file autoarts.h.

◆ ~Ppath()

ARTS::Var::Ppath::~Ppath ( )
inlinenoexcept

Definition at line 1295 of file autoarts.h.

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

◆ Ppath() [3/3]

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

Definition at line 1296 of file autoarts.h.

Member Function Documentation

◆ islast()

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

◆ isnull()

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

Definition at line 1301 of file autoarts.h.

References v.

Referenced by ~Ppath().

◆ name()

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

Definition at line 1303 of file autoarts.h.

References p, and Workspace::wsv_data.

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

◆ operator=()

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

Definition at line 1299 of file autoarts.h.

References value().

◆ pos()

◆ value() [1/2]

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

Definition at line 1298 of file autoarts.h.

References v.

◆ value() [2/2]

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

Member Data Documentation

◆ p

std::size_t ARTS::Var::Ppath::p
private

Definition at line 1290 of file autoarts.h.

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

◆ v

type* ARTS::Var::Ppath::v
private

Definition at line 1291 of file autoarts.h.

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


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