// Copyright (c) 1995 David Engberg All rights reserved // $Id: CommonInstantiations.C,v 1.6 1998/04/12 22:14:44 geppetto Exp $ #include #include #include #include "JavaAttribute.h" #include "JavaCodeAttribute.h" #include "JavaTypeSignature.h" #include "JavaFieldInfo.h" #include "JavaFieldSignature.h" #include "InnerClassesTable.h" class CJavaConstant; class CJavaMethodInfo; template class vector; template class list; template class list; template class list; template class list; template class deque; template bool operator!=(deque::iterator const &, deque::iterator const &); template bool operator!=(deque::const_iterator const &, deque::const_iterator const &); template class map >; template class rb_tree, select1st, CJavaFieldSignature>, less >; template class less; template class pair; #define FIELDTREE rb_tree, select1st, CJavaFieldSignature>, less > template bool operator!=(FIELDTREE::iterator const &, FIELDTREE::iterator const &); template bool operator!=(FIELDTREE::const_iterator const &, FIELDTREE::const_iterator const &); typedef map > JavaFieldMap; template class map >; typedef map > JavaMethodMap; template class rb_tree, select1st, CJavaMethodSignature>, less >; template class pair; template class less; template bool operator!=(JavaMethodMap::iterator const &, JavaMethodMap::iterator const &); template bool operator!=(JavaMethodMap::const_iterator const &, JavaMethodMap::const_iterator const &);