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

◆ SFF_assert

#define SFF_assert (   C,
 
)
Value:
if (!(C)) { \
std::ostringstream os; \
os << "Condition " << #C << " at line #" << __LINE__ \
<< " in " << __FILE__ << " is false: " << M; \
throw(Terror(os.str())); \
}

check condition

Definition at line 82 of file sffxx.h.

Referenced by sff::offset(), sff::sourcedistance(), and sff::WIDXline().