njb_error_stack_struct
njb_error_stack_struct
Section: libnjb (3) Updated: 6 Mar 2010 Local index
Up
NAME
njb_error_stack_struct -
SYNOPSIS
#include <njb_error.h>
Data Fields
int idx
int count
char ** msg
Detailed Description
This struct holds an error stack for each NJB object.
Field Documentation
int njb_error_stack_struct::countNumber of errors currently on the stack
Referenced by NJB_Error_Geterror(), and NJB_Error_Pending().
int njb_error_stack_struct::idxCurrent index into the error stack
Referenced by NJB_Error_Geterror(), and NJB_Error_Reset_Geterror().
char** njb_error_stack_struct::msgAn array of error message strings
Referenced by NJB_Error_Geterror().
Author
Generated automatically by Doxygen for libnjb from the source code.
Index
- NAME
-
- SYNOPSIS
-
- Data Fields
-
- Detailed Description
-
- Field Documentation
-
- int njb_error_stack_struct::countNumber of errors currently on the stack
-
- int njb_error_stack_struct::idxCurrent index into the error stack
-
- char** njb_error_stack_struct::msgAn array of error message strings
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 21:51:25 GMT, April 16, 2011