SFF++ library: reading and writing SFF from C++

◆ FileHeader() [5/5]

sff::FileHeader::FileHeader ( std::istream &  is,
const bool &  debug = false 
)
inline

Definition at line 245 of file sffxx.h.

References read().

246  { read(is, debug); }
void read(std::istream &, const bool &debug=false)
Definition: sffxx.cc:815
Here is the call graph for this function: