arsa  2.7
Namespaces | Typedefs
IXMLWriter.h File Reference
#include "IReferenceCounted.h"
#include "irrXML.h"

Go to the source code of this file.

Namespaces

 irr
 Everything in the Irrlicht Engine can be found in this namespace.
 
 irr::io
 This namespace provides interfaces for input/output: Reading and writing files, accessing zip archives, xml files, ...
 

Typedefs

typedef IIrrXMLWriter< wchar_t, IReferenceCounted > irr::io::IXMLWriter
 An xml writer for wide characters, derived from IReferenceCounted. More...
 
typedef IIrrXMLWriter< c8, IReferenceCounted > irr::io::IXMLWriterUTF8
 An xml writer for ASCII or UTF-8 characters, derived from IReferenceCounted. More...