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

◆ STAT() [1/2]

sff::STAT::STAT ( )

Definition at line 198 of file sffxx.cc.

References setstamp().

198  : hasfree(false), hassrce(false)
199  { setstamp(libtime::now()); }
void setstamp(const libtime::TAbsoluteTime &date) const
Definition: sffxx.cc:203
bool hasfree
Definition: sffxx.h:149
bool hassrce
Definition: sffxx.h:150
Here is the call graph for this function: