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

◆ osustream()

datrw::osustream::osustream ( std::ostream &  os,
const std::string &  modifier = "",
const bool &  debug = false 
)

Definition at line 58 of file osustream.cc.

References DATRW_debug, datrw::odatstream::Mdebug, Mheadercontrol, and datrw::su::outputmodifiers().

60  :
61  Tbase(os, Ffloat, false, false, true, true, debug),
62  Mitrace(0)
63  {
64  DATRW_debug(Mdebug, "osustream::osustream",
65  "new instance established");
66  // evaluate format modifiers
68  } // osustream::osustream(std::ostream& os, const bool& debug)
unsigned int Mitrace
Definition: su.h:115
bool debug()
indicate debug mode
Definition: datwrite.h:145
odatstream Tbase
Definition: su.h:102
#define DATRW_debug(C, N, M)
produce debug output
Definition: debug.h:50
bool Mdebug
global debug flag
Definition: datwrite.h:197
datrw::su::options::SUHeaderControl Mheadercontrol
Definition: su.h:116
options::SUHeaderControl outputmodifiers(const std::string &modifier, const bool &debug)
evaluate output stream format modifiers
Definition: suformat.cc:122
Here is the call graph for this function: