This empty struct allows for the callback functions to be inlined.
More...
#include <Queue.h>
|
static void | Combine (T &a_existing, const T &a_new) |
| Called when an Item is inserted with EnqueueItemIfNotPresent and there is another equal value already inserted. More...
|
|
static void | Delete (T) |
| Called when an Item is deleted from the queue without being returned. More...
|
|
template<class T>
struct cQueueFuncs< T >
This empty struct allows for the callback functions to be inlined.
Definition at line 23 of file Queue.h.
template<class T >
static void cQueueFuncs< T >::Combine |
( |
T & |
a_existing, |
|
|
const T & |
a_new |
|
) |
| |
|
inlinestatic |
Called when an Item is inserted with EnqueueItemIfNotPresent and there is another equal value already inserted.
Definition at line 31 of file Queue.h.
Called when an Item is deleted from the queue without being returned.
Definition at line 28 of file Queue.h.
The documentation for this struct was generated from the following file: