Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
|
check(bool expression) | Preconditions | [inline, static] |
check(bool expression, const char *message) | Preconditions | [inline, static] |
checkNotNull(const T *ptr) | Preconditions | [inline, static] |
checkRange(T index, T size) | Preconditions | [inline, static] |
checkRange(T index, T low, T high) | Preconditions | [inline, static] |