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

◆ append() [2/3]

void sff::FREE::append ( const Tlines newlines)

Definition at line 599 of file sffxx.cc.

References append().

600  {
601  Tlines::const_iterator I(newlines.begin());
602  while (I != newlines.end())
603  {
604  this->append(*I);
605  ++I;
606  }
607  } // void FREE::append(const Tlines& lines)
void append(const std::string &line)
Definition: sffxx.h:160
Here is the call graph for this function: