Skylicht Engine
Toggle main menu visibility
Loading...
Searching...
No Matches
Irrlicht
Include
IXMLReader.h
1
// Copyright (C) 2002-2012 Nikolaus Gebhardt
2
// This file is part of the "Irrlicht Engine".
3
// For conditions of distribution and use, see copyright notice in irrlicht.h
4
5
#ifndef __I_XML_READER_H_INCLUDED__
6
#define __I_XML_READER_H_INCLUDED__
7
8
#include "IReferenceCounted.h"
9
#include "
irrXML.h
"
10
11
namespace
irr
12
{
13
namespace
io
14
{
16
19
typedef
IIrrXMLReader<wchar_t, IReferenceCounted>
IXMLReader
;
20
22
25
typedef
IIrrXMLReader<c8, IReferenceCounted>
IXMLReaderUTF8
;
26
27
}
// end namespace io
28
}
// end namespace irr
29
30
#endif
31
irr::io::IIrrXMLReader
Interface providing easy read access to a XML file.
Definition
irrXML.h:276
irrXML.h
Header file of the irrXML, the Irrlicht XML parser.
irr::io
This namespace provides interfaces for input/output: Reading and writing files, accessing zip archive...
Definition
EAttributes.h:11
irr::io::IXMLReaderUTF8
IIrrXMLReader< c8, IReferenceCounted > IXMLReaderUTF8
An xml reader for ASCII or UTF-8 characters, derived from IReferenceCounted.
Definition
IXMLReader.h:25
irr::io::IXMLReader
IIrrXMLReader< wchar_t, IReferenceCounted > IXMLReader
An xml reader for wide characters, derived from IReferenceCounted.
Definition
IXMLReader.h:19
irr
Everything in the Irrlicht Engine can be found in this namespace.
Definition
Skylicht.h:33
Generated by
1.17.0