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

◆ help() [1/2]

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

Definition at line 260 of file ibinarystream.cc.

References DATRW_IBINARYSTREAM_CC_VERSION.

Referenced by datrw::online_help().

261  {
262  os <<
263  std::endl <<
264  "BINARY reading functions" << std::endl <<
265  "------------------------" << std::endl <<
266  DATRW_IBINARYSTREAM_CC_VERSION << std::endl <<
267  std::endl;
268  os <<
269  "This module reads binary data.\n"
270  "See the output module for further comments.\n"
271  << std::endl;
272  } // void ibinarystream::help(std::ostream& os)
#define DATRW_IBINARYSTREAM_CC_VERSION
Here is the caller graph for this function: