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

◆ read() [9/15]

void datrw::binary::ibinstream::read ( ::sff::FREE &  v)

Definition at line 151 of file ibinstream.cc.

References read().

152  {
153  unsigned int nlines;
154  this->read(nlines);
155  for (unsigned int i=0; i<nlines; ++i)
156  {
157  std::string s;
158  this->read(s);
159  v.append(s);
160  }
161  } // void ibinstream::read(::sff::FREE& v)
Here is the call graph for this function: