class
#include <eckit/io/Length.h>
Length
Public types
- using value_t = long long
Constructors, destructors, conversion operators
- Length(long long l = 0)
- Length(const Length& other)
- operator long long() const
Public functions
- auto operator=(const Length& other) -> Length&
- auto operator+(const Length& other) const -> Length
- auto operator+=(const Length& other) -> Length&
- auto operator==(const Length& other) const -> bool
- auto operator<(const Length& other) const -> bool
- auto operator-(const Length& other) const -> long long
- void dump(DumpLoad&) const
- void load(DumpLoad&)
Friends
-
auto operator<<(std::
ostream& s, const Length& x) -> std:: ostream& - auto operator<<(Stream& s, const Length& x) -> Stream&
- auto operator>>(Stream& s, Length& x) -> Stream&