Error information.
More...
#include "graphfab/core/SagittariusCore.h"
#include "graphfab/sbml/autolayoutSBML.h"
Go to the source code of this file.
_GraphfabExport void gf_emitError |
( |
const char * |
str | ) |
|
Emit an error.
- Parameters
-
_GraphfabExport void gf_emitWarn |
( |
const char * |
str | ) |
|
Emit a warning.
- Parameters
-
[in] | str | The warning message |
_GraphfabExport void gf_registerErrorListener |
( |
void(*)(const char *msg) |
| ) |
|
Register an error listener.
- Parameters
-
_GraphfabExport void gf_setError |
( |
const char * |
msg | ) |
|
Sets the last error.
- Parameters
-
[in] | msg | The error message (is copied) |