DATRW++ library: seismic data I/O with multiple formats

◆ ianystream() [2/3]

datrw::ianystream::ianystream ( std::istream &  is,
const std::string &  format,
const bool &  debug = false 
)

This constructor accepts format modifiers.

Definition at line 154 of file readany.cc.

References debug(), and open().

156  {
157  this->open(is, format, debug);
158  }
bool debug()
indicate debug mode
Definition: readany.h:116
void open(std::istream &os, std::string format, const bool &debug=false)
actually open stream (to be called by constructor)
Definition: readany.cc:162
Here is the call graph for this function: