defs.hpp

Go to the documentation of this file.
00001 //  This file is part of jdl_parser.
00002 //
00003 //  jdl_parser is free software: you can redistribute it and/or modify
00004 //  it under the terms of the GNU General Public License as published by
00005 //  the Free Software Foundation, either version 3 of the License, or
00006 //  (at your option) any later version.
00007 //
00008 //  jdl_parser is distributed in the hope that it will be useful,
00009 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
00010 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00011 //  GNU General Public License for more details.
00012 //
00013 //  You should have received a copy of the GNU General Public License
00014 //  along with jdl_parser.  If not, see <http://www.gnu.org/licenses/>.
00015 
00016 // Copyright Simone Pellegrini 2007-2008; e-mail: motonacciu@gmail.com
00017 
00018 #ifndef JDL_PARSER_DEFS_HPP_
00019 #define JDL_PARSER_DEFS_HPP_
00020 
00021 #include <iostream>
00022 #include <vector>
00023 #include <string>
00024 #include <exception>
00025 #include <stdexcept>
00026 #include <fstream>
00027 #include <cassert>
00028 #include <cstdio>
00029 #include <cstdlib>
00030 #include <numeric>
00031 #include <map>
00032 
00033 #include <logger/logger.hpp>
00034 
00035 #include <boost/lexical_cast.hpp>
00036 #include <boost/shared_ptr.hpp>
00037 
00038 using namespace logger;
00039 using namespace std;
00040 
00041 namespace jdl{
00042         class component; 
00043 
00044         class visitor;
00045 
00046         class const_visitor;
00047 }
00048 
00049 namespace graph{
00050         class node; 
00051 
00052         class visitor;
00053 
00054         class const_visitor;
00055 }
00056 #endif /*JDL_PARSER_DEFS_HPP_*/

Generated on Sun Feb 17 16:55:14 2008 for JDLParser by  doxygen 1.5.3