DATRW++ library: seismic data I/O with multiple formats
|
General module to access all output stream types. More...
Classes | |
class | datrw::oanystream |
Class to write any type of data file. More... | |
Macros | |
#define | ANYDELEGATE(function) function() const { return(Mos->function()); } |
Delegate member function to underlying output stream. More... | |
Functions | |
template<class C > | |
oanystream & | datrw::operator<< (oanystream &os, const C &c) |
general output operator More... | |
General module to access all output stream types.