×
This method will split a string at certain delimiter characters into the container passed in as reference. The type of the container has to be given as template ...
Well, there are a couple choices from here. A) Develop a utf-16 string class that takes into account surrogate pairs in the string manipulation functions.
Very simple string class with some useful features. string<c8> and string<wchar_t> both accept Unicode AND ASCII/Latin-1, so you can assign Unicode to string ...
Returns: File name as zero terminated character string. virtual long irr::io::IReadFile::getPos, (, ), const [pure virtual] ...
It also is able to store a debug string for every instance of an object. Most objects of the Irrlicht Engine are derived from IReferenceCounted, and so they are ...
Creates a XML Reader from a file which returns all parsed strings as wide characters (wchar_t*). virtual IXMLReaderUTF8 * createXMLReaderUTF8 (const path ...
Adds an attribute as wide string array. virtual void addBinary (const c8 *attributeName, void *data, s32 dataSizeInBytes)=0. Adds an attribute as binary data.
irr::io::IIrrXMLReader< char_type, super_class > Class Template Reference ... Reads forward to the next xml node. Detailed Description. template<class char_type, ...
Reimplemented from irr::io::IAttributeExchangingObject. Definition at line 789 of file IGUIElement.h. References irr::core::string< T, TAlloc >::c_str ...
Called if an event happened. Detailed Description. Interface of an object which can receive events. Many of the engine's classes inherit IEventReceiver so they ...