#include <pthread.h>
#include <string>
#include <iostream>
#include <sstream>
Include dependency graph for shm_queue.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | shm_queue_node< T > |
A queue node contains references to the previous and next queue cells, along with the data reference for the node. More... | |
class | shm_queue_header< T > |
Queue header with head and tail pointer. More... | |
class | shm_queue< T > |
Simple template queue class definition. More... | |
Defines | |
#define | SHM_QUEUE_H 1 |
#define SHM_QUEUE_H 1 |
Definition at line 6 of file shm_queue.h.
Project shmq hosted by
|
Documentation generated on Sat Sep 2 10:07:40 2006 for shmq by
![]() |