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

◆ print_hex()

void datrw::mseed::SEED::util::print_hex ( const unsigned short int &  f,
std::ostream &  os 
)

Definition at line 57 of file seedstructdump.cc.

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

58  {
59  std::ostream::fmtflags flags=os.flags();
60  os.setf(std::ios_base::hex, std::ios_base::basefield);
61  os.setf(std::ios_base::showbase);
62  os << f;
63  os.flags(flags);
64  } // void print_address(const unsigned short int& f, std::ostream& os)
Here is the caller graph for this function: