TF++, Miscellaneous classes and modules in C++:
|
#define TFXX_abort | ( | M | ) | throw( tfxx::error::Exception ( M , __FILE__, __LINE__ )) |
Abort and give a message.
,
M | message of type char* |
E | exception class to throw |
Definition at line 183 of file error.h.
Referenced by tfxx::cmdline::Commandline::check_index(), tfxx::cmdline::Commandline::Commandline(), main(), and throwa().