ARTS
2.4.0(git:4fb77825)
|
#include <autoarts.h>
Public Member Functions | |
ArrayOfTensor5 () noexcept | |
ArrayOfTensor5 (std::size_t i, void *x) noexcept | |
~ArrayOfTensor5 () noexcept | |
ArrayOfTensor5 (const type &val) noexcept | |
type & | value () noexcept |
const type & | value () const noexcept |
ArrayOfTensor5 & | 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::ArrayOfTensor5 |
Private Attributes | |
std::size_t | p |
type * | v |
Definition at line 874 of file autoarts.h.
|
private |
Definition at line 875 of file autoarts.h.
|
inlinenoexcept |
Definition at line 879 of file autoarts.h.
|
inlinenoexcept |
Definition at line 880 of file autoarts.h.
|
inlinenoexcept |
Definition at line 881 of file autoarts.h.
|
inlinenoexcept |
Definition at line 882 of file autoarts.h.
|
inlinenoexcept |
Definition at line 888 of file autoarts.h.
Referenced by ARTS::AgendaMethod::Copy(), ARTS::Method::Copy(), ARTS::AgendaMethod::Delete(), ARTS::Method::Delete(), ARTS::AgendaMethod::Flatten(), ARTS::AgendaMethod::Ignore(), ARTS::AgendaMethod::IndexSetToLast(), ARTS::AgendaMethod::nelemGet(), ARTS::AgendaMethod::Select(), ARTS::Method::Select(), ARTS::AgendaMethod::Touch(), ARTS::Method::Touch(), and ~ArrayOfTensor5().
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 889 of file autoarts.h.
References p, and Workspace::wsv_data.
Referenced by ARTS::Method::Copy(), and ARTS::Method::Delete().
|
inlinenoexcept |
Definition at line 885 of file autoarts.h.
References value().
|
inlinenoexcept |
Definition at line 886 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(), and ARTS::AgendaMethod::Touch().
|
inlinenoexcept |
Definition at line 884 of file autoarts.h.
References v.
|
inlinenoexcept |
Definition at line 883 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(), and ARTS::Method::Touch().
|
private |
Definition at line 876 of file autoarts.h.
|
private |
Definition at line 877 of file autoarts.h.
Referenced by isnull(), value(), and ~ArrayOfTensor5().