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

◆ print_field_name()

void datrw::mseed::SEED::util::print_field_name ( const char *  f,
std::ostream &  os 
)

Definition at line 50 of file seedstructdump.cc.

Referenced by datrw::mseed::SEED::dump().

51  {
52  os.width(30);
53  os.fill(' ');
54  os << f << ": ";
55  } // void print_field_name(const char* f, std::ostream& os)
Here is the caller graph for this function: