32 #ifndef _QORE_TRANSFORM_H
33 #define _QORE_TRANSFORM_H
35 #include "qore/AbstractPrivateData.h"
51 virtual std::pair<int64, int64>
apply(
const void *src,
int64 srcLen,
void *dst,
int64 dstLen,
the base class for all data to be used as private data of Qore objects
Definition: AbstractPrivateData.h:44
container for holding Qore-language exception information and also for registering a "thread_exit" ca...
Definition: ExceptionSink.h:48
long long int64
64bit integer type, cannot use int64_t here since it breaks the API on some 64-bit systems due to equ...
Definition: common.h:260