Home | Class list | Files | Namespace Members | Class members | File members

irr::io::IXMLBase Class Reference

Empty class to be used as parent class for IrrXMLReader. More...

#include <irrXML.h>


Detailed Description

Empty class to be used as parent class for IrrXMLReader.

If you need another class as base class for the xml reader, you can do this by creating the reader using for example new CXMLReaderImpl<char, YourBaseClass>(yourcallback); The Irrlicht Engine for example needs IUnknown as base class for every object to let it automaticly reference countend, hence it replaces IXMLBase with IUnknown. See irrXML.cpp on how this can be done in detail.

Definition at line 235 of file irrXML.h.


The documentation for this class was generated from the following file:
irrXML
The irrXML Documentation © 2003-2005 by Nikolaus Gebhardt. Generated on Sat Nov 12 17:28:48 2005 by Doxygen (1.4.2)