ARTS
2.4.0(git:4fb77825)
|
#include <autoarts.h>
Public Member Functions | |
ArrayOfIndex () noexcept | |
ArrayOfIndex (std::size_t i, void *x) noexcept | |
~ArrayOfIndex () noexcept | |
ArrayOfIndex (const type &val) noexcept | |
type & | value () noexcept |
const type & | value () const noexcept |
ArrayOfIndex & | 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::ArrayOfIndex |
Private Attributes | |
std::size_t | p |
type * | v |
Definition at line 604 of file autoarts.h.
|
private |
Definition at line 605 of file autoarts.h.
|
inlinenoexcept |
Definition at line 609 of file autoarts.h.
|
inlinenoexcept |
Definition at line 610 of file autoarts.h.
|
inlinenoexcept |
Definition at line 611 of file autoarts.h.
|
inlinenoexcept |
Definition at line 612 of file autoarts.h.
|
inlinenoexcept |
Definition at line 618 of file autoarts.h.
Referenced by ARTS::AgendaMethod::ArrayOfIndexLinSpace(), ARTS::Method::ArrayOfIndexLinSpace(), ARTS::AgendaMethod::ArrayOfIndexSet(), ARTS::Method::ArrayOfIndexSet(), ARTS::AgendaMethod::ArrayOfIndexSetConstant(), ARTS::Method::ArrayOfIndexSetConstant(), ARTS::AgendaMethod::Copy(), ARTS::Method::Copy(), ARTS::AgendaMethod::Delete(), ARTS::Method::Delete(), ARTS::AgendaMethod::Extract(), ARTS::Method::Extract(), ARTS::AgendaMethod::Ignore(), ARTS::AgendaMethod::IndexSetToLast(), ARTS::AgendaMethod::nelemGet(), ARTS::AgendaMethod::Select(), ARTS::Method::Select(), ARTS::AgendaMethod::Touch(), ARTS::Method::Touch(), and ~ArrayOfIndex().
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 619 of file autoarts.h.
References p, and Workspace::wsv_data.
Referenced by ARTS::Method::Copy(), and ARTS::Method::Delete().
|
inlinenoexcept |
Definition at line 615 of file autoarts.h.
References value().
|
inlinenoexcept |
Definition at line 616 of file autoarts.h.
References p.
Referenced by ARTS::AgendaMethod::ArrayOfIndexLinSpace(), ARTS::AgendaMethod::ArrayOfIndexSet(), ARTS::AgendaMethod::ArrayOfIndexSetConstant(), ARTS::AgendaMethod::Copy(), ARTS::AgendaMethod::Delete(), ARTS::AgendaMethod::Extract(), ARTS::AgendaMethod::Ignore(), ARTS::AgendaMethod::IndexSetToLast(), ARTS::AgendaMethod::nelemGet(), ARTS::AgendaMethod::Select(), and ARTS::AgendaMethod::Touch().
|
inlinenoexcept |
Definition at line 614 of file autoarts.h.
References v.
|
inlinenoexcept |
Definition at line 613 of file autoarts.h.
References v.
Referenced by ARTS::Method::ArrayOfIndexLinSpace(), ARTS::AgendaMethod::ArrayOfIndexSet(), ARTS::Method::ArrayOfIndexSet(), ARTS::Method::ArrayOfIndexSetConstant(), ARTS::Method::Copy(), ARTS::Method::Delete(), ARTS::Method::Extract(), ARTS::Method::Ignore(), ARTS::Method::IndexSetToLast(), ARTS::Method::nelemGet(), operator=(), ARTS::Method::Select(), and ARTS::Method::Touch().
|
private |
Definition at line 606 of file autoarts.h.
|
private |
Definition at line 607 of file autoarts.h.
Referenced by isnull(), value(), and ~ArrayOfIndex().