Qore Programming Language
0.8.11.1
Main Page
Related Pages
Modules
Classes
Files
Deprecated List
Member
BuiltinFunctionList::add
(const char *name, q_func_t f, int functional_domain=QDOM_DEFAULT)
use QoreNamespace::addBuiltinVariant() instead
Member
BuiltinFunctionList::add2
(const char *name, q_func_t f, int64 code_flags=QC_NO_FLAGS, int64 functional_domain=QDOM_DEFAULT, const QoreTypeInfo *returnTypeInfo=0, unsigned num_params=0,...)
use QoreNamespace::addBuiltinVariant() instead
Member
BuiltinFunctionList::add3
(const char *name, q_func_t f, int64 code_flags=QC_NO_FLAGS, int64 functional_domain=QDOM_DEFAULT, const QoreTypeInfo *returnTypeInfo=0, const type_vec_t &typeList=
type_vec_t()
, const arg_vec_t &defaultArgList=
arg_vec_t()
)
use QoreNamespace::addBuiltinVariant() instead
Member
BuiltinFunctionList::find
(const char *name)
as of Qore 0.8.4
Member
builtinFunctions
use
QoreNamespace
functions instead
Member
Datasource::execRaw
(const
QoreString
*query_str, const
QoreListNode
*args,
ExceptionSink
*xsink)
this function will be removed in the next major version of the Qore library due to the inclusion of the extraneous and ignored
args
parameter
Member
HashIterator::getValuePtr
() const
use
HashAssignmentHelper
instead; using this function could result in a memory leak
Member
ParseOptionMap::find_code
(const char *name)
: do not use; uses the wrong return type; use find_code64() instead
Member
QoreCondition::wait
(pthread_mutex_t *m, int timeout_ms)
use wait2(pthread_mutex_t*, int64) instead
Member
QoreCondition::wait
(
QoreThreadLock
*l, int timeout_ms)
use wait2(QoreThreadLock*, int64) instead
Member
QoreCondition::wait
(
QoreThreadLock
&l, int timeout_ms)
use wait2(QoreThreadLock&, int64) instead
Member
QoreFile::getPos
()
: only the const variant will remain in the future
Member
QoreHashNode::getExistingValuePtr
(const
QoreString
*key,
ExceptionSink
*xsink)
use
HashAssignmentHelper
instead; using this function could result in a memory leak
Member
QoreHashNode::getExistingValuePtr
(const char *key)
use
HashAssignmentHelper
instead; using this function could result in a memory leak
Member
QoreHashNode::getKeyValuePtr
(const char *key)
use
HashAssignmentHelper
instead; using this function could result in a memory leak
Member
QoreHashNode::getKeyValuePtr
(const
QoreString
*key,
ExceptionSink
*xsink)
use
HashAssignmentHelper
instead; using this function could result in a memory leak
Member
QoreHashNode::swapKeyValue
(const char *key,
AbstractQoreNode
*value)
this api could cause a crash if types are implemented for hash keys and the value to be assigned cannot be assigned; this API will be removed in a future version of the Qore library
Member
QoreObject::validInstanceOf
(qore_classid_t cid) const
use validInstanceOf(const QoreClass&) instead
Member
QoreSocket::bind
(const struct sockaddr *addr, int addr_size)
use bind(int family, const struct sockaddr *addr, int addr_size, int socktype, int protocol) instead
Member
QoreString::concatDecodeUrl
(const char *url)
does not support RFC 3986, use concatEncodeUrl(ExceptionSink*, const QoreString&, bool) instead
Member
QoreTypeSafeReferenceHelper::assign
(
AbstractQoreNode
*val,
ExceptionSink
*xsink)
use
QoreTypeSafeReferenceHelper::assign(AbstractQoreNode *val)
instead
Member
QoreTypeSafeReferenceHelper::QoreTypeSafeReferenceHelper
(const
ReferenceNode
*ref,
AutoVLock
&vl,
ExceptionSink
*xsink)
the
AutoVLock
argument is ignored in this deprecated version
Class
SocketSource
use
QoreSocket::getPeerInfo()
and
QoreSocket::getSocketInfo()
to get more detailed information; this data structure will not be enhanced and will disappear in the next major version of the Qore library