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

◆ FileHeader() [4/5]

sff::FileHeader::FileHeader ( const SRCE srce,
const FREE free 
)
inline

Definition at line 242 of file sffxx.h.

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

242  :
243  Mfree(free), Msrce(srce)
244  { Mstat.hasfree=true; Mstat.hassrce=true; }
const FREE & free() const
Definition: sffxx.h:250
FREE Mfree
Definition: sffxx.h:262
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