Go to the source code of this file.
|
enum | sf_action_t { SF_ERROR_IGNORE = 0,
SF_ERROR_WARN,
SF_ERROR_RAISE
} |
|
enum | sf_error_t {
SF_ERROR_OK = 0,
SF_ERROR_SINGULAR,
SF_ERROR_UNDERFLOW,
SF_ERROR_OVERFLOW,
SF_ERROR_SLOW,
SF_ERROR_LOSS,
SF_ERROR_NO_RESULT,
SF_ERROR_DOMAIN,
SF_ERROR_ARG,
SF_ERROR_OTHER,
SF_ERROR__LAST
} |
|
◆ sf_action_t
Enumerator |
---|
SF_ERROR_IGNORE | |
SF_ERROR_WARN | |
SF_ERROR_RAISE | |
Definition at line 22 of file sf_error.h.
◆ sf_error_t
Enumerator |
---|
SF_ERROR_OK | |
SF_ERROR_SINGULAR | |
SF_ERROR_UNDERFLOW | |
SF_ERROR_OVERFLOW | |
SF_ERROR_SLOW | |
SF_ERROR_LOSS | |
SF_ERROR_NO_RESULT | |
SF_ERROR_DOMAIN | |
SF_ERROR_ARG | |
SF_ERROR_OTHER | |
SF_ERROR__LAST | |
Definition at line 8 of file sf_error.h.
◆ sf_error()
void sf_error |
( |
const char * |
func_name, |
|
|
sf_error_t |
code, |
|
|
const char * |
fmt, |
|
|
|
... |
|
) |
| |
◆ sf_error_check_fpe()
void sf_error_check_fpe |
( |
const char * |
func_name | ) |
|
◆ sf_error_get_action()
◆ sf_error_set_action()
◆ sf_error_messages
const char* sf_error_messages[] |