|
DUDS
|
Distributed Update of Data from Something
|
#include <duds/time/interstellar/Metricform.hpp>#include <duds/time/interstellar/Hectoform.hpp>#include <duds/data/Int128.hpp>#include <iomanip>Go to the source code of this file.
Namespaces | |
| duds | |
| duds::time | |
| Items that deal with time, a surprisingly difficult and annoying subject. | |
| duds::time::interstellar | |
| A first take at implementing an early definition of Interstellar Time. | |
Functions | |
| const duds::data::int128_t | duds::time::interstellar::OneE12 (1000000000000L) |
| const duds::data::int128_t | duds::time::interstellar::OneE15 (1000000000000000L) |
| const duds::data::int128_t | duds::time::interstellar::OneE6 (1000000L) |
| std::ostream & | duds::time::interstellar::operator<< (std::ostream &os, const Metricform &m) |
| Writes the Metricform time in its Human readable format in plain text. More... | |
| std::ostream & | duds::time::interstellar::operator<< (std::ostream &os, const Hectoform &h) |
| Writes the Hectoform time in its Human readable format in plain text. More... | |