ARTS
2.4.0(git:4fb77825)
|
#include <autoarts.h>
Public Member Functions | |
ArrayOfTime () noexcept | |
ArrayOfTime (std::size_t i, void *x) noexcept | |
~ArrayOfTime () noexcept | |
ArrayOfTime (const type &val) noexcept | |
type & | value () noexcept |
const type & | value () const noexcept |
ArrayOfTime & | 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::ArrayOfTime |
Private Attributes | |
std::size_t | p |
type * | v |
Definition at line 928 of file autoarts.h.
|
private |
Definition at line 929 of file autoarts.h.
|
inlinenoexcept |
Definition at line 933 of file autoarts.h.
|
inlinenoexcept |
Definition at line 934 of file autoarts.h.
|
inlinenoexcept |
Definition at line 935 of file autoarts.h.
|
inlinenoexcept |
Definition at line 936 of file autoarts.h.
|
inlinenoexcept |
Definition at line 942 of file autoarts.h.
Referenced by ARTS::AgendaMethod::Copy(), ARTS::Method::Copy(), ARTS::AgendaMethod::Delete(), ARTS::Method::Delete(), ARTS::AgendaMethod::Flatten(), ARTS::Method::Flatten(), ARTS::AgendaMethod::Ignore(), ARTS::AgendaMethod::IndexSetToLast(), ARTS::AgendaMethod::nelemGet(), ARTS::AgendaMethod::Select(), ARTS::Method::Select(), ARTS::AgendaMethod::time_stampsSort(), ARTS::Method::time_stampsSort(), ARTS::AgendaMethod::Touch(), ARTS::Method::Touch(), and ~ArrayOfTime().
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 943 of file autoarts.h.
References p, and Workspace::wsv_data.
Referenced by ARTS::Method::Copy(), and ARTS::Method::Delete().
|
inlinenoexcept |
Definition at line 939 of file autoarts.h.
References value().
|
inlinenoexcept |
Definition at line 940 of file autoarts.h.
References p.
Referenced by ARTS::AgendaMethod::Copy(), ARTS::AgendaMethod::Delete(), ARTS::AgendaMethod::Flatten(), ARTS::AgendaMethod::Ignore(), ARTS::AgendaMethod::IndexSetToLast(), ARTS::AgendaMethod::nelemGet(), ARTS::AgendaMethod::Select(), ARTS::AgendaMethod::time_stampsSort(), and ARTS::AgendaMethod::Touch().
|
inlinenoexcept |
Definition at line 938 of file autoarts.h.
References v.
|
inlinenoexcept |
Definition at line 937 of file autoarts.h.
References v.
Referenced by ARTS::Method::Copy(), ARTS::Method::Delete(), ARTS::Method::Flatten(), ARTS::Method::Ignore(), ARTS::Method::IndexSetToLast(), ARTS::Method::nelemGet(), operator=(), ARTS::Method::Select(), ARTS::Method::time_stampsSort(), and ARTS::Method::Touch().
|
private |
Definition at line 930 of file autoarts.h.
|
private |
Definition at line 931 of file autoarts.h.
Referenced by isnull(), value(), and ~ArrayOfTime().