1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
.TH "brlapi_error_t" 3 "Sat Oct 25 2014" "Version 1.0" "BrlAPI" \" -*- nroff -*-
.ad l
.nh
.SH NAME
brlapi_error_t \-
.SH SYNOPSIS
.br
.PP
.PP
\fC#include <brlapi\&.h>\fP
.SS "Data Fields"
.in +1c
.ti -1c
.RI "int \fBbrlerrno\fP"
.br
.ti -1c
.RI "int \fBlibcerrno\fP"
.br
.ti -1c
.RI "int \fBgaierrno\fP"
.br
.ti -1c
.RI "const char * \fBerrfun\fP"
.br
.in -1c
.SH "Detailed Description"
.PP
All information that is needed to describe brlapi errors
.SH "Field Documentation"
.PP
.SS "int brlapi_error_t::brlerrno"
.SS "const char* brlapi_error_t::errfun"
.SS "int brlapi_error_t::gaierrno"
.SS "int brlapi_error_t::libcerrno"
.SH "Author"
.PP
Generated automatically by Doxygen for BrlAPI from the source code\&.
|