ARTS
2.4.0(git:4fb77825)
|
#include <autoarts.h>
Public Member Functions | |
CIARecord () noexcept | |
CIARecord (std::size_t i, void *x) noexcept | |
~CIARecord () noexcept | |
CIARecord (const type &val) noexcept | |
type & | value () noexcept |
const type & | value () const noexcept |
CIARecord & | operator= (const type &t) noexcept |
std::size_t | pos () const noexcept |
bool | isnull () const noexcept |
bool | islast () const noexcept |
const Group::String & | name () const noexcept |
Private Types | |
using | type = Group::CIARecord |
Private Attributes | |
std::size_t | p |
type * | v |
Definition at line 1000 of file autoarts.h.
|
private |
Definition at line 1001 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1005 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1006 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1007 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1008 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1014 of file autoarts.h.
Referenced by ARTS::AgendaMethod::CIARecordReadFromFile(), ARTS::Method::CIARecordReadFromFile(), ARTS::AgendaMethod::Copy(), ARTS::Method::Copy(), ARTS::AgendaMethod::Delete(), ARTS::Method::Delete(), ARTS::AgendaMethod::Ignore(), ARTS::AgendaMethod::Touch(), ARTS::Method::Touch(), and ~CIARecord().
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 1015 of file autoarts.h.
References p, and Workspace::wsv_data.
Referenced by ARTS::Method::Copy(), and ARTS::Method::Delete().
Definition at line 1011 of file autoarts.h.
References value().
|
inlinenoexcept |
Definition at line 1012 of file autoarts.h.
References p.
Referenced by ARTS::AgendaMethod::CIARecordReadFromFile(), ARTS::AgendaMethod::Copy(), ARTS::AgendaMethod::Delete(), ARTS::AgendaMethod::Ignore(), and ARTS::AgendaMethod::Touch().
|
inlinenoexcept |
Definition at line 1010 of file autoarts.h.
References v.
|
inlinenoexcept |
Definition at line 1009 of file autoarts.h.
References v.
Referenced by ARTS::Method::CIARecordReadFromFile(), ARTS::Method::Copy(), ARTS::Method::Delete(), ARTS::Method::Ignore(), operator=(), and ARTS::Method::Touch().
|
private |
Definition at line 1002 of file autoarts.h.
|
private |
Definition at line 1003 of file autoarts.h.
Referenced by isnull(), value(), and ~CIARecord().