QoreListNode Member List

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
bigIntEval(ExceptionSink *xsink) const AbstractQoreNode
bigIntEvalImpl(ExceptionSink *xsink) const QoreListNode [protected, virtual]
boolEval(ExceptionSink *xsink) const AbstractQoreNode
boolEvalImpl(ExceptionSink *xsink) const QoreListNode [protected, virtual]
clear()QoreListNode
clearNeedsEval()QoreListNode
copy() const QoreListNode
copyListFrom(qore_size_t index) const QoreListNode
custom_reference_handlersAbstractQoreNode [protected]
delete_entry(qore_size_t index, ExceptionSink *xsink)QoreListNode
deref(ExceptionSink *xsink)AbstractQoreNode
derefImpl(ExceptionSink *xsink)QoreListNode [protected, virtual]
empty() const QoreListNode
eval(ExceptionSink *xsink) const AbstractQoreNode
eval(bool &needs_deref, ExceptionSink *xsink) const AbstractQoreNode
eval_entry(qore_size_t num, ExceptionSink *xsink) const QoreListNode
eval_intern(ExceptionSink *xsink) const QoreListNode [protected]
evalImpl(ExceptionSink *xsink) const QoreListNode [protected, virtual]
evalImpl(bool &needs_deref, ExceptionSink *xsink) const QoreListNode [protected, virtual]
evalList(ExceptionSink *xsink) const QoreListNode
evalList(bool &needs_deref, ExceptionSink *xsink) const QoreListNode
extract(qore_offset_t offset, ExceptionSink *xsink)QoreListNode
extract(qore_offset_t offset, qore_offset_t length, ExceptionSink *xsink)QoreListNode
extract(qore_offset_t offset, qore_offset_t length, const AbstractQoreNode *l, ExceptionSink *xsink)QoreListNode
floatEval(ExceptionSink *xsink) const AbstractQoreNode
floatEvalImpl(ExceptionSink *xsink) const QoreListNode [protected, virtual]
get_entry_ptr(qore_size_t index)QoreListNode
get_referenced_entry(qore_size_t index) const QoreListNode
getAsBigInt() const AbstractQoreNode
getAsBool() const AbstractQoreNode
getAsFloat() const AbstractQoreNode
getAsInt() const AbstractQoreNode
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(qore_size_t index) const QoreListNode
getExistingEntryPtr(qore_size_t index)QoreListNode
getStaticTypeName()QoreListNode [inline, static]
getStringRepresentation(bool &del) const AbstractQoreNode [virtual]
getStringRepresentation(QoreString &str) const AbstractQoreNode [virtual]
getType() const AbstractQoreNode [inline]
getTypeName() const QoreListNode [virtual]
integerEval(ExceptionSink *xsink) const AbstractQoreNode
integerEvalImpl(ExceptionSink *xsink) const QoreListNode [protected, virtual]
is_equal_hard(const AbstractQoreNode *v, ExceptionSink *xsink) const QoreListNode [virtual]
AbstractQoreNode::is_equal_hard(const AbstractQoreNode *v, ExceptionSink *xsink) const =0AbstractQoreNode [pure virtual]
is_equal_soft(const AbstractQoreNode *v, ExceptionSink *xsink) const QoreListNode [virtual]
AbstractQoreNode::is_equal_soft(const AbstractQoreNode *v, ExceptionSink *xsink) const =0AbstractQoreNode [pure virtual]
is_unique() const QoreReferenceCounter [inline]
is_value() const AbstractQoreNode [inline]
isFinalized() const QoreListNode
isReferenceCounted() const AbstractQoreNode [inline]
isVariableList() const QoreListNode
listRefSelf() const QoreListNode
max() const QoreListNode
max(const ResolvedCallReferenceNode *fr, ExceptionSink *xsink) const QoreListNode
merge(const QoreListNode *list)QoreListNode
mergesort(const ResolvedCallReferenceNode *fr, bool ascending, ExceptionSink *xsink)QoreListNode [protected]
min() const QoreListNode
min(const ResolvedCallReferenceNode *fr, ExceptionSink *xsink) const QoreListNode
needs_eval() const AbstractQoreNode [inline]
needs_eval_flagAbstractQoreNode [protected]
parseInit(LocalVar *oflag, int pflag, int &lvids, const QoreTypeInfo *&typeInfo)QoreListNode [virtual]
parseInitList(LocalVar *oflag, int pflag, int &lvids, const QoreTypeInfo *&typeInfo)QoreListNode
pop()QoreListNode
pop_entry(qore_size_t index, ExceptionSink *xsink)QoreListNode
privQoreListNode [protected]
QoreListNode(bool i)QoreListNode
QoreReferenceCounter()QoreReferenceCounter
qsort(const ResolvedCallReferenceNode *fr, qore_size_t left, qore_size_t right, bool ascending, ExceptionSink *xsink)QoreListNode [protected]
realCopy() const QoreListNode [virtual]
ref() const AbstractQoreNode
reference_count() const QoreReferenceCounter [inline]
refSelf() const AbstractQoreNode
retrieve_entry(qore_size_t index)QoreListNode
retrieve_entry(qore_size_t index) const QoreListNode
reverse() const QoreListNode
ROdereference() const QoreReferenceCounter
ROreference() const QoreReferenceCounter
set_entry(qore_size_t index, AbstractQoreNode *val, ExceptionSink *xsink)QoreListNode
setFinalized()QoreListNode
setNeedsEval()QoreListNode
setVariableList()QoreListNode
shift()QoreListNode
size() const QoreListNode
sort() const QoreListNode
sort(const ResolvedCallReferenceNode *fr, ExceptionSink *xsink) const QoreListNode
sortDescending() const QoreListNode
sortDescending(const ResolvedCallReferenceNode *fr, ExceptionSink *xsink) const QoreListNode
sortDescendingStable() const QoreListNode
sortDescendingStable(const ResolvedCallReferenceNode *fr, ExceptionSink *xsink) const QoreListNode
sortStable() const QoreListNode
sortStable(const ResolvedCallReferenceNode *fr, ExceptionSink *xsink) const QoreListNode
splice(qore_offset_t offset, ExceptionSink *xsink)QoreListNode
splice(qore_offset_t offset, qore_offset_t length, ExceptionSink *xsink)QoreListNode
splice(qore_offset_t offset, qore_offset_t length, const AbstractQoreNode *l, ExceptionSink *xsink)QoreListNode
swap(qore_offset_t offset, AbstractQoreNode *val)QoreListNode
there_can_be_only_oneAbstractQoreNode [protected]
typeAbstractQoreNode [protected]
valueAbstractQoreNode [protected]
~AbstractQoreNode()AbstractQoreNode [protected, virtual]
~QoreListNode()QoreListNode [protected, virtual]
~QoreReferenceCounter()QoreReferenceCounter

Generated on 14 Jun 2010 for Qore Programming Language by  doxygen 1.6.1