Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
Preconditions Member List
This is the complete list of members for Preconditions, including all inherited members.
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]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines