Main Page   Compound List   File List   Compound Members   File Members  

Gj_Errorargtype_struct Struct Reference

Argtype structure. More...

#include <error.h>

List of all members.

Public Attributes

char name [GJ_ERRORARGTYPE_NAMELEN]
 Error name.

Gj_Errordatatype type
 Error data type.

int len
 Error data length. More...

Gj_ErrorConvertFuncfunc
 Error conversion function pointer. More...


Detailed Description

Argtype structure.


Member Data Documentation

int Gj_Errorargtype_struct::len
 

Error data length.

Only used if the error data type is GJ_ERRDATATYPE_DATA.

Gj_ErrorConvertFunc * Gj_Errorargtype_struct::func
 

Error conversion function pointer.

Only used if the error data type is GJ_ERRDATATYPE_DATA. A null pointer means to do nothing special.


The documentation for this struct was generated from the following file:
Generated at Fri Aug 17 18:29:00 2001 for Gobj by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000