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

◆ appendfree()

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

Definition at line 320 of file sffxx.h.

References sff::DAST::hasfree, sff::FREE::lines, Mdast, and Mfree.

321  { Mdast.hasfree=true; Mfree.lines.push_back(line); }
Tlines lines
Definition: sffxx.h:163
bool hasfree
Definition: sffxx.h:188