libqb
0.16.0
|
Files | |
file | qbarray.h |
This is a dynamic array (it can grow, but without moving memory). | |
file | qbatomic.h |
Basic atomic integer and pointer operations. | |
file | qbconfig.h |
file | qbdefs.h |
file | qbhdb.h |
The handle database is for reference counting objects. | |
file | qbipc_common.h |
file | qbipcc.h |
Client IPC API. | |
file | qbipcs.h |
Server IPC API. | |
file | qblist.h |
This is a kernel style list implementation. | |
file | qblog.h |
The logging API provides four main parts (basics, filtering, threading & blackbox). | |
file | qbloop.h |
Main loop manages timers, jobs and polling sockets. | |
file | qbmap.h |
This provides a map interface to a Patricia trie, hashtable or skiplist. | |
file | qbrb.h |
This implements a ring buffer that works in "chunks" not bytes. | |
file | qbutil.h |