Qore Programming Language  0.8.3
Deprecated List
Member HashIterator::getValuePtr () const
use HashAssignmentHelper instead; using this function could result in a memory leak
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 QoreString *key, ExceptionSink *xsink)
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::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 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
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
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines