template struct Core::Text::UTFWriter
#include <coreutfcodec.h> template <UTFCodec::EncodeFunction encode, int maxOutput> struct UTFWriter { // construction UTFWriter(unsigned char* dest, int maxBytes); // methods bool writeNext(uchar32 c); }; // direct descendants struct UTF16Writer; struct UTF8Writer;