00001 /*****************************************************************************\
00002 * *
00003 * library XiMoL *
00004 * Copyright (C) 2002, 2003, 2004 Florent Tournois *
00005 * *
00006 * This library is free software; you can redistribute it and/or *
00007 * modify it under the terms of the GNU Lesser General Public *
00008 * License as published by the Free Software Foundation; either *
00009 * version 2.1 of the License, or (at your option) any later version. *
00010 * *
00011 * This library is distributed in the hope that it will be useful, *
00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
00014 * Lesser General Public License for more details. *
00015 * *
00016 * You should have received a copy of the GNU Lesser General Public *
00017 * License along with this library; if not, write to the Free Software *
00018 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
00019 * *
00020 \*****************************************************************************/
00021 //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
00022 /** \file
00023 \brief Include include all ximol headers.
00024
00025 \author Tournois Florent
00026 \version 1.0
00027
00028 $Id: ximol.hpp,v 1.14 2004/02/22 10:27:33 tournois Exp $
00029 $Log: ximol.hpp,v $
00030 Revision 1.14 2004/02/22 10:27:33 tournois
00031 Add some doc.
00032
00033 Revision 1.13 2004/02/22 09:54:19 tournois
00034 Change years on the copyright.
00035
00036 Revision 1.12 2004/01/29 20:52:35 tournois
00037 doc and tutorial.
00038
00039 Revision 1.11 2004/01/26 20:44:19 tournois
00040 no message
00041
00042 Revision 1.10 2004/01/22 22:06:53 tournois
00043 no message
00044
00045 Revision 1.9 2004/01/07 21:13:10 tournois
00046 no message
00047
00048 Revision 1.8 2004/01/06 21:04:10 tournois
00049 no message
00050
00051 Revision 1.7 2003/12/03 13:36:13 hfp
00052 include dependencies and type forwarding
00053
00054 Revision 1.6 2003/12/03 13:21:58 hfp
00055 include dependencies and type forwarding
00056
00057 Revision 1.5 2003/11/18 18:54:51 tournois
00058 Add str_cast and drop the transformation.hpp file.
00059
00060 Revision 1.4 2003/11/02 19:23:01 tournois
00061 Go to the boost coding standard.
00062 Change all name to lower case.
00063
00064 Revision 1.3 2003/10/25 13:53:39 hfp
00065 review and separation
00066
00067 Revision 1.2 2003/09/24 08:28:17 tournois
00068 Create the namespace Encoders, Parser, Xml
00069 Change the library organization.
00070 add VC7.1 project for this organization.
00071
00072 */
00073 //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
00074 #ifndef XIMOL_HPP_
00075 #define XIMOL_HPP_
00076
00077 #include <ximol/str_cast.hpp>
00078 #include <ximol/fstream.hpp>
00079 #include <ximol/sstream.hpp>
00080 #include <ximol/error.hpp>
00081 #include <ximol/io.hpp>
00082 #include <ximol/control_flow.hpp>
00083
00084 #include <ximol/xml/attributes.hpp>
00085 #include <ximol/xml/box.hpp>
00086 #include <ximol/xml/cdata.hpp>
00087 #include <ximol/xml/comment.hpp>
00088 #include <ximol/xml/content.hpp>
00089 #include <ximol/xml/etag.hpp>
00090 #include <ximol/xml/open_stag.hpp>
00091 #include <ximol/xml/prolog.hpp>
00092 #include <ximol/xml/reader.hpp>
00093 #include <ximol/xml/stag.hpp>
00094 #include <ximol/xml/xml_decl.hpp>
00095
00096 #include <ximol/config/force_link_ximol.hpp>
00097
00098 #endif // #ifndef XIMOL_HPP_