blob: 94616c42ee4f36ce577adfd978b664bec2480081 (
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
//
// HVector.cpp
#include "include/HVector.h"
|