![]() |
atlas
0.6
|
#include <iostream>

Go to the source code of this file.
Namespaces | |
| atlas | |
| atlas::basic_io | |
Functions | |
| template<typename I > | |
| std::ostream & | atlas::basic_io::seqPrint (std::ostream &, const I &, const I &, const char *sep=",", const char *pre="", const char *post="") |
| template<unsigned int n> | |
| unsigned long long | atlas::basic_io::read_bytes (std::istream &in) |
| template<> | |
| unsigned long long | atlas::basic_io::read_bytes< 1 > (std::istream &in) |
| template<unsigned int n> | |
| void | atlas::basic_io::write_bytes (unsigned long long val, std::ostream &out) |
| template<> | |
| void | atlas::basic_io::write_bytes< 1 > (unsigned long long val, std::ostream &out) |
1.8.11