blob: 0fa012b6a42407a72ca916f2e54e2b53b6f5a6f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// *********************(c)*2004*********************>
// -holzilib--holzilib--holzilib--holzilib--holzilib->
// ++++PD-External++by+Georg+Holzmann++grh@gmx.at++++>
//
// PDContainer:
// this is a port of the containers from the C++ STL
// (Standard Template Library)
// for usage see the documentation and PD help files
// for license see readme.txt
//
// HQueue.cpp
#include "include/HQueue.h"
|