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

◆ obinarystream()

datrw::obinarystream::obinarystream ( std::ostream &  os,
const bool &  debug = false 
)

Definition at line 49 of file obinarystream.cc.

References DATRW_debug, and datrw::odatstream::Mdebug.

49  :
50  Tbase(os, Fall, true, true, true, true, debug),
52  //Mobs(os, ::datrw::binary::magic, debug)
53  {
54  DATRW_debug(Mdebug, "obinarystream::obinarystream",
55  "new stream");
56  } // obinarystream::obinarystream(std::ostream& os, const bool& debug=false)
binary::obinstream Mobs
Definition: binary.h:148
odatstream Tbase
Definition: binary.h:132
const char *const magic
magic number to identify file type and bytesex
Definition: binary.cc:53
bool debug()
indicate debug mode
Definition: datwrite.h:145
#define DATRW_debug(C, N, M)
produce debug output
Definition: debug.h:50
bool Mdebug
global debug flag
Definition: datwrite.h:197