#include <string.h>#include <stdarg.h>#include <stdint.h>


Namespaces | |
| namespace | libhfp |
Classes | |
| class | StringBuffer |
| Dynamic-sized formatted string buffer. More... | |
| class | ErrorInfo |
| Failure description class. More... | |
| class | CallbackAdapter |
| Base class for Callback, handles parameter adaptation. More... | |
| class | Callback |
| Stored method callback class with templatized parameters and parameter remapping. More... | |
| class | SocketNotifier |
| Environment-Independent Socket Notification Interface. More... | |
| class | TimerNotifier |
| Environment Independent Timer Notification Interface. More... | |
| class | DispatchInterface |
| Environment-Independent Event Dispatcher Interface. More... | |
Enumerations | |
| enum | { , LIBHFP_ERROR_EVENTS_NO_MEMORY, LIBHFP_ERROR_EVENTS_BAD_PARAMETER, LIBHFP_ERROR_EVENTS_IO_ERROR } |
| Error values for subsystem LIBHFP_ERROR_SUBSYS_EVENTS. More... | |
1.5.4