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

◆ TraceHeader() [5/5]

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

Definition at line 294 of file sffxx.h.

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

295  :
296  Mwid2(wid2), Mfree(free), Minfo(info), Mdebug(false)
297  { Mdast.hasfree=true; 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
const FREE & free() const
Definition: sffxx.h:307
bool hasfree
Definition: sffxx.h:188
Here is the call graph for this function: