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

◆ oanystream() [2/3]

datrw::oanystream::oanystream ( std::ostream &  os,
const std::string &  format,
const bool &  debug = false 
)

This constructor accepts format modifiers.

Definition at line 73 of file writeany.cc.

References debug(), and open().

75  {
76  this->open(os, format, debug);
77  }
bool debug()
indicate debug mode
Definition: writeany.h:99
void open(std::ostream &os, std::string format, const bool &debug=false)
actually open stream (to be called by constructor)
Definition: writeany.cc:81
Here is the call graph for this function: