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

◆ SFF_abort

#define SFF_abort (   M)
Value:
{ \
std::ostringstream os; \
os << "ABORT at line #" << __LINE__ \
<< " in " << __FILE__ << " because of " << M; \
throw(Terror(os.str())); \
}

abort by throwing an exception

Definition at line 91 of file sffxx.h.

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