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

◆ help() [2/2]

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

print some info about data conversion.

Definition at line 228 of file datwrite.cc.

229  {
230  os << "Class " << name << " provides no help text." << std::endl;
231  }