TF++, Miscellaneous classes and modules in C++:
|
#define TFXX_assert | ( | C, | |
M | |||
) | TFXX_Xassert( C , M , tfxx::error::Exception ) |
Check an assertion and report by throwing an exception.
,
C | assert condition |
M | message of type char* |
Definition at line 175 of file error.h.
Referenced by tfxx::ioswap::cpu(), tfxx::fortranio::FortranBinInput::extract_next_char(), tfxx::fortranio::FortranBinInput::finish_block(), main(), tfxx::fortranio::operator>>(), tfxx::string::rangelist(), tfxx::fortranio::FortranBinInput::read_block_size(), and tfxx::numeric::RNGgaussian::RNGgaussian().