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

◆ append() [1/3]

void sff::FREE::append ( const std::string &  line)
inline

Definition at line 160 of file sffxx.h.

References lines.

Referenced by append().

160 { lines.push_back(line); }
Tlines lines
Definition: sffxx.h:163
Here is the caller graph for this function: