man njb_error_stack_struct (Fonctions bibliothèques) -

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::count

Number of errors currently on the stack

int njb_error_stack_struct::idx

Current index into the error stack

char** njb_error_stack_struct::msg

An array of error message strings

Author

Generated automatically by Doxygen for libnjb from the source code.