-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSCListSave.cpp
42 lines (34 loc) · 2.12 KB
/
SCListSave.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/*-----------------------------------------------------------------------------+
| |
| SCL - Simulation Class Library |
| |
| (c) 1995 Marc Diefenbruch, Wolfgang Textor |
| University of Essen, Germany |
| |
+---------------+-------------------+---------------+-------------------+------+
| Module | File | Created | Project | |
+---------------+-------------------+---------------+-------------------+------+
| SCListSave | SCListSave.cc | 24. Feb 1996 | SCL | |
+---------------+-------------------+---------------+-------------------+------+
| |
| Change Log |
| |
| Nr. Date Description |
| ----- -------- ------------------------------------------------------ |
| 001 |
| 000 --.--.-- Neu angelegt |
| |
+-----------------------------------------------------------------------------*/
/* Lineal
00000000001111111111222222222233333333334444444444555555555566666666667777777777
01234567890123456789012345678901234567890123456789012345678901234567890123456789
*/
#ifndef TEST_TEMPLATE
//#define TEST_TEMPLATE // Define this to test the implementation
#endif
#ifdef TEST_TEMPLATE
#include "SCListSave.tmpl.h"
template class SCListCons<SCInteger>;
template class SCListIter<SCInteger>;
template class SCListSave<SCInteger>;
#endif // TEST_TEMPLATE