AFF --- A container for numbers (array) by Friederich and Forbriger.
|
#define AFF_assert | ( | C, | |
M | |||
) | AFF_Xassert( C , M , aff::Exception ) |
Check an assertion and report by throwing an exception.
C | assert condition |
M | message of type char* |
Definition at line 162 of file error.h.
Referenced by aff::ConstSeries< T >::check_consistency(), aff::ConstArray< T >::check_consistency(), aff::util::Slice< C >::check_dim(), aff::util::Subarray< C >::check_dim(), aff::Shaper::check_dim(), aff::Strided::collapse(), aff::dump_array(), aff::dump_array_values(), aff::dump_map(), aff::util::FortranShape::FortranShape(), aff::LinearShape::LinearShape(), aff::Shaper::operator()(), aff::ConstSharedHeap< T >::operator[](), aff::series_from_array(), aff::Strided::setfirst(), aff::LinearShape::setfirstindex(), aff::LinearShape::setindexrange(), aff::LinearShape::setlastindex(), aff::Strided::setup_from_size(), aff::Shaper::Shaper(), aff::Strided::shift(), aff::LinearShape::shrink(), aff::Strided::shrink(), aff::Strided::Strided(), and aff::ConstSharedHeap< T >::write_access().