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

◆ allchecked()

bool datrw::tsoft::Checklist::allchecked ( ) const

check whether all are checked

Definition at line 87 of file tsoftreader.cc.

References channels, data, fileid, increment, timeformat, undetval, and units.

Referenced by datrw::tsoft::TSOFTfile::read().

88  {
89  return(fileid && timeformat && increment && channels && units
90  && undetval && data);
91  } // bool Checklist::allchecked() const
Here is the caller graph for this function: