libqb  1.0.2
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
qb Directory Reference
Directory dependency graph for qb:
qb

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
 These are some convience macros and defines.
 
file  qbhdb.h
 The handle database is for reference counting objects.
 
file  qbipc_common.h
 common types and definitions
 
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
 These are some convience functions used throughout libqb.