libxmlfwd.h

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                          ____ _   __ __ ___                          |
00003 |                         |__  / \ / / . \ . \                         |
00004 |                           / / \ V /|  _/  _/                         |
00005 |                          / /__ | | | | | |                           |
00006 |                         /_____||_| |_| |_|                           |
00007 |                                                                      |
00008 \---------------------------------------------------------------------*/
00012 #ifndef ZYPP_PARSER_XML_LIBXMLFWD_H
00013 #define ZYPP_PARSER_XML_LIBXMLFWD_H
00014 
00015 extern "C"
00016 {
00017 #include <libxml/xmlreader.h>
00018 #include <libxml/xmlerror.h>
00019 }
00020 
00021 #include <iosfwd>
00022 
00024 namespace zypp
00025 { 
00026 
00027   namespace xml
00028   { 
00029 
00030     typedef xmlTextReaderMode ReadState;
00032     std::ostream & operator<<( std::ostream & str, const ReadState & obj );
00033 
00034     typedef xmlReaderTypes NodeType;
00036     std::ostream & operator<<( std::ostream & str, const NodeType & obj );
00037 
00039   } // namespace xml
00042 } // namespace zypp
00044 #endif // ZYPP_PARSER_XML_LIBXMLFWD_H

doxygen