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)
sff::FREE::append
void append(const std::string &line)
Definition:
sffxx.h:160
Here is the call graph for this function:
sff
FREE
Generated on Mon Aug 21 2023 17:36:13 for SFF++ library: reading and writing SFF from C++ by
1.8.14