, 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 | |
bigIntEval(ExceptionSink *xsink) const | AbstractQoreNode | |
bigIntEvalImpl(ExceptionSink *xsink) const | QoreHashNode | [protected, virtual] |
boolEval(ExceptionSink *xsink) const | AbstractQoreNode | |
boolEvalImpl(ExceptionSink *xsink) const | QoreHashNode | [protected, virtual] |
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 | [protected, virtual] |
empty() const | QoreHashNode | |
eval(ExceptionSink *xsink) const | AbstractQoreNode | |
eval(bool &needs_deref, ExceptionSink *xsink) const | AbstractQoreNode | |
evalImpl(ExceptionSink *xsink) const | QoreHashNode | [protected, virtual] |
evalImpl(bool &needs_deref, ExceptionSink *xsink) const | QoreHashNode | [protected, virtual] |
floatEval(ExceptionSink *xsink) const | AbstractQoreNode | |
floatEvalImpl(ExceptionSink *xsink) const | QoreHashNode | [protected, virtual] |
getAsBigInt() const | AbstractQoreNode | |
getAsBool() const | AbstractQoreNode | |
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 | |
getKeys() const | 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 | |
getStaticTypeName() | QoreHashNode | [inline, static] |
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 | [protected, virtual] |
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 | [mutable, protected] |
needs_eval() const | AbstractQoreNode | [inline] |
needs_eval_flag | AbstractQoreNode | [protected] |
parseInit(LocalVar *oflag, int pflag, int &lvids) | AbstractQoreNode | [inline, 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 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 | |
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 | [protected, virtual] |
~QoreHashNode() | QoreHashNode | [protected, virtual] |
~QoreReferenceCounter() | QoreReferenceCounter | |