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

◆ BTIME() [2/2]

datrw::mseed::SEED::BTIME::BTIME ( const char *  p,
const bool &  swap = false 
)
inline

Definition at line 213 of file seedstructs.h.

References datrw::mseed::SEED::copy_from_pointer(), and swap().

214  {
215  copy_from_pointer(this, p);
216  if (swap) { this->swap(); }
217  }
void copy_from_pointer(C1 *target, const C2 *p)
Definition: seedstructs.h:85
Here is the call graph for this function: