Initial commit
[profile/ivi/openjade.git] / spgrove / grove_inst.m4
1 // Copyright (c) 1996, 1997 James Clark
2 // See the file copying.txt for copying permission.
3
4 #include "config.h"
5
6 #ifdef SP_MANUAL_INST
7
8 #define SP_DEFINE_TEMPLATES
9 #include "PointerTable.h"
10 #include "Vector.h"
11 #undef SP_DEFINE_TEMPLATES
12
13 #include "Hash.h"
14 #include "StringC.h"
15 #include "Node.h"
16
17 #ifdef SP_NAMESPACE
18 namespace SP_NAMESPACE {
19 #endif
20
21 class ElementChunk;
22
23 __instantiate(`PointerTable<ElementChunk *,StringC,Hash,ElementChunk>')
24 __instantiate(`Vector<ElementChunk *>')
25 __instantiate(Vector<ConstPtr<Origin> >)
26
27 #ifdef SP_NAMESPACE
28 }
29 #endif
30
31 #endif /* SP_MANUAL_INST */