Qore Programming Language
0.8.11.1
|
This is the complete list of members for QoreHashNode, including all inherited members.
AbstractQoreNode(qore_type_t t, bool n_value, bool n_needs_eval, bool n_there_can_be_only_one=false, bool n_custom_reference_handlers=false) | AbstractQoreNode | |
AbstractQoreNode(const AbstractQoreNode &v) | AbstractQoreNode | |
bigIntEval(ExceptionSink *xsink) const | AbstractQoreNode | |
bigIntEvalImpl(ExceptionSink *xsink) const | QoreHashNode | protectedvirtual |
boolEval(ExceptionSink *xsink) const | AbstractQoreNode | |
boolEvalImpl(ExceptionSink *xsink) const | QoreHashNode | protectedvirtual |
clearNeedsEval() | QoreHashNode | |
compareHard(const QoreHashNode *h, ExceptionSink *xsink) const | QoreHashNode | |
compareSoft(const QoreHashNode *h, ExceptionSink *xsink) const | QoreHashNode | |
copy() const | QoreHashNode | |
custom_reference_handlers | AbstractQoreNode | protected |
deleteKey(const QoreString *key, ExceptionSink *xsink) | QoreHashNode | |
deleteKey(const char *key, ExceptionSink *xsink) | QoreHashNode | |
deref(ExceptionSink *xsink) | AbstractQoreNode | |
derefImpl(ExceptionSink *xsink) | QoreHashNode | protectedvirtual |
empty() const | QoreHashNode | |
eval(ExceptionSink *xsink) const | AbstractQoreNode | |
eval(bool &needs_deref, ExceptionSink *xsink) const | AbstractQoreNode | |
evalImpl(ExceptionSink *xsink) const | QoreHashNode | protectedvirtual |
evalImpl(bool &needs_deref, ExceptionSink *xsink) const | QoreHashNode | protectedvirtual |
existsKey(const char *key) const | QoreHashNode | |
existsKeyValue(const char *key) const | QoreHashNode | |
floatEval(ExceptionSink *xsink) const | AbstractQoreNode | |
floatEvalImpl(ExceptionSink *xsink) const | QoreHashNode | protectedvirtual |
getAsBigInt() const | AbstractQoreNode | |
getAsBool() const | AbstractQoreNode | |
getAsBoolImpl() const | QoreHashNode | virtual |
getAsFloat() const | AbstractQoreNode | |
getAsInt() const | AbstractQoreNode | |
getAsString(QoreString &str, int foff, ExceptionSink *xsink) const | QoreHashNode | virtual |
getAsString(bool &del, int foff, ExceptionSink *xsink) const | QoreHashNode | virtual |
getDateTimeRepresentation(bool &del) const | AbstractQoreNode | virtual |
getDateTimeRepresentation(DateTime &dt) const | AbstractQoreNode | virtual |
getExistingValuePtr(const QoreString *key, ExceptionSink *xsink) | QoreHashNode | |
getExistingValuePtr(const char *key) | QoreHashNode | |
getFirstKey() const | QoreHashNode | |
getKeyAsBigInt(const char *key, bool &found) const | QoreHashNode | |
getKeyAsBool(const char *key, bool &found) const | QoreHashNode | |
getKeys() const | QoreHashNode | |
getKeyValue(const QoreString *key, ExceptionSink *xsink) | QoreHashNode | |
getKeyValue(const QoreString &key, ExceptionSink *xsink) | QoreHashNode | |
getKeyValue(const QoreString *key, ExceptionSink *xsink) const | QoreHashNode | |
getKeyValue(const char *key) | QoreHashNode | |
getKeyValue(const char *key) const | QoreHashNode | |
getKeyValueExistence(const char *key, bool &exists) | QoreHashNode | |
getKeyValueExistence(const char *key, bool &exists) const | QoreHashNode | |
getKeyValueExistence(const QoreString *key, bool &exists, ExceptionSink *xsink) | QoreHashNode | |
getKeyValueExistence(const QoreString *key, bool &exists, ExceptionSink *xsink) const | QoreHashNode | |
getKeyValuePtr(const QoreString *key, ExceptionSink *xsink) | QoreHashNode | |
getKeyValuePtr(const char *key) | QoreHashNode | |
getLastKey() const | QoreHashNode | |
getStaticTypeCode() | QoreHashNode | inlinestatic |
getStaticTypeName() | QoreHashNode | inlinestatic |
getStringRepresentation(bool &del) const | AbstractQoreNode | virtual |
getStringRepresentation(QoreString &str) const | AbstractQoreNode | virtual |
getType() const | AbstractQoreNode | inline |
getTypeName() const | QoreHashNode | virtual |
hashRefSelf() const | QoreHashNode | |
integerEval(ExceptionSink *xsink) const | AbstractQoreNode | |
integerEvalImpl(ExceptionSink *xsink) const | QoreHashNode | protectedvirtual |
is_equal_hard(const AbstractQoreNode *v, ExceptionSink *xsink) const | QoreHashNode | virtual |
is_equal_soft(const AbstractQoreNode *v, ExceptionSink *xsink) const | QoreHashNode | virtual |
is_unique() const | QoreReferenceCounter | inline |
is_value() const | AbstractQoreNode | inline |
isReferenceCounted() const | AbstractQoreNode | inline |
merge(const QoreHashNode *h, ExceptionSink *xsink) | QoreHashNode | |
mRO | QoreReferenceCounter | mutableprotected |
needs_eval() const | AbstractQoreNode | inline |
needs_eval_flag | AbstractQoreNode | protected |
parseInit(LocalVar *oflag, int pflag, int &lvids, const QoreTypeInfo *&typeInfo) | QoreHashNode | virtual |
priv | QoreHashNode | protected |
QoreHashNode() | QoreHashNode | |
QoreReferenceCounter() | QoreReferenceCounter | |
realCopy() const | QoreHashNode | virtual |
ref() const | AbstractQoreNode | |
reference_count() const | QoreReferenceCounter | inline |
refSelf() const | AbstractQoreNode | |
removeKey(const QoreString *key, ExceptionSink *xsink) | QoreHashNode | |
removeKey(const char *key, ExceptionSink *xsink) | QoreHashNode | |
ROdereference() const | QoreReferenceCounter | |
ROreference() const | QoreReferenceCounter | |
setKeyValue(const QoreString *key, AbstractQoreNode *value, ExceptionSink *xsink) | QoreHashNode | |
setKeyValue(const QoreString &key, AbstractQoreNode *value, ExceptionSink *xsink) | QoreHashNode | |
setKeyValue(const char *key, AbstractQoreNode *value, ExceptionSink *xsink) | QoreHashNode | |
setNeedsEval() | QoreHashNode | |
size() const | QoreHashNode | |
swapKeyValue(const QoreString *key, AbstractQoreNode *value, ExceptionSink *xsink) | QoreHashNode | |
swapKeyValue(const char *key, AbstractQoreNode *value) | QoreHashNode | |
swapKeyValue(const char *key, AbstractQoreNode *value, ExceptionSink *xsink) | QoreHashNode | |
takeKeyValue(const QoreString *key, ExceptionSink *xsink) | QoreHashNode | |
takeKeyValue(const char *key) | QoreHashNode | |
there_can_be_only_one | AbstractQoreNode | protected |
type | AbstractQoreNode | protected |
value | AbstractQoreNode | protected |
~AbstractQoreNode() | AbstractQoreNode | protectedvirtual |
~QoreHashNode() | QoreHashNode | protectedvirtual |
~QoreReferenceCounter() | QoreReferenceCounter |