Assimp  v3.1.1 (June 2014)
irrXML.cpp File Reference

Classes

class  irr::io::CFileReadCallBack
 Implementation of the file read callback for ordinary files. More...
 

Namespaces

 irr
 
 irr::io
 

Functions

IrrXMLReader * irr::io::createIrrXMLReader (const char *filename)
 Creates an instance of an UFT-8 or ASCII character xml parser. More...
 
IrrXMLReader * irr::io::createIrrXMLReader (FILE *file)
 Creates an instance of an UFT-8 or ASCII character xml parser. More...
 
IrrXMLReader * irr::io::createIrrXMLReader (IFileReadCallBack *callback)
 Creates an instance of an UFT-8 or ASCII character xml parser. More...
 
IrrXMLReaderUTF16 * irr::io::createIrrXMLReaderUTF16 (const char *filename)
 Creates an instance of an UTF-16 xml parser. More...
 
IrrXMLReaderUTF16 * irr::io::createIrrXMLReaderUTF16 (FILE *file)
 Creates an instance of an UTF-16 xml parser. More...
 
IrrXMLReaderUTF16 * irr::io::createIrrXMLReaderUTF16 (IFileReadCallBack *callback)
 Creates an instance of an UTF-16 xml parser. More...
 
IrrXMLReaderUTF32 * irr::io::createIrrXMLReaderUTF32 (const char *filename)
 Creates an instance of an UTF-32 xml parser. More...
 
IrrXMLReaderUTF32 * irr::io::createIrrXMLReaderUTF32 (FILE *file)
 Creates an instance of an UTF-32 xml parser. More...
 
IrrXMLReaderUTF32 * irr::io::createIrrXMLReaderUTF32 (IFileReadCallBack *callback)
 Creates an instance of an UTF-32 xml parser. More...