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

◆ online_help() [3/3]

void datrw::online_help ( std::ostream &  os)

Definition at line 213 of file formats.cc.

References Fascii, Fbinary, Fbonjer, Fgse, Fhpmo, Fmseed, Fpdas, Fsac, Fseife, Fsff, Fsu, Ftfascii, Fthiesdl1, Ftsoft, libversion, datrw::formatmodifiers::online_help(), and online_help().

214  {
215  os << std::endl
216  << datrw::libversion << std::endl
217  << "Online help obtained from I/O streams:"
218  << std::endl;
219  os << "--------------------------------------"
220  << std::endl << std::endl;
221  online_help(Fascii, os);
222  online_help(Fbinary, os);
223  online_help(Fbonjer, os);
224  online_help(Fgse, os);
225  online_help(Fhpmo, os);
226  online_help(Fmseed, os);
227  online_help(Fpdas, os);
228  online_help(Fsac, os);
229  online_help(Fseife, os);
230  online_help(Fsff, os);
231  online_help(Fsu, os);
232  online_help(Ftfascii, os);
233  online_help(Fthiesdl1, os);
234  online_help(Ftsoft, os);
236  } // void online_help(std::ostream& os)
void online_help(std::ostream &os)
Provide online help on modifiers.
void online_help(std::ostream &os)
Definition: formats.cc:213
const char *const libversion
Version string.
Definition: aalibdatrwxx.cc:18
Here is the call graph for this function: