ss_ss2pi_typedefs.hh

Go to the documentation of this file.
00001 /*
00002    The lestes compiler suite
00003    Copyright (C) 2002, 2003, 2004, 2005 Miroslav Tichy
00004    Copyright (C) 2002, 2003, 2004, 2005 Petr Zika
00005    Copyright (C) 2002, 2003, 2004, 2005 Vojtech Hala
00006    Copyright (C) 2002, 2003, 2004, 2005 Jiri Kosina
00007    Copyright (C) 2002, 2003, 2004, 2005 Pavel Sanda
00008    Copyright (C) 2002, 2003, 2004, 2005 Jan Zouhar
00009    Copyright (C) 2002, 2003, 2004, 2005 Rudolf Thomas
00010 
00011    This program is free software; you can redistribute it and/or modify
00012    it under the terms of the GNU General Public License as published by
00013    the Free Software Foundation; version 2 of the License.
00014 
00015    This program is distributed in the hope that it will be useful,
00016    but WITHOUT ANY WARRANTY; without even the implied warranty of
00017    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00018    GNU General Public License for more details.
00019 
00020    See the full text of the GNU General Public License version 2, and
00021    the limitations in the file doc/LICENSE.
00022 
00023    By accepting the license the licensee waives any and all claims
00024    against the copyright holder(s) related in whole or in part to the
00025    work, its use, and/or the inability to use it.
00026  
00027  */
00028 #ifndef lestes__lang__cplus__sem___ss_ss2pi_typedefs_hh___included
00029 #define lestes__lang__cplus__sem___ss_ss2pi_typedefs_hh___included
00030 
00031 /*! \file
00032   Declarations used for ss2pi transformation.
00033   \author ps
00034   \author pt
00035   \todo pt Doxyment the content.
00036 */
00037 #include <lestes/common.hh>
00038 #include <lestes/std/map.hh>
00039 #include <lestes/std/pair.hh>
00040 
00041 package(lestes);
00042 package(backend_v2);
00043 package(intercode);
00044 
00045 class pi_operand;
00046 class pi_mem;
00047 class pi_mem_factory;
00048 
00049 end_package(intercode);
00050 end_package(backend_v2);
00051 
00052 package(lang);
00053 package(cplus);
00054 package(sem);
00055 
00056 
00057 ptr< ::lestes::backend_v2::intercode::pi_sp > ss_sp2pi_sp(ptr < ss_sp > sp);
00058 
00059 
00060 //typedef  ::lestes::std::list< srp< ::lestes::backend_v2::intercode::pi_operand > >  list_oper_type;
00061 typedef  ::lestes::std::list< srp< ::lestes::backend_v2::intercode::pi_mem > >  list_mem_type;
00062 typedef ::lestes::std::map< srp< ss_declaration >, srp< ::lestes::backend_v2::intercode::pi_mem_factory> >  variable_map_type ;
00063 typedef ::lestes::std::pair< srp< ss_function_declaration >, srp< ::lestes::backend_v2::intercode::pi_mem_factory > > destructor_entry_type ;
00064 typedef ::lestes::std::map< srp< ss_expression >, srp< ::lestes::backend_v2::intercode::pi_operand > > expression_results_map_type ;
00065 
00066 end_package(sem);
00067 end_package(cplus);
00068 end_package(lang);
00069 end_package(lestes);
00070 
00071 #endif
00072 

Generated on Mon Feb 12 18:23:30 2007 for lestes by doxygen 1.5.1-20070107