Assimp  v3.1.1 (June 2014)
encodedstream.h File Reference

Classes

class  AutoUTFInputStream< CharType, InputByteStream >
 Input stream wrapper with dynamically bound encoding and automatic encoding detection. More...
 
class  AutoUTFOutputStream< CharType, OutputByteStream >
 Output stream wrapper with dynamically bound encoding and automatic encoding detection. More...
 
class  EncodedInputStream< Encoding, InputByteStream >
 Input byte stream wrapper with a statically bound encoding. More...
 
class  EncodedOutputStream< Encoding, OutputByteStream >
 Output byte stream wrapper with statically bound encoding. More...
 

Macros

#define RAPIDJSON_ENCODINGS_FUNC(x)   UTF8<Ch>::x, UTF16LE<Ch>::x, UTF16BE<Ch>::x, UTF32LE<Ch>::x, UTF32BE<Ch>::x
 

Macro Definition Documentation

◆ RAPIDJSON_ENCODINGS_FUNC

#define RAPIDJSON_ENCODINGS_FUNC (   x)    UTF8<Ch>::x, UTF16LE<Ch>::x, UTF16BE<Ch>::x, UTF32LE<Ch>::x, UTF32BE<Ch>::x