⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gpartltr.cc

📁 Gambit 是一个游戏库理论软件
💻 CC
字号:
//// $Source: /home/gambit/CVS/gambit/sources/poly/gpartltr.cc,v $// $Date: 2002/08/27 17:29:45 $// $Revision: 1.2 $//// DESCRIPTION:// Instantiations of tree of partials classes//// This file is part of Gambit// Copyright (c) 2002, The Gambit Project//// This program is free software; you can redistribute it and/or modify// it under the terms of the GNU General Public License as published by// the Free Software Foundation; either version 2 of the License, or// (at your option) any later version.//// This program is distributed in the hope that it will be useful,// but WITHOUT ANY WARRANTY; without even the implied warranty of// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the// GNU General Public License for more details.//// You should have received a copy of the GNU General Public License// along with this program; if not, write to the Free Software// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.//#include "base/glist.imp"#include "gpartltr.imp"template class TreeOfPartials<gDouble>;template gOutput &operator<<(gOutput &f, const TreeOfPartials<gDouble> &y);template class gList<TreeOfPartials<gDouble> >;template gOutput &operator<<(gOutput &f, 			     const gList<TreeOfPartials<gDouble> > &y);template class gList<gList<TreeOfPartials<gDouble> > >;template gOutput &operator<<(gOutput &f, 			     const gList<gList<TreeOfPartials<gDouble> > > &y);template class gList<gList<gList<TreeOfPartials<gDouble> > > >;template class ListOfPartialTrees<gDouble>;template gOutput &operator<<(gOutput &f, 			     const ListOfPartialTrees<gDouble> &y);template class TreeOfPartials<gRational>;template gOutput &operator<<(gOutput &f, const TreeOfPartials<gRational> &y);template class gList<TreeOfPartials<gRational> >;template gOutput &operator<<(gOutput &f, 			     const gList<TreeOfPartials<gRational> > &y);template class gList<gList<TreeOfPartials<gRational> > >;template gOutput &operator<<(gOutput &f, 			   const gList<gList<TreeOfPartials<gRational> > > &y);template class gList<gList<gList<TreeOfPartials<gRational> > > >;template class ListOfPartialTrees<gRational>;template gOutput &operator<<(gOutput &f, 			     const ListOfPartialTrees<gRational> &y);//template class TreeOfPartials<double>;//template gOutput &operator<<(gOutput &f, const TreeOfPartials<double> &y);//template class gList<TreeOfPartials<double> >;//template gOutput &operator<<(gOutput &f, //			     const gList<TreeOfPartials<double> > &y);//template class gList<gList<TreeOfPartials<double> > >;//template gOutput &operator<<(gOutput &f, //			     const gList<gList<TreeOfPartials<double> > > &y);//template class gList<gList<gList<TreeOfPartials<double> > > >;//template class ListOfPartialTrees<double>;//template gOutput &operator<<(gOutput &f, //			     const ListOfPartialTrees<double> &y);#include "base/gtree.imp"template class gTreeNode<gPoly<gRational> >;template class gList<gTreeNode<gPoly<gRational> >*>;template class gTree<gPoly<gRational> >;template class gList<gTree<gPoly<gRational> > >;#ifndef __BCC55__template gOutput& operator << (gOutput& output, 			       const gTree<gPoly<gRational> >&);#endif  // __BCC55__template class gTreeNode<gPoly<gDouble> >;template class gList<gTreeNode<gPoly<gDouble> >*>;template class gTree<gPoly<gDouble> >;template class gList<gTree<gPoly<gDouble> > >;#ifndef __BCC55__template gOutput& operator << (gOutput& output, 			       const gTree<gPoly<gDouble> >&);#endif  // __BCC55__

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -