blob: f6caf2b74485067fd69da119329ceb1ed6934859 (
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
//
// HSet.cpp
#include "include/HSet.h"
|