amroc/hds/GridDataBlock.ipp File Reference
Implementation of GridDataBlock.
More...
#include <iostream>
#include <fstream>
#include <sstream>
#include <cstdlib>
#include <cassert>
Functions |
template<class Type , int dim> |
std::ostream & | operator<< (std::ostream &os, const GridDataBlock< Type, dim > &gdb) |
template<class Type , int dim> |
std::ofstream & | operator<< (std::ofstream &ofs, const GridDataBlock< Type, dim > &gdb) |
template<class Type , int dim> |
std::ifstream & | operator>> (std::ifstream &ifs, GridDataBlock< Type, dim > &gdb) |
template<class Type , int dim> |
std::stringstream & | operator<< (std::stringstream &ofs, const GridDataBlock< Type, dim > &gdb) |
template<class Type , int dim> |
std::stringstream & | operator>> (std::stringstream &ifs, GridDataBlock< Type, dim > &gdb) |
Detailed Description
Implementation of GridDataBlock.
- Author:
- Ralf Deiterding, Manish Parashar
Function Documentation
template<class Type , int dim>
std::stringstream& operator<< |
( |
std::stringstream & |
ofs, |
|
|
const GridDataBlock< Type, dim > & |
gdb | |
|
) |
| | [inline] |
template<class Type , int dim>
std::ofstream& operator<< |
( |
std::ofstream & |
ofs, |
|
|
const GridDataBlock< Type, dim > & |
gdb | |
|
) |
| | [inline] |
template<class Type , int dim>
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const GridDataBlock< Type, dim > & |
gdb | |
|
) |
| | [inline] |
template<class Type , int dim>
std::stringstream& operator>> |
( |
std::stringstream & |
ifs, |
|
|
GridDataBlock< Type, dim > & |
gdb | |
|
) |
| | [inline] |
template<class Type , int dim>
std::ifstream& operator>> |
( |
std::ifstream & |
ifs, |
|
|
GridDataBlock< Type, dim > & |
gdb | |
|
) |
| | [inline] |