32 #ifndef _QORE_STRINGREADERHELPER_H 33 #define _QORE_STRINGREADERHELPER_H 36 #include <type_traits> 41 #define DefaultStreamReaderHelperBufferSize 4096 43 typedef std::function<qore_offset_t(void*, size_t, ExceptionSink*)> f_read_t;
defines string encoding functions in Qore
Definition: QoreEncoding.h:83
Qore's string type supported by the QoreEncoding class.
Definition: QoreString.h:81
Qore's string value type, reference counted, dynamically-allocated only.
Definition: QoreStringNode.h:50
container for holding Qore-language exception information and also for registering a "thread_exit" ca...
Definition: ExceptionSink.h:46
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