|
Assimp
v4.1. (December 2018)
|
Output stream wrapper with dynamically bound encoding and automatic encoding detection. More...
Public Types | |
| typedef CharType | Ch |
Public Member Functions | |
| AutoUTFOutputStream (OutputByteStream &os, UTFType type, bool putBOM) | |
| Constructor. More... | |
| void | Flush () |
| UTFType | GetType () const |
| Ch | Peek () const |
| void | Put (Ch c) |
| Ch * | PutBegin () |
| size_t | PutEnd (Ch *) |
| Ch | Take () |
| size_t | Tell () const |
Output stream wrapper with dynamically bound encoding and automatic encoding detection.
| CharType | Type of character for writing. |
| OutputByteStream | type of output byte stream to be wrapped. |
| typedef CharType AutoUTFOutputStream< CharType, OutputByteStream >::Ch |
|
inline |
Constructor.
| os | output stream to be wrapped. |
| type | UTF encoding type. |
| putBOM | Whether to write BOM at the beginning of the stream. |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |