Qore Programming Language
0.8.11.1
|
This is the complete list of members for SimpleValueQoreNode, 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 | SimpleValueQoreNode | protectedvirtual |
boolEval(ExceptionSink *xsink) const | AbstractQoreNode | |
boolEvalImpl(ExceptionSink *xsink) const | SimpleValueQoreNode | protectedvirtual |
custom_reference_handlers | AbstractQoreNode | protected |
AbstractQoreNode::deref(ExceptionSink *xsink) | AbstractQoreNode | |
eval(ExceptionSink *xsink) const | AbstractQoreNode | |
eval(bool &needs_deref, ExceptionSink *xsink) const | AbstractQoreNode | |
evalImpl(ExceptionSink *xsink) const | SimpleValueQoreNode | protectedvirtual |
evalImpl(bool &needs_deref, ExceptionSink *xsink) const | SimpleValueQoreNode | protectedvirtual |
floatEval(ExceptionSink *xsink) const | AbstractQoreNode | |
floatEvalImpl(ExceptionSink *xsink) const | SimpleValueQoreNode | protectedvirtual |
getAsBigInt() const | AbstractQoreNode | |
getAsBool() const | AbstractQoreNode | |
getAsFloat() const | AbstractQoreNode | |
getAsInt() const | AbstractQoreNode | |
getAsString(QoreString &str, int foff, ExceptionSink *xsink) const =0 | AbstractQoreNode | pure virtual |
getAsString(bool &del, int foff, ExceptionSink *xsink) const =0 | AbstractQoreNode | pure 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 =0 | AbstractQoreNode | pure virtual |
integerEval(ExceptionSink *xsink) const | AbstractQoreNode | |
integerEvalImpl(ExceptionSink *xsink) const | SimpleValueQoreNode | protectedvirtual |
is_equal_hard(const AbstractQoreNode *v, ExceptionSink *xsink) const =0 | AbstractQoreNode | pure virtual |
is_equal_soft(const AbstractQoreNode *v, ExceptionSink *xsink) const =0 | AbstractQoreNode | pure virtual |
is_unique() const | QoreReferenceCounter | inline |
is_value() const | AbstractQoreNode | inline |
isReferenceCounted() const | AbstractQoreNode | inline |
mRO | QoreReferenceCounter | mutableprotected |
needs_eval() const | AbstractQoreNode | inline |
needs_eval_flag | AbstractQoreNode | protected |
parseInit(LocalVar *oflag, int pflag, int &lvids, const QoreTypeInfo *&typeInfo) | AbstractQoreNode | virtual |
QoreReferenceCounter() | QoreReferenceCounter | |
realCopy() const =0 | AbstractQoreNode | pure 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 &v) | 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 |
value | AbstractQoreNode | protected |
~AbstractQoreNode() | AbstractQoreNode | protectedvirtual |
~QoreReferenceCounter() | QoreReferenceCounter |