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

◆ ogsestream()

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

Definition at line 188 of file osffstream.cc.

References DATRW_debug, datrw::Fint, datrw::odatstream::Mdebug, datrw::osffstream::Mnormmode, and datrw::odatstream::setdatatype().

188  :
189  Tbase(os, "", debug)
190  {
191  Mnormmode=::sff::NM_one;
192  DATRW_debug(Mdebug, "ogsestream::ogsestream",
193  "new instance established");
194  this->setdatatype(Fint);
195  } // ogsestream::ogsestream(std::ostream& os, const bool& debug)
void setdatatype(const Edatatype &daty)
Definition: datwrite.h:191
bool debug()
indicate debug mode
Definition: datwrite.h:145
osffstream Tbase
Definition: sff.h:138
#define DATRW_debug(C, N, M)
produce debug output
Definition: debug.h:50
::sff::Enormmode Mnormmode
Definition: sff.h:127
bool Mdebug
global debug flag
Definition: datwrite.h:197
Here is the call graph for this function: