QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Functions | |
void | assertion_failed (char const *expr, char const *function, char const *file, long line) |
void | assertion_failed_msg (char const *expr, char const *msg, char const *function, char const *file, long line) |
void assertion_failed | ( | char const * | expr, |
char const * | function, | ||
char const * | file, | ||
long | line | ||
) |
Definition at line 73 of file errors.cpp.
void assertion_failed_msg | ( | char const * | expr, |
char const * | msg, | ||
char const * | function, | ||
char const * | file, | ||
long | line | ||
) |
Definition at line 80 of file errors.cpp.