libStatGen Software 1
|
Status for FastQ operations. More...
#include <FastQStatus.h>
Public Types | |
enum | Status { FASTQ_SUCCESS = 0 , FASTQ_INVALID , FASTQ_ORDER_ERROR , FASTQ_OPEN_ERROR , FASTQ_CLOSE_ERROR , FASTQ_READ_ERROR , FASTQ_NO_SEQUENCE_ERROR } |
Return value enum for the FastQFile class methods, indicating success or error codes. More... | |
Static Public Member Functions | |
static const char * | getStatusString (Status status) |
Get the enum string for the status. More... | |
Status for FastQ operations.
Definition at line 24 of file FastQStatus.h.
enum FastQStatus::Status |
Return value enum for the FastQFile class methods, indicating success or error codes.
Definition at line 30 of file FastQStatus.h.
|
static |
Get the enum string for the status.
Definition at line 23 of file FastQStatus.cpp.