nn::fnd::IntrusiveQueue Classtemplate <typename T, typename Tag> class IntrusiveQueue : private ADLFireWall::NonCopyable>
| Name | Description |
|---|---|
| T | |
| Tag |
Class template for the queue.
IntrusiveQueue
|
Node class. | |
|---|---|---|
IsEmpty
|
Gets whether the queue is empty. | |
Enqueue
|
Adds an element at the back of the queue. | |
Dequeue
|
Removes the element at the front of the queue. | |
Clear
|
Clears all elements from the queue. |
ADLFireWall::NonCopyable
nn::fnd::IntrusiveQueue
CONFIDENTIAL