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

◆ setfree()

void sff::FileHeader::setfree ( const FREE free)
inline

Definition at line 256 of file sffxx.h.

References free(), sff::STAT::hasfree, Mfree, and Mstat.

Referenced by sff::helper::ostream_manager::setfree().

257  { Mstat.hasfree=true; Mfree=free; }
const FREE & free() const
Definition: sffxx.h:250
FREE Mfree
Definition: sffxx.h:262
STAT Mstat
Definition: sffxx.h:261
bool hasfree
Definition: sffxx.h:149
Here is the call graph for this function:
Here is the caller graph for this function: