File List
Here is a list of all files with brief descriptions:
| mainpage.h | |
| qbarray.h | This is a dynamic array (it can grow, but without moving memory) |
| qbatomic.h | Basic atomic integer and pointer operations |
| qbconfig.h | |
| qbdefs.h | |
| qbhdb.h | The handle database is for reference counting objects |
| qbipc_common.h | Common types and definitions |
| qbipcc.h | Client IPC API |
| qbipcs.h | Server IPC API |
| qblist.h | This is a kernel style list implementation |
| qblog.h | The logging API provides four main parts (basics, filtering, threading & blackbox) |
| qbloop.h | Main loop manages timers, jobs and polling sockets |
| qbmap.h | This provides a map interface to a Patricia trie, hashtable or skiplist |
| qbrb.h | This implements a ring buffer that works in "chunks" not bytes |
| qbutil.h | These are some convience functions used throughout libqb |