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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
#ifdef SP_MANUAL_INST
#define SP_DEFINE_TEMPLATES
#include <OpenSP/IList.h>
#include <OpenSP/IQueue.h>
#include <OpenSP/Vector.h>
#include <OpenSP/Hash.h>
#include <OpenSP/PointerTable.h>
#undef SP_DEFINE_TEMPLATES
#ifdef DSSSL_NAMESPACE
namespace DSSSL_NAMESPACE {
#endif
__instantiate(IList<MifFOTBuilder::DisplayInfo>)
__instantiate(IList<MifFOTBuilder::Format>)
__instantiate(Vector<MifFOTBuilder::Row>)
__instantiate(Vector<MifFOTBuilder::Cell>)
__instantiate(Vector<MifFOTBuilder::Column>)
__instantiate(Vector<MifFOTBuilder::TablePart>)
__instantiate(Vector<MifFOTBuilder::NodeInfo>)
__instantiate(Vector<MifFOTBuilder::LinkInfo>)
__instantiate(Vector<MifDoc::Marker>)
__instantiate(IQueue<MifFOTBuilder::DisplaySpaceInfo>)
__instantiate(Vector<MifDoc::TagStream*>)
__instantiate(Vector<MifDoc::T_dimension>)
__instantiate(Vector<MifDoc::Tbl>)
__instantiate(Vector<MifDoc::TblColumn>)
__instantiate(Vector<MifDoc::Row>)
__instantiate(Vector<MifDoc::Cell>)
__instantiate(Vector<MifDoc::Page>)
__instantiate(Vector<MifDoc::TextRect>)
__instantiate(Vector<MifDoc::TextFlow>)
__instantiate(Vector<MifDoc::ParagraphFormat>)
__instantiate(Vector<MifDoc::TblFormat>)
__instantiate(Vector<MifDoc::TabStop>)
__instantiate(Vector<MifDoc::BookComponent>)
__instantiate(Vector<MifDoc::Frame>)
__instantiate(Vector<MifDoc::Object*>)
__instantiate(Vector<MifDoc::T_XY>)
__instantiate(Vector<MifDoc::CrossRefInfo>)
__instantiate(`PointerTable<MifDoc::Ruling*, String<char>, StringHash, MifDoc::Ruling>')
__instantiate(`PointerTableIter<MifDoc::Ruling*, String<char>, StringHash, MifDoc::Ruling>')
__instantiate(Vector<MifDoc::Ruling*>)
__instantiate(`PointerTable<MifDoc::Color*, String<char>, StringHash, MifDoc::Color>')
__instantiate(`PointerTableIter<MifDoc::Color*, String<char>, StringHash, MifDoc::Color>')
__instantiate(Vector<MifDoc::Color*>)
__instantiate(`PointerTable<MifDoc::ElementSet::SgmlIdInfo*, StringC, Hash, MifDoc::ElementSet::SgmlIdInfo>')
__instantiate(`PointerTableIter<MifDoc::ElementSet::SgmlIdInfo*, StringC, Hash, MifDoc::ElementSet::SgmlIdInfo>')
__instantiate(Vector<MifDoc::ElementSet::SgmlIdInfo*>)
__instantiate(Vector<MifDoc::XRefFormat>)
__instantiate(Vector<unsigned short>)
__instantiate(Vector<Vector<unsigned short> >)
#ifdef DSSSL_NAMESPACE
}
#endif
#endif /* SP_MANUAL_INST */
|