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

◆ appendfree()

void sff::FileHeader::appendfree ( const std::string &  line)
inline

Definition at line 254 of file sffxx.h.

References sff::STAT::hasfree, sff::FREE::lines, Mfree, and Mstat.

255  { Mstat.hasfree=true; Mfree.lines.push_back(line); }
Tlines lines
Definition: sffxx.h:163
FREE Mfree
Definition: sffxx.h:262
STAT Mstat
Definition: sffxx.h:261
bool hasfree
Definition: sffxx.h:149