Main Page   Modules   Compound List   File List   Compound Members   File Members   Related Pages  

wbxml_errors.c File Reference

WBXML Error Codes Handling. More...

#include <stdlib.h>
#include <string.h>
#include "wbxml.h"

Include dependency graph for wbxml_errors.c:

Include dependency graph

Go to the source code of this file.

Compounds

struct  WBXMLErrorCodeItem_s
 Error Code item. More...


Defines

#define ERROR_TABLE_SIZE   ((WB_ULONG) (sizeof(error_table) / sizeof(error_table[0])))

Typedefs

typedef WBXMLErrorCodeItem_s WBXMLErrorCodeItem
 Error Code item.


Functions

const unsigned char * wbxml_errors_string (WBXMLError error_code)
 Return a String describing an Error Code.


Variables

const WBXMLErrorCodeItem error_table []
 Error Code table.


Detailed Description

WBXML Error Codes Handling.

Author:
Aymerick Jéhanne <libwbxml@jehanne.org>
Date:
02/11/18

Definition in file wbxml_errors.c.


Define Documentation

#define ERROR_TABLE_SIZE   ((WB_ULONG) (sizeof(error_table) / sizeof(error_table[0])))
 

Definition at line 105 of file wbxml_errors.c.

Referenced by wbxml_errors_string().


Typedef Documentation

typedef struct WBXMLErrorCodeItem_s WBXMLErrorCodeItem
 

Error Code item.


Variable Documentation

const WBXMLErrorCodeItem error_table[] [static]
 

Error Code table.

Definition at line 51 of file wbxml_errors.c.

Referenced by wbxml_errors_string().


Generated on Mon Nov 24 20:09:45 2003 for WBXML Library by doxygen1.3-rc1