|
BioHDF version 0.3 alpha
Scalable NGS Data Storage Based on HDF5
|
BioHDF error functions and data structures. More...
Defines | |
| #define | BIOHDF_NO_ERROR 0 |
| Error code for "no error". | |
| #define | BIOHDF_BADNESS -1 |
| Generic "bad" error code. | |
Typedefs | |
| typedef int | biohdf_error |
| The BioHDF error return type. | |
Functions | |
| BIOHDF_API void | BIOHDFset_stderr_setting (biohdf_bool use_stderr) |
| Set whether or not error information is sent to STDERR. | |
| BIOHDF_API void | BIOHDFget_stderr_setting (biohdf_bool *use_stderr) |
| Determine whether or not error information is sent to STDERR. | |
BioHDF error functions and data structures.
| BIOHDF_API void BIOHDFget_stderr_setting | ( | biohdf_bool * | use_stderr | ) |
Determine whether or not error information is sent to STDERR.
| [out] | use_stderr | FALSE if no STDERR output, TRUE if output will go to STDERR. |
| BIOHDF_API void BIOHDFset_stderr_setting | ( | biohdf_bool | use_stderr | ) |
Set whether or not error information is sent to STDERR.
If this flag is not set, errors are only reported via the returned error codes.
| use_stderr | FALSE if no STDERR output, TRUE if output will go to STDERR. |
1.7.3