, 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 | SimpleValueQoreNode | [protected, virtual] |
boolEval(ExceptionSink *xsink) const | AbstractQoreNode | |
boolEvalImpl(ExceptionSink *xsink) const | SimpleValueQoreNode | [protected, virtual] |
custom_reference_handlers | AbstractQoreNode | [protected] |
deref() | SimpleQoreNode | |
AbstractQoreNode::deref(ExceptionSink *xsink) | AbstractQoreNode | |
eval(ExceptionSink *xsink) const | AbstractQoreNode | |
eval(bool &needs_deref, ExceptionSink *xsink) const | AbstractQoreNode | |
evalImpl(class ExceptionSink *xsink) const | QoreNothingNode | [protected, virtual] |
UniqueValueQoreNode::evalImpl(bool &needs_deref, ExceptionSink *xsink) const | SimpleValueQoreNode | [protected, virtual] |
floatEval(ExceptionSink *xsink) const | AbstractQoreNode | |
floatEvalImpl(ExceptionSink *xsink) const | SimpleValueQoreNode | [protected, virtual] |
getAsBigInt() const | AbstractQoreNode | |
getAsBool() const | AbstractQoreNode | |
getAsFloat() const | AbstractQoreNode | |
getAsInt() const | AbstractQoreNode | |
getAsString(QoreString &str, int foff, class ExceptionSink *xsink) const | QoreNothingNode | [virtual] |
getAsString(bool &del, int foff, class ExceptionSink *xsink) const | QoreNothingNode | [virtual] |
getDateTimeRepresentation(bool &del) const | AbstractQoreNode | [virtual] |
getDateTimeRepresentation(DateTime &dt) const | AbstractQoreNode | [virtual] |
getStringRepresentation(bool &del) const | AbstractQoreNode | [virtual] |
getStringRepresentation(QoreString &str) const | AbstractQoreNode | [virtual] |
getType() const | AbstractQoreNode | [inline] |
getTypeName() const | QoreNothingNode | [virtual] |
integerEval(ExceptionSink *xsink) const | AbstractQoreNode | |
integerEvalImpl(ExceptionSink *xsink) const | SimpleValueQoreNode | [protected, virtual] |
is_equal_hard(const AbstractQoreNode *v, ExceptionSink *xsink) const | QoreNothingNode | [virtual] |
is_equal_soft(const AbstractQoreNode *v, ExceptionSink *xsink) const | QoreNothingNode | [virtual] |
is_unique() const | QoreReferenceCounter | [inline] |
is_value() const | AbstractQoreNode | [inline] |
isReferenceCounted() const | AbstractQoreNode | [inline] |
mRO | QoreReferenceCounter | [mutable, protected] |
needs_eval() const | AbstractQoreNode | [inline] |
needs_eval_flag | AbstractQoreNode | [protected] |
parseInit(LocalVar *oflag, int pflag, int &lvids) | AbstractQoreNode | [inline, virtual] |
QoreReferenceCounter() | QoreReferenceCounter | |
realCopy() const | UniqueValueQoreNode | [virtual] |
ref() const | AbstractQoreNode | |
reference_count() const | QoreReferenceCounter | [inline] |
refSelf() const | AbstractQoreNode | |
ROdereference() const | QoreReferenceCounter | |
ROreference() const | QoreReferenceCounter | |
SimpleQoreNode(qore_type_t t, bool n_value, bool n_needs_eval, bool n_there_can_be_only_one=false) | SimpleQoreNode | [inline] |
SimpleQoreNode(const SimpleQoreNode &) | SimpleQoreNode | [inline] |
SimpleValueQoreNode(qore_type_t t, bool n_there_can_be_only_one=false) | SimpleValueQoreNode | [inline] |
there_can_be_only_one | AbstractQoreNode | [protected] |
type | AbstractQoreNode | [protected] |
UniqueValueQoreNode(qore_type_t t) | UniqueValueQoreNode | [inline] |
UniqueValueQoreNode(const UniqueValueQoreNode &) | UniqueValueQoreNode | [inline] |
value | AbstractQoreNode | [protected] |
~AbstractQoreNode() | AbstractQoreNode | [protected, virtual] |
~QoreReferenceCounter() | QoreReferenceCounter | |