Qore Programming Language 1.14.0
|
This is the complete list of members for BinaryNode, 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 | |
append(const void *nptr, size_t size) | BinaryNode | |
append(const BinaryNode *b) | BinaryNode | |
append(const BinaryNode &b) | BinaryNode | |
BinaryNode(void *p=0, size_t size=0) | BinaryNode | |
binRefSelf() const | BinaryNode | |
clear() | BinaryNode | |
compare(const BinaryNode *obj) const | BinaryNode | |
copy() const | BinaryNode | |
custom_reference_handlers | AbstractQoreNode | private |
customDeref(ExceptionSink *xsink) | AbstractQoreNode | virtual |
customRef() const | AbstractQoreNode | virtual |
deref(ExceptionSink *xsink) | SimpleQoreNode | |
derefImpl(ExceptionSink *xsink) | AbstractQoreNode | virtual |
empty() const | BinaryNode | |
eval(ExceptionSink *xsink) const | AbstractQoreNode | |
eval(bool &needs_deref, ExceptionSink *xsink) const | AbstractQoreNode | |
evalImpl(bool &needs_deref, ExceptionSink *xsink) const | SimpleValueQoreNode | privatevirtual |
getAsBigInt() const | AbstractQoreNode | |
getAsBigIntImpl() const | AbstractQoreNode | inlinevirtual |
getAsBool() const | AbstractQoreNode | |
getAsBoolImpl() const | BinaryNode | virtual |
getAsFloat() const | AbstractQoreNode | |
getAsFloatImpl() const | AbstractQoreNode | inlinevirtual |
getAsInt() const | AbstractQoreNode | |
getAsIntImpl() const | AbstractQoreNode | inlinevirtual |
getAsString(QoreString &str, int foff, class ExceptionSink *xsink) const | BinaryNode | virtual |
getAsString(bool &del, int foff, class ExceptionSink *xsink) const | BinaryNode | virtual |
getDateTimeRepresentation(bool &del) const | AbstractQoreNode | virtual |
getDateTimeRepresentation(DateTime &dt) const | AbstractQoreNode | virtual |
getPtr() const | BinaryNode | |
getStaticTypeCode() | BinaryNode | inlinestatic |
getStaticTypeName() | BinaryNode | inlinestatic |
getStringRepresentation(bool &del) const | AbstractQoreNode | virtual |
getStringRepresentation(QoreString &str) const | AbstractQoreNode | virtual |
getType() const | AbstractQoreNode | inline |
getTypeName() const | BinaryNode | virtual |
giveBuffer() | BinaryNode | |
is_equal_hard(const AbstractQoreNode *v, ExceptionSink *xsink) const | BinaryNode | virtual |
is_equal_soft(const AbstractQoreNode *v, ExceptionSink *xsink) const | BinaryNode | virtual |
is_unique() const | QoreReferenceCounter | |
is_value() const | AbstractQoreNode | inline |
isReferenceCounted() const | AbstractQoreNode | inline |
needs_eval() const | AbstractQoreNode | inline |
needs_eval_flag | AbstractQoreNode | private |
SimpleValueQoreNode::operator=(const SimpleQoreNode &)=delete | SimpleQoreNode | |
AbstractQoreNode::operator=(const AbstractQoreNode &) | AbstractQoreNode | |
parseInit(QoreValue &val, QoreParseContext &parse_context) | BinaryNode | virtual |
preallocate(size_t size) | BinaryNode | |
prepend(const void *nptr, size_t size) | BinaryNode | |
QoreReferenceCounter() | QoreReferenceCounter | |
QoreReferenceCounter(const QoreReferenceCounter &old) | QoreReferenceCounter | |
realCopy() const | BinaryNode | virtual |
ref() const | AbstractQoreNode | |
reference_count() const | QoreReferenceCounter | |
refSelf() const | AbstractQoreNode | |
ROdereference() const | QoreReferenceCounter | |
ROreference() const | QoreReferenceCounter | |
setSize(size_t size) | BinaryNode | |
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 |
size() const | BinaryNode | |
splice(qore_offset_t offset, qore_offset_t length, BinaryNode *extract=0) | BinaryNode | |
splice(qore_offset_t offset, qore_offset_t length, const void *data, size_t data_len, BinaryNode *extract=0) | BinaryNode | |
substr(BinaryNode &b, qore_offset_t offset) const | BinaryNode | |
substr(BinaryNode &b, qore_offset_t offset, qore_offset_t length) const | BinaryNode | |
there_can_be_only_one | AbstractQoreNode | private |
type | AbstractQoreNode | private |
value | AbstractQoreNode | private |
writeTo(size_t pos, const void *nptr, size_t size) | BinaryNode | |
~AbstractQoreNode() | AbstractQoreNode | privatevirtual |
~BinaryNode() | BinaryNode | privatevirtual |
~QoreReferenceCounter() | QoreReferenceCounter |