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

◆ online_help() [1/3]

void datrw::online_help ( const std::string &  format,
std::ostream &  os,
const bool &  modifierhelp 
)
Examples:
writetest.cc.

Definition at line 120 of file formats.cc.

References anyID().

Referenced by main(), and online_help().

123  {
124  online_help(anyID(format), os, modifierhelp);
125  } // void online_help(const std::string& format, std::ostream& os)
void online_help(std::ostream &os)
Definition: formats.cc:213
std::string anyID(const Eformat &id)
convert identifier from and to string representation
Definition: formats.cc:95
Here is the call graph for this function:
Here is the caller graph for this function: