class
#include <eckit/types/Coord.h>
Coord
Derived classes
Constructors, destructors, conversion operators
Public functions
- auto operator=(const Coord& other) -> Coord&
- 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
Friends
-
auto operator<<(std::
ostream& s, const Coord& x) -> std:: ostream& - auto operator>>(Stream& s, Coord& x) -> Stream&