arsa  2.7
IXMLWriter.h
Go to the documentation of this file.
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_WRITER_H_INCLUDED__
6 #define __I_XML_WRITER_H_INCLUDED__
7 
8 #include "IReferenceCounted.h"
9 #include "irrXML.h"
10 
11 namespace irr
12 {
13 namespace io
14 {
16 
18 
20 
22 
23 } // end namespace io
24 } // end namespace irr
25 
26 #endif
IIrrXMLWriter< wchar_t, IReferenceCounted > IXMLWriter
An xml writer for wide characters, derived from IReferenceCounted.
Definition: IXMLWriter.h:17
Everything in the Irrlicht Engine can be found in this namespace.
Definition: CARSADPad.h:6
IIrrXMLWriter< c8, IReferenceCounted > IXMLWriterUTF8
An xml writer for ASCII or UTF-8 characters, derived from IReferenceCounted.
Definition: IXMLWriter.h:21
Interface providing methods for making it easier to write XML files.
Definition: irrXML.h:377
Header file of the irrXML, the Irrlicht XML parser.