#include <ManagedQueue.hpp>
List of all members.
Detailed Description
template<class T>
class zeus::TManagedQueue< T >
This stack can take objects (interfaces) using a smart pointer.
Constructor & Destructor Documentation
The standard constructor uses an empty smart pointer.
Member Function Documentation
template<class T >
| virtual void MQUALIFIER zeus::TManagedQueue< T >::appendItem |
( |
const T & |
rData, |
|
|
bool |
bAddReference |
|
) |
| [inline, virtual] |
Appends an item to the queue
- Parameters:
-
| rData | : data to add |
| bAddReference | : If this flag is true the pointer will be allocated with addRef() |
- See also:
- IQueue::appendItem
template<class T >
| virtual void MQUALIFIER zeus::TManagedQueue< T >::appendItem |
( |
const T * |
pData, |
|
|
bool |
bAddReference |
|
) |
| [inline, virtual] |
Appends an item to the queue
- Parameters:
-
| pData | : data to add |
| bAddReference | : If this flag is true the pointer will be allocated with addRef() |
- See also:
- IQueue::appendItem
The documentation for this class was generated from the following file: