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

◆ FileHeader() [3/5]

sff::FileHeader::FileHeader ( const SRCE srce)
inline

Definition at line 239 of file sffxx.h.

References sff::STAT::hasfree, sff::STAT::hassrce, and Mstat.

239  :
240  Msrce(srce)
241  { Mstat.hasfree=false; Mstat.hassrce=true; }
SRCE Msrce
Definition: sffxx.h:263
STAT Mstat
Definition: sffxx.h:261
bool hasfree
Definition: sffxx.h:149
bool hassrce
Definition: sffxx.h:150
const SRCE & srce() const
Definition: sffxx.h:251