Qore Programming Language 1.14.0
|
This is the complete list of members for QoreListNode, 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 | |
copy() const | QoreListNode | |
copyListFrom(size_t index) const | QoreListNode | |
custom_reference_handlers | AbstractQoreNode | private |
customDeref(ExceptionSink *xsink) | AbstractQoreNode | virtual |
customRef() const | AbstractQoreNode | virtual |
deref(ExceptionSink *xsink) | AbstractQoreNode | |
derefImpl(ExceptionSink *xsink) | QoreListNode | privatevirtual |
empty() const | QoreListNode | |
eval(ExceptionSink *xsink) const | AbstractQoreNode | |
eval(bool &needs_deref, ExceptionSink *xsink) const | AbstractQoreNode | |
evalImpl(bool &needs_deref, ExceptionSink *xsink) const | QoreListNode | privatevirtual |
evalList(ExceptionSink *xsink) const | QoreListNode | |
evalList(bool &needs_deref, ExceptionSink *xsink) const | QoreListNode | |
extract(qore_offset_t offset) | QoreListNode | |
extract(qore_offset_t offset, qore_offset_t length) | QoreListNode | |
extract(qore_offset_t offset, qore_offset_t length, const QoreValue l, ExceptionSink *xsink) | QoreListNode | |
getAsBigInt() const | AbstractQoreNode | |
getAsBigIntImpl() const | AbstractQoreNode | inlinevirtual |
getAsBool() const | AbstractQoreNode | |
getAsBoolImpl() const | QoreListNode | virtual |
getAsFloat() const | AbstractQoreNode | |
getAsFloatImpl() const | AbstractQoreNode | inlinevirtual |
getAsInt() const | AbstractQoreNode | |
getAsIntImpl() const | AbstractQoreNode | inlinevirtual |
getAsString(QoreString &str, int foff, ExceptionSink *xsink) const | QoreListNode | virtual |
getAsString(bool &del, int foff, ExceptionSink *xsink) const | QoreListNode | virtual |
getDateTimeRepresentation(bool &del) const | AbstractQoreNode | virtual |
getDateTimeRepresentation(DateTime &dt) const | AbstractQoreNode | virtual |
getEntryAsInt(size_t index) const | QoreListNode | |
getReferencedEntry(size_t index) const | QoreListNode | |
getStaticTypeName() | QoreListNode | inlinestatic |
getStringRepresentation(bool &del) const | AbstractQoreNode | virtual |
getStringRepresentation(QoreString &str) const | AbstractQoreNode | virtual |
getType() const | AbstractQoreNode | inline |
getTypeInfo() const | QoreListNode | |
getTypeName() const | QoreListNode | virtual |
getValueTypeInfo() const | QoreListNode | |
insert(QoreValue val, ExceptionSink *xsink) | QoreListNode | |
is_equal_hard(const AbstractQoreNode *v, ExceptionSink *xsink) const | QoreListNode | virtual |
is_equal_soft(const AbstractQoreNode *v, ExceptionSink *xsink) const | QoreListNode | virtual |
is_unique() const | QoreReferenceCounter | |
is_value() const | AbstractQoreNode | inline |
isFinalized() const | QoreListNode | |
isReferenceCounted() const | AbstractQoreNode | inline |
isVariableList() const | QoreListNode | |
listRefSelf() const | QoreListNode | |
max(ExceptionSink *xsink) const | QoreListNode | |
max(const ResolvedCallReferenceNode *fr, ExceptionSink *xsink) const | QoreListNode | |
merge(const QoreListNode *list, ExceptionSink *xsink) | QoreListNode | |
min(ExceptionSink *xsink) const | QoreListNode | |
min(const ResolvedCallReferenceNode *fr, ExceptionSink *xsink) const | QoreListNode | |
needs_eval() const | AbstractQoreNode | inline |
needs_eval_flag | AbstractQoreNode | private |
AbstractQoreNode::operator=(const AbstractQoreNode &) | AbstractQoreNode | |
parseInit(QoreValue &val, QoreParseContext &parse_context) | QoreListNode | virtual |
pop() | QoreListNode | |
priv | QoreListNode | private |
push(QoreValue val, ExceptionSink *xsink) | QoreListNode | |
QoreListNode() | QoreListNode | |
QoreListNode(const QoreTypeInfo *valueTypeInfo) | QoreListNode | |
QoreListNode(bool i) | QoreListNode | |
QoreReferenceCounter() | QoreReferenceCounter | |
QoreReferenceCounter(const QoreReferenceCounter &old) | QoreReferenceCounter | |
realCopy() const | QoreListNode | virtual |
ref() const | AbstractQoreNode | |
reference_count() const | QoreReferenceCounter | |
refSelf() const | AbstractQoreNode | |
retrieveEntry(size_t index) | QoreListNode | |
retrieveEntry(size_t index) const | QoreListNode | |
reverse() const | QoreListNode | |
ROdereference() const | QoreReferenceCounter | |
ROreference() const | QoreReferenceCounter | |
setEntry(size_t index, QoreValue val, ExceptionSink *xsink) | QoreListNode | |
setFinalized() | QoreListNode | |
setVariableList() | QoreListNode | |
shift() | QoreListNode | |
size() const | QoreListNode | |
sort(ExceptionSink *xsink) const | QoreListNode | |
sort(const ResolvedCallReferenceNode *fr, ExceptionSink *xsink) const | QoreListNode | |
sortDescending(ExceptionSink *xsink) const | QoreListNode | |
sortDescending(const ResolvedCallReferenceNode *fr, ExceptionSink *xsink) const | QoreListNode | |
sortDescendingStable(ExceptionSink *xsink) const | QoreListNode | |
sortDescendingStable(const ResolvedCallReferenceNode *fr, ExceptionSink *xsink) const | QoreListNode | |
sortStable(ExceptionSink *xsink) const | QoreListNode | |
sortStable(const ResolvedCallReferenceNode *fr, ExceptionSink *xsink) const | QoreListNode | |
splice(qore_offset_t offset) | QoreListNode | |
splice(qore_offset_t offset, qore_offset_t length) | QoreListNode | |
splice(qore_offset_t offset, qore_offset_t length, const QoreValue l, ExceptionSink *xsink) | QoreListNode | |
there_can_be_only_one | AbstractQoreNode | private |
type | AbstractQoreNode | private |
value | AbstractQoreNode | private |
~AbstractQoreNode() | AbstractQoreNode | privatevirtual |
~QoreListNode() | QoreListNode | privatevirtual |
~QoreReferenceCounter() | QoreReferenceCounter |