Nirtcpp 2.1.0
Nirtcpp is a high-performance c++ graphics engine.
|
Empty class to be used as parent class for IrrXMLReader. More...
#include <nirtcpp/core/engine/irrXML.hpp>
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 Nirtcpp Engine for example needs IReferenceCounted as base class for every object to let it automatically reference counted, hence it replaces IXMLBase with IReferenceCounted. See irrXML.cpp on how this can be done in detail.