eckit::Longitude class

Base classes

class Coord

Constructors, destructors, conversion operators

Longitude(double l = 0)

Public functions

auto operator+(const Coord& other) const -> Coord
auto operator+=(const Coord& other) -> Coord&
auto operator==(const Coord& other) const -> bool
auto operator<(const Coord& other) const -> bool
auto operator<=(const Coord& other) const -> bool
auto operator>(const Coord& other) const -> bool
auto operator>=(const Coord& other) const -> bool
void print(std::ostream& s) const
void dump(DumpLoad&) const
void load(DumpLoad&)
auto value() -> double