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

◆ STAT() [2/2]

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

Definition at line 143 of file sffxx.h.

References read().

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