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

◆ help() [2/2]

void datrw::idatstream::help ( std::ostream &  os = std::cout,
const char *  name = "idatsream" 
)
staticinherited

print some info about data conversion.

Definition at line 153 of file datread.cc.

Referenced by datrw::ihpmostream::help(), datrw::ibonjerstream::help(), and datrw::isffstream::help().

154  {
155  os << "Class " << name << " provides no help text." << std::endl;
156  }
Here is the caller graph for this function: