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

◆ TraceHeader() [2/5]

sff::TraceHeader::TraceHeader ( const WID2 wid2,
const bool &  last = false 
)
inline

Definition at line 285 of file sffxx.h.

References sff::DAST::hasfree, sff::DAST::hasinfo, sff::DAST::last, last(), and Mdast.

285  :
286  Mwid2(wid2), Mdebug(false)
287  { Mdast.hasfree=false; Mdast.hasinfo=false; Mdast.last=last; }
bool last
Definition: sffxx.h:190
bool last() const
Definition: sffxx.h:302
const WID2 & wid2() const
Definition: sffxx.h:305
bool hasinfo
Definition: sffxx.h:189
bool hasfree
Definition: sffxx.h:188
Here is the call graph for this function: