pinapa-parser-all.h

Go to the documentation of this file.
00001 /*******************************************************************************
00002  * arch-tag: Matthieu Moy, Thu Oct 14 13:45:10 2004 (scp-parser-all.h)
00003  *------------------------------------------------------------------------------
00004  *         Copyright (c) STMicroelectronics,Verimag
00005  * Pinapa is free software; you can redistribute it and/or
00006  * modify it under the terms of the GNU Lesser General Public
00007  * License as published by the Free Software Foundation; either
00008  * version 2 of the License, or (at your option) any later version.
00009  * 
00010  * This library is distributed in the hope that it will be useful,
00011  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00012  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013  * Library General Public License for more details.
00014  *
00015  * You should have received a copy of the GNU Lesser General Public
00016  * License along with this library; if not, write to the Free
00017  * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
00018  * MA 02111-1307, USA
00019  *------------------------------------------------------------------------------
00020  *                 System Platform Group - HPC
00021  *******************************************************************************/
00022 
00030 #ifndef PINAPA_PARSER_ALL_H
00031 #define PINAPA_PARSER_ALL_H
00032 
00033 #include <iostream>
00034 #include <vector>
00035 #include <string>
00036 
00037 #include "pinapa-config.h"
00038 #include "pinapa-tree.h"
00039 #include "systemc.h"
00040 
00041 // namespace pinapa useless
00042 
00043 #endif // PINAPA_PARSER_ALL_H
Generated by
Matthieu Moy <Matthieu.Moy@st.com>
Back to Pinapa Home Page