DATRW++ library: seismic data I/O with multiple formats
|
Read, hold and handle one minute block header line. More...
#include <readhpmo.h>
Public Member Functions | |
Header () | |
Header (std::istream &is, const bool &verbose=false) | |
void | dump (std::ostream &os) const |
int | errorflag () const |
std::string | errorstring () const |
std::string | headerline () const |
void | readheader (std::istream &is, const bool &verbose=false) |
libtime::TAbsoluteTime | time () const |
Private Attributes | |
int | Merrorflag |
std::string | Mline |
libtime::TAbsoluteTime | Mtime |
Read, hold and handle one minute block header line.
Definition at line 88 of file readhpmo.h.