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

◆ SRCE() [2/2]

sff::SRCE::SRCE ( std::istream &  is)
inline

Definition at line 169 of file sffxx.h.

References read().

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