Data Structures in C++
Data Structures
DynamicQueue.hpp File Reference
#include <stdexcept>
#include <iostream>
#include "Queue.hpp"
#include "ProtectedLinkedList.hpp"
Include dependency graph for DynamicQueue.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  DynamicQueue< T >
 Queue implementation with dynamic memory allocation. More...