TS++ library: time series library
|
#define TSXX_assert | ( | C, | |
M | |||
) | TSXX_Xassert( C , M , ts::error::Exception ) |
Check an assertion and report by throwing an exception.
C | assert condition |
M | message of type char* |
Definition at line 127 of file error.h.
Referenced by ts::drop::DropContainer< T >::attached(), ts::tapers::Cosine::Cosine(), ts::drop::SeriesDropContainer< T >::drop(), ts::fir::FIRfilter< T >::FIRfilter(), ts::tapers::FourPoint::FourPoint(), ts::ipo::LinearInterpolator::operator()(), ts::filter::SetByIndex::operator()(), ts::filter::Pad::Pad(), ts::tapers::ovtaper::Picks::read(), ts::tapers::OffsetVariableTaper::read(), ts::tapers::OffsetVariableTaper::taper(), and ts::TimeSeriesCollection< T >::trim_to_date().