|
|
|
|
|
#include <pantheios/backends/be.N.h>
Public Member Functions | |
| int (PANTHEIOS_CALLCONV *pfnInit)(char const * | |
| Pointer to the back-end's initialisation function. | |
| void const void void ** | void (PANTHEIOS_CALLCONV *pfnUninit)(void *) |
| Pointer to the back-end's uninitialisation function. | |
| int (PANTHEIOS_CALLCONV *pfnLogEntry)(void * | |
| Pointer to the back-end's log-entry function. | |
Public Attributes | |
| int | flags |
| A combination of the be.N flags that control the behaviour of the given back-end. | |
| int | backEndId |
| The back-end Id. | |
| int | |
| void | int |
| void char const | size_t |
| int | ( | PANTHEIOS_CALLCONV * | pfnInit | ) | const |
Pointer to the back-end's initialisation function.
| void const void void** void | ( | PANTHEIOS_CALLCONV * | pfnUninit | ) |
Pointer to the back-end's uninitialisation function.
| int | ( | PANTHEIOS_CALLCONV * | pfnLogEntry | ) |
Pointer to the back-end's log-entry function.
| int flags |
A combination of the be.N flags that control the behaviour of the given back-end.
| int backEndId |
The back-end Id.
Must be >0.
|
|
|
| pantheios Library documentation © Matthew Wilson, 2006-2008 |
|