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

◆ help() [1/2]

void datrw::oasciistream::help ( std::ostream &  os = std::cout)
static

Definition at line 73 of file oasciistream.cc.

References DATRW_OASCIISTREAM_CC_VERSION.

Referenced by main(), and datrw::online_help().

74  {
75  os <<
76  std::endl <<
77  "ASCII writing functions" << std::endl <<
78  "-----------------------" << std::endl <<
79  DATRW_OASCIISTREAM_CC_VERSION << std::endl <<
80  std::endl;
81  os <<
82  "Valid format modifiers are:\n";
83  formatmodifiers::ModifierHelp mh(os, 17);
84  mh("precision", "n") <<
85  "Set number of significant digits to \"n\" for\n";
86  mh() << "float and double format output.\n";
87  } // void oasciistream::help(std::ostream& os=std::cout)
#define DATRW_OASCIISTREAM_CC_VERSION
Definition: oasciistream.cc:37
Here is the caller graph for this function: