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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255
|
#ifdef SP_NAMESPACE
namespace SP_NAMESPACE {
#endif
#ifdef SP_NAMESPACE
}
#endif
// Copyright (c) 1999 Brandon Ibach
// See the file COPYING for copying permission.
#include "config.h"
#ifdef SP_MANUAL_INST
#define SP_DEFINE_TEMPLATES
#include "CharMap.h"
#include "Hash.h"
#include "HashTable.h"
#include "HashTableItemBase.h"
#include "ISet.h"
#include "OwnerTable.h"
#include "Ptr.h"
#include "RangeMap.h"
#include "StringC.h"
#include "StringOf.h"
#include "Vector.h"
#include "XcharMap.h"
#undef SP_DEFINE_TEMPLATES
#include "CharsetDecl.h"
#include "CodingSystemKit.h"
#include "EntityCatalog.h"
#include "EntityManager.h"
#include "ExtendEntityManager.h"
#include "Text.h"
#ifdef SP_NAMESPACE
namespace SP_NAMESPACE {
#endif
#ifdef __DECCXX
#pragma define_template CharMapPage<unsigned int>
#else
#ifdef __xlC__
#pragma define(CharMapPage<unsigned int>)
#else
#ifdef SP_ANSI_CLASS_INST
template class CharMapPage<unsigned int>;
#else
typedef CharMapPage<unsigned int> Dummy_0;
#endif
#endif
#endif
#ifdef __DECCXX
#pragma define_template ISet<unsigned int>
#else
#ifdef __xlC__
#pragma define(ISet<unsigned int>)
#else
#ifdef SP_ANSI_CLASS_INST
template class ISet<unsigned int>;
#else
typedef ISet<unsigned int> Dummy_1;
#endif
#endif
#endif
#ifdef __DECCXX
#pragma define_template ISet<unsigned short>
#else
#ifdef __xlC__
#pragma define(ISet<unsigned short>)
#else
#ifdef SP_ANSI_CLASS_INST
template class ISet<unsigned short>;
#else
typedef ISet<unsigned short> Dummy_2;
#endif
#endif
#endif
#ifdef __DECCXX
#pragma define_template OwnerTable<HashTableItemBase<String<unsigned short> >, String<unsigned short>, Hash, HashTableKeyFunction<String<unsigned short> > >
#else
#ifdef __xlC__
#pragma define(OwnerTable<HashTableItemBase<String<unsigned short> >, String<unsigned short>, Hash, HashTableKeyFunction<String<unsigned short> > >)
#else
#ifdef SP_ANSI_CLASS_INST
template class OwnerTable<HashTableItemBase<String<unsigned short> >, String<unsigned short>, Hash, HashTableKeyFunction<String<unsigned short> > >;
#else
typedef OwnerTable<HashTableItemBase<String<unsigned short> >, String<unsigned short>, Hash, HashTableKeyFunction<String<unsigned short> > > Dummy_3;
#endif
#endif
#endif
#ifdef __DECCXX
#pragma define_template Ptr<CodingSystemKit>
#else
#ifdef __xlC__
#pragma define(Ptr<CodingSystemKit>)
#else
#ifdef SP_ANSI_CLASS_INST
template class Ptr<CodingSystemKit>;
#else
typedef Ptr<CodingSystemKit> Dummy_4;
#endif
#endif
#endif
#ifdef __DECCXX
#pragma define_template Ptr<EntityCatalog>
#else
#ifdef __xlC__
#pragma define(Ptr<EntityCatalog>)
#else
#ifdef SP_ANSI_CLASS_INST
template class Ptr<EntityCatalog>;
#else
typedef Ptr<EntityCatalog> Dummy_5;
#endif
#endif
#endif
#ifdef __DECCXX
#pragma define_template Ptr<EntityManager>
#else
#ifdef __xlC__
#pragma define(Ptr<EntityManager>)
#else
#ifdef SP_ANSI_CLASS_INST
template class Ptr<EntityManager>;
#else
typedef Ptr<EntityManager> Dummy_6;
#endif
#endif
#endif
#ifdef __DECCXX
#pragma define_template Ptr<ExtendEntityManager>
#else
#ifdef __xlC__
#pragma define(Ptr<ExtendEntityManager>)
#else
#ifdef SP_ANSI_CLASS_INST
template class Ptr<ExtendEntityManager>;
#else
typedef Ptr<ExtendEntityManager> Dummy_7;
#endif
#endif
#endif
#ifdef __DECCXX
#pragma define_template Ptr<Origin>
#else
#ifdef __xlC__
#pragma define(Ptr<Origin>)
#else
#ifdef SP_ANSI_CLASS_INST
template class Ptr<Origin>;
#else
typedef Ptr<Origin> Dummy_8;
#endif
#endif
#endif
#ifdef __DECCXX
#pragma define_template Ptr<SharedXcharMap<unsigned char> >
#else
#ifdef __xlC__
#pragma define(Ptr<SharedXcharMap<unsigned char> >)
#else
#ifdef SP_ANSI_CLASS_INST
template class Ptr<SharedXcharMap<unsigned char> >;
#else
typedef Ptr<SharedXcharMap<unsigned char> > Dummy_9;
#endif
#endif
#endif
#ifdef __DECCXX
#pragma define_template String<unsigned short>
#else
#ifdef __xlC__
#pragma define(String<unsigned short>)
#else
#ifdef SP_ANSI_CLASS_INST
template class String<unsigned short>;
#else
typedef String<unsigned short> Dummy_10;
#endif
#endif
#endif
#ifdef __DECCXX
#pragma define_template Vector<CharsetDeclSection>
#else
#ifdef __xlC__
#pragma define(Vector<CharsetDeclSection>)
#else
#ifdef SP_ANSI_CLASS_INST
template class Vector<CharsetDeclSection>;
#else
typedef Vector<CharsetDeclSection> Dummy_11;
#endif
#endif
#endif
#ifdef __DECCXX
#pragma define_template Vector<RangeMapRange<unsigned int, unsigned int> >
#else
#ifdef __xlC__
#pragma define(Vector<RangeMapRange<unsigned int, unsigned int> >)
#else
#ifdef SP_ANSI_CLASS_INST
template class Vector<RangeMapRange<unsigned int, unsigned int> >;
#else
typedef Vector<RangeMapRange<unsigned int, unsigned int> > Dummy_12;
#endif
#endif
#endif
#ifdef __DECCXX
#pragma define_template Vector<String<unsigned short> >
#else
#ifdef __xlC__
#pragma define(Vector<String<unsigned short> >)
#else
#ifdef SP_ANSI_CLASS_INST
template class Vector<String<unsigned short> >;
#else
typedef Vector<String<unsigned short> > Dummy_13;
#endif
#endif
#endif
#ifdef __DECCXX
#pragma define_template Vector<TextItem>
#else
#ifdef __xlC__
#pragma define(Vector<TextItem>)
#else
#ifdef SP_ANSI_CLASS_INST
template class Vector<TextItem>;
#else
typedef Vector<TextItem> Dummy_14;
#endif
#endif
#endif
#ifdef __DECCXX
#pragma define_template Vector<char const *>
#else
#ifdef __xlC__
#pragma define(Vector<char const *>)
#else
#ifdef SP_ANSI_CLASS_INST
template class Vector<char const *>;
#else
typedef Vector<char const *> Dummy_15;
#endif
#endif
#endif
#ifdef SP_NAMESPACE
}
#endif
#endif /* SP_MANUAL_INST */
|