00001 /* 00002 * XSIFParser 00003 * Universal Accelerator Parser 00004 * Copyright (C) 2006 David Sagan 00005 * 00006 * This library is free software; you can redistribute it and/or modify it 00007 * under the terms of the GNU Lesser General Public License as published by 00008 * the Free Software Foundation; either version 3 of the License, or (at 00009 * your option) any later version. 00010 * 00011 * This library is distributed in the hope that it will be useful, but WITHOUT 00012 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 00013 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License 00014 * for more details. 00015 * 00016 * You should have received a copy of the GNU Lesser General Public License 00017 * along with this library; if not, write to the Free Software Foundation, Inc., 00018 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00019 * 00020 * Direct questions, comments, etc to: 00021 * David Sagan (dcs16@cornell.edu) 00022 */ 00023 00024 #ifndef XSIFParser_hpp 00025 #define XSIFParser_hpp 1 00026 00027 #include "Translate/TranslateCore.hpp" 00028 00029 //----------------------------------------------------------------------- 00030 00031 class XSIFParser : public TranslateCore { 00032 public: 00033 00036 XSIFParser(); 00037 00038 private: 00039 00040 void init_lists_xsif(); 00041 00042 }; 00043 00044 00045 #endif
1.5.7