ARTS
2.4.0(git:4fb77825)
|
#include <autoarts.h>
Public Member Functions | |
Rational () noexcept | |
Rational (std::size_t i, void *x) noexcept | |
~Rational () noexcept | |
Rational (const type &val) noexcept | |
type & | value () noexcept |
const type & | value () const noexcept |
Rational & | 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::Rational |
Private Attributes | |
std::size_t | p |
type * | v |
Definition at line 1360 of file autoarts.h.
|
private |
Definition at line 1361 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1365 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1366 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1367 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1368 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1374 of file autoarts.h.
Referenced by ARTS::AgendaMethod::abs_lines_per_speciesSetQuantumNumberForMatch(), ARTS::AgendaMethod::abs_linesSetQuantumNumberForMatch(), ARTS::AgendaMethod::Copy(), ARTS::Method::Copy(), ARTS::AgendaMethod::Delete(), ARTS::Method::Delete(), ARTS::AgendaMethod::Ignore(), ARTS::AgendaMethod::RationalAdd(), ARTS::Method::RationalAdd(), ARTS::AgendaMethod::RationalInvScale(), ARTS::Method::RationalInvScale(), ARTS::AgendaMethod::RationalScale(), ARTS::Method::RationalScale(), ARTS::AgendaMethod::Touch(), ARTS::Method::Touch(), and ~Rational().
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 1375 of file autoarts.h.
References p, and Workspace::wsv_data.
Referenced by ARTS::Method::Copy(), and ARTS::Method::Delete().
Definition at line 1371 of file autoarts.h.
References value().
|
inlinenoexcept |
Definition at line 1372 of file autoarts.h.
References p.
Referenced by ARTS::AgendaMethod::abs_lines_per_speciesSetQuantumNumberForMatch(), ARTS::AgendaMethod::abs_linesSetQuantumNumberForMatch(), ARTS::AgendaMethod::Copy(), ARTS::AgendaMethod::Delete(), ARTS::AgendaMethod::Ignore(), ARTS::AgendaMethod::RationalAdd(), ARTS::AgendaMethod::RationalInvScale(), ARTS::AgendaMethod::RationalScale(), and ARTS::AgendaMethod::Touch().
|
inlinenoexcept |
Definition at line 1370 of file autoarts.h.
References v.
|
inlinenoexcept |
Definition at line 1369 of file autoarts.h.
References v.
Referenced by ARTS::Method::abs_lines_per_speciesSetQuantumNumberForMatch(), ARTS::Method::abs_linesSetQuantumNumberForMatch(), ARTS::Method::Copy(), ARTS::Method::Delete(), ARTS::Method::Ignore(), operator=(), ARTS::Method::RationalAdd(), ARTS::Method::RationalInvScale(), ARTS::Method::RationalScale(), and ARTS::Method::Touch().
|
private |
Definition at line 1362 of file autoarts.h.
|
private |
Definition at line 1363 of file autoarts.h.
Referenced by isnull(), value(), and ~Rational().