Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MaximInterface
AutoUTFOutputStream< CharType, OutputByteStream > Class Template Reference
Output stream wrapper with dynamically bound encoding and automatic encoding detection. More...
#include <encodedstream.h>
Public Member Functions | |
| AutoUTFOutputStream (OutputByteStream &os, UTFType type, bool putBOM) | |
| Constructor. | |
Detailed Description
template<typename CharType, typename OutputByteStream>
class AutoUTFOutputStream< CharType, OutputByteStream >
Output stream wrapper with dynamically bound encoding and automatic encoding detection.
- Template Parameters:
-
CharType Type of character for writing. OutputByteStream type of output byte stream to be wrapped.
Definition at line 233 of file encodedstream.h.
Constructor & Destructor Documentation
| AutoUTFOutputStream | ( | OutputByteStream & | os, |
| UTFType | type, | ||
| bool | putBOM | ||
| ) |
Constructor.
- Parameters:
-
os output stream to be wrapped. type UTF encoding type. putBOM Whether to write BOM at the beginning of the stream.
Definition at line 244 of file encodedstream.h.
Generated on Tue Jul 12 2022 12:06:50 by
1.7.2