manages a reference count of a pointer to a class that takes a simple "deref()" call with no arguments
More...
#include <ReferenceHolder.h>
template<typename T = class SimpleQoreNode>
class SimpleRefHolder< T >
manages a reference count of a pointer to a class that takes a simple "deref()" call with no arguments
str->concatUnicode(code, xsink);
return *xsink ? str.release() : 0;
DLLEXPORT const QoreEncoding * QCS_UTF8
UTF-8 multi-byte encoding (only UTF-8 and UTF-16 are multi-byte encodings)
Definition: QoreEncoding.h:247
Qore's string value type, reference counted, dynamically-allocated only.
Definition: QoreStringNode.h:50
manages a reference count of a pointer to a class that takes a simple "deref()" call with no argument...
Definition: ReferenceHolder.h:118
◆ SimpleRefHolder()
template<typename T = class SimpleQoreNode>
move constructor
- Since
- Qore 0.9
The documentation for this class was generated from the following file: