libzypp
17.25.2
libxmlfwd.h
Go to the documentation of this file.
1
/*---------------------------------------------------------------------\
2
| ____ _ __ __ ___ |
3
| |__ / \ / / . \ . \ |
4
| / / \ V /| _/ _/ |
5
| / /__ | | | | | | |
6
| /_____||_| |_| |_| |
7
| |
8
\---------------------------------------------------------------------*/
12
#ifndef ZYPP_PARSER_XML_LIBXMLFWD_H
13
#define ZYPP_PARSER_XML_LIBXMLFWD_H
14
15
#include <libxml/xmlreader.h>
16
#include <libxml/xmlerror.h>
17
18
#include <iosfwd>
19
21
namespace
zypp
22
{
23
namespace
xml
25
{
26
27
typedef
xmlTextReaderMode
ReadState
;
29
std::ostream &
operator<<
( std::ostream &
str
,
const
ReadState
& obj );
30
31
typedef
xmlReaderTypes
NodeType
;
33
std::ostream &
operator<<
( std::ostream &
str
,
const
NodeType
& obj );
34
36
}
// namespace xml
39
}
// namespace zypp
41
#endif // ZYPP_PARSER_XML_LIBXMLFWD_H
zypp::xml::ReadState
xmlTextReaderMode ReadState
Definition:
libxmlfwd.h:27
zypp::xml::NodeType
xmlReaderTypes NodeType
Definition:
libxmlfwd.h:31
zypp::xml::operator<<
std::ostream & operator<<(std::ostream &str, const ReadState &obj)
Definition:
libxmlfwd.cc:29
zypp
Easy-to use interface to the ZYPP dependency resolver.
Definition:
CodePitfalls.doc:2
xml
str
String related utilities and Regular expression matching.
zypp
parser
xml
libxmlfwd.h
Generated by
1.8.20