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

◆ TraceHeader() [4/5]

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

Definition at line 291 of file sffxx.h.

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

291  :
292  Mwid2(wid2), Minfo(info), Mdebug(false)
293  { Mdast.hasfree=false; Mdast.hasinfo=true; Mdast.last=last; }
bool last
Definition: sffxx.h:190
const INFO & info() const
Definition: sffxx.h:308
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: