32 #ifndef _QORE_ENCODINGCONVERSIONOUTPUTSTREAM_H 33 #define _QORE_ENCODINGCONVERSIONOUTPUTSTREAM_H 35 #include "qore/intern/TransformOutputStream.h" 36 #include "qore/intern/EncodingConvertor.h" 46 : TransformOutputStream(os,
new EncodingConvertor(srcEncoding, dstEncoding, xsink)) {
50 return "EncodingConversionOutputStream";
54 #endif // _QORE_ENCODINGCONVERSIONOUTPUTSTREAM_H defines string encoding functions in Qore
Definition: QoreEncoding.h:83
Private data for the Qore::EncodingConversionOutputStream class.
Definition: EncodingConversionOutputStream.h:41
Interface for private data of output streams.
Definition: OutputStream.h:44
DLLLOCAL const char * getName() override
Returns the name of the class.
Definition: EncodingConversionOutputStream.h:49
container for holding Qore-language exception information and also for registering a "thread_exit" ca...
Definition: ExceptionSink.h:46