ORIGINAL
Loading...
Searching...
No Matches
queue.h File Reference

Queue container adapter implementation. More...

#include "containerAdapter.h"
#include "chain.h"
#include <string>
Include dependency graph for queue.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  original::queue< TYPE, SERIAL, ALLOC >
 First-In-First-Out (FIFO) container adapter. More...
 

Namespaces

namespace  original
 Main namespace for the project Original.
 

Detailed Description

Queue container adapter implementation.

Provides a FIFO (First-In-First-Out) container adapter that uses underlying container types. Supports standard queue operations.