#include <shm_queue.h>
Public Member Functions | |
| void * | operator new (size_t s, shm_allocator &a) |
| void | operator delete (void *p, shm_allocator &a) |
Public Attributes | |
| shm_ptr< T > | data |
| shm_ptr< shm_queue_node > | prev |
| shm_ptr< shm_queue_node > | next |
Definition at line 31 of file shm_queue.h.
| void* shm_queue_node< T >::operator new | ( | size_t | s, | |
| shm_allocator & | a | |||
| ) | [inline] |
Definition at line 34 of file shm_queue.h.
References shm_allocator::alloc().
Here is the call graph for this function:

| void shm_queue_node< T >::operator delete | ( | void * | p, | |
| shm_allocator & | a | |||
| ) | [inline] |
Definition at line 38 of file shm_queue.h.
References shm_allocator::free().
Here is the call graph for this function:

| shm_ptr<T> shm_queue_node< T >::data |
Definition at line 42 of file shm_queue.h.
Referenced by shm_queue< T >::pop(), and shm_queue< T >::push().
| shm_ptr<shm_queue_node> shm_queue_node< T >::prev |
Definition at line 43 of file shm_queue.h.
Referenced by shm_queue< T >::pop(), and shm_queue< T >::push().
| shm_ptr<shm_queue_node> shm_queue_node< T >::next |
|
Project shmq hosted by
|
Documentation generated on Sat Sep 2 10:07:40 2006 for shmq by
|