1#ifdef SP_MANUAL_INST
2
3#define SP_DEFINE_TEMPLATES
4#include "IList.h"
5#include "IQueue.h"
6#include "Vector.h"
7#include "Hash.h"
8#include "PointerTable.h"
9#undef SP_DEFINE_TEMPLATES
10
11#ifdef DSSSL_NAMESPACE
12namespace DSSSL_NAMESPACE {
13#endif
14
15__instantiate(IList<MifFOTBuilder::DisplayInfo>)
16__instantiate(IList<MifFOTBuilder::Format>)
17__instantiate(Vector<MifFOTBuilder::Row>)
18__instantiate(Vector<MifFOTBuilder::Cell>)
19__instantiate(Vector<MifFOTBuilder::Column>)
20__instantiate(Vector<MifFOTBuilder::TablePart>)
21__instantiate(Vector<MifFOTBuilder::NodeInfo>)
22__instantiate(Vector<MifFOTBuilder::LinkInfo>)
23__instantiate(Vector<MifDoc::Marker>)
24__instantiate(IQueue<MifFOTBuilder::DisplaySpaceInfo>)
25__instantiate(Vector<MifDoc::TagStream*>)
26__instantiate(Vector<MifDoc::T_dimension>)
27__instantiate(Vector<MifDoc::Tbl>)
28__instantiate(Vector<MifDoc::TblColumn>)
29__instantiate(Vector<MifDoc::Row>)
30__instantiate(Vector<MifDoc::Cell>)
31__instantiate(Vector<MifDoc::Page>)
32__instantiate(Vector<MifDoc::TextRect>)
33__instantiate(Vector<MifDoc::TextFlow>)
34__instantiate(Vector<MifDoc::ParagraphFormat>)
35__instantiate(Vector<MifDoc::TblFormat>)
36__instantiate(Vector<MifDoc::TabStop>)
37__instantiate(Vector<MifDoc::BookComponent>)
38__instantiate(Vector<MifDoc::Frame>)
39__instantiate(Vector<MifDoc::Object*>)
40__instantiate(Vector<MifDoc::T_XY>)
41__instantiate(Vector<MifDoc::CrossRefInfo>)
42#if defined(__GNUC__) && __GNUC__ < 3 &&  __GNUC_MINOR__ < 95
43__instantiate(Vector<MifDoc::ElementSet::SgmlIdInfo*>)
44#endif
45__instantiate(`PointerTable<MifDoc::Ruling*, String<char>, StringHash, MifDoc::Ruling>')
46__instantiate(`PointerTableIter<MifDoc::Ruling*, String<char>, StringHash, MifDoc::Ruling>')
47__instantiate(Vector<MifDoc::Ruling*>)
48__instantiate(`PointerTable<MifDoc::Color*, String<char>, StringHash, MifDoc::Color>')
49__instantiate(`PointerTableIter<MifDoc::Color*, String<char>, StringHash, MifDoc::Color>')
50__instantiate(Vector<MifDoc::Color*>)
51__instantiate(`PointerTable<MifDoc::ElementSet::SgmlIdInfo*, StringC, Hash, MifDoc::ElementSet::SgmlIdInfo>')
52__instantiate(`PointerTableIter<MifDoc::ElementSet::SgmlIdInfo*, StringC, Hash, MifDoc::ElementSet::SgmlIdInfo>')
53__instantiate(Vector<MifDoc::ElementSet::SgmlIdInfo*>)
54__instantiate(Vector<MifDoc::XRefFormat>)
55__instantiate(Vector<unsigned short>)
56__instantiate(Vector<Vector<unsigned short> >)
57
58#ifdef DSSSL_NAMESPACE
59}
60#endif
61
62#endif /* SP_MANUAL_INST */
63