atlas  0.6
Namespaces | Functions
basic_io_def.h File Reference
#include <iostream>
Include dependency graph for basic_io_def.h:
This graph shows which files directly or indirectly include this file:

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)