DATRW++ library: seismic data I/O with multiple formats
API: Write any format

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 >
oanystreamdatrw::operator<< (oanystream &os, const C &c)
 general output operator More...
 

Detailed Description

General module to access all output stream types.