moab
Error handling

Classes

struct  struct_mhdf_Status
 Struct used to return error status. More...

Defines

#define MHDF_MESSAGE_BUFFER_LEN   160

Typedefs

typedef struct struct_mhdf_Status mhdf_Status
 Struct used to return error status.

Functions

int mhdf_isError (mhdf_Status const *)
 Return 1 if passed status object indicates an error. Zero otherwise.
const char * mhdf_message (mhdf_Status const *)
 Get the error message given a status object.

Define Documentation

#define MHDF_MESSAGE_BUFFER_LEN   160

Definition at line 319 of file mhdf.h.


Typedef Documentation

Struct used to return error status.


Function Documentation

int mhdf_isError ( mhdf_Status const *  )

Return 1 if passed status object indicates an error. Zero otherwise.

const char* mhdf_message ( mhdf_Status const *  )

Get the error message given a status object.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines