Qore Programming Language 1.14.2
|
This is the complete list of members for QoreObject, 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 | |
addPrivateDataToString(QoreString *str, ExceptionSink *xsink) const | QoreObject | |
compareHard(const QoreObject *obj, ExceptionSink *xsink) const | QoreObject | |
compareSoft(const QoreObject *obj, ExceptionSink *xsink) const | QoreObject | |
copyData(ExceptionSink *xsink) const | QoreObject | |
custom_reference_handlers | AbstractQoreNode | private |
customDeref(ExceptionSink *xsink) | QoreObject | privatevirtual |
customRef() const | QoreObject | privatevirtual |
defaultSystemDestructor(qore_classid_t classID, ExceptionSink *xsink) | QoreObject | |
deleteMemberValue(const QoreString *key, ExceptionSink *xsink) | QoreObject | |
deleteMemberValue(const char *key, ExceptionSink *xsink) | QoreObject | |
deref(ExceptionSink *xsink) | AbstractQoreNode | |
derefImpl(ExceptionSink *xsink) | QoreObject | privatevirtual |
doDelete(ExceptionSink *xsink) | QoreObject | |
eval(ExceptionSink *xsink) const | AbstractQoreNode | |
eval(bool &needs_deref, ExceptionSink *xsink) const | AbstractQoreNode | |
evalBuiltinMethodWithPrivateData(const QoreMethod &method, const BuiltinNormalMethodVariantBase *meth, const QoreListNode *args, ExceptionSink *xsink) | QoreObject | |
evalCopyMethodWithPrivateData(const QoreClass &thisclass, const BuiltinCopyVariantBase *meth, QoreObject *self, ExceptionSink *xsink) | QoreObject | |
evalImpl(bool &needs_deref, ExceptionSink *xsink) const | QoreObject | privatevirtual |
evalMember(const QoreString *member, ExceptionSink *xsink) | QoreObject | |
evalMember(const char *member, ExceptionSink *xsink) | QoreObject | |
evalMethod(const QoreString *name, const QoreListNode *args, ExceptionSink *xsink) | QoreObject | |
evalMethod(const char *name, const QoreListNode *args, ExceptionSink *xsink) | QoreObject | |
evalMethod(const QoreMethod &method, const QoreListNode *args, ExceptionSink *xsink) | QoreObject | |
evalMethod(const QoreMethod &method, const QoreClass *class_ctx, const QoreListNode *args, ExceptionSink *xsink) | QoreObject | |
evalMethodVariant(const QoreMethod &method, const QoreExternalMethodVariant *variant, const QoreListNode *args, ExceptionSink *xsink) | QoreObject | |
evalMethodVariant(const QoreMethod &method, const QoreClass *class_ctx, const QoreExternalMethodVariant *variant, const QoreListNode *args, ExceptionSink *xsink) | QoreObject | |
evalStaticMethod(const QoreMethod &method, const QoreListNode *args, ExceptionSink *xsink) | QoreObject | static |
evalStaticMethod(const QoreMethod &method, const QoreClass *class_ctx, const QoreListNode *args, ExceptionSink *xsink) | QoreObject | static |
evalStaticMethodVariant(const QoreMethod &method, const QoreExternalMethodVariant *variant, const QoreListNode *args, ExceptionSink *xsink) | QoreObject | static |
evalStaticMethodVariant(const QoreMethod &method, const QoreClass *class_ctx, const QoreExternalMethodVariant *variant, const QoreListNode *args, ExceptionSink *xsink) | QoreObject | static |
execMemberNotification(const char *member, ExceptionSink *xsink) | QoreObject | |
externalDelete(qore_classid_t key, ExceptionSink *xsink) | QoreObject | |
getAndClearPrivateData(qore_classid_t key, ExceptionSink *xsink) | QoreObject | |
getAsBigInt() const | AbstractQoreNode | |
getAsBigIntImpl() const | AbstractQoreNode | inlinevirtual |
getAsBool() const | AbstractQoreNode | |
getAsBoolImpl() const | QoreObject | virtual |
getAsFloat() const | AbstractQoreNode | |
getAsFloatImpl() const | AbstractQoreNode | inlinevirtual |
getAsInt() const | AbstractQoreNode | |
getAsIntImpl() const | AbstractQoreNode | inlinevirtual |
getAsString(QoreString &str, int foff, ExceptionSink *xsink) const | QoreObject | virtual |
getAsString(bool &del, int foff, ExceptionSink *xsink) const | QoreObject | virtual |
getClass(qore_classid_t cid) const | QoreObject | |
getClass(qore_classid_t cid, bool &priv) const | QoreObject | |
getClass() const | QoreObject | |
getClassAccess(const QoreClass &cls) const | QoreObject | |
getClassName() const | QoreObject | |
getDateTimeRepresentation(bool &del) const | AbstractQoreNode | virtual |
getDateTimeRepresentation(DateTime &dt) const | AbstractQoreNode | virtual |
getMemberAsBigInt(const char *mem, bool &found, ExceptionSink *xsink) const | QoreObject | |
getMemberList(ExceptionSink *xsink) const | QoreObject | |
getMemberValueNoMethod(const QoreString *key, AutoVLock *vl, ExceptionSink *xsink) const | QoreObject | |
getMemberValueNoMethod(const char *key, AutoVLock *vl, ExceptionSink *xsink) const | QoreObject | |
getProgram() const | QoreObject | |
getReferencedMemberNoMethod(const char *mem, ExceptionSink *xsink) const | QoreObject | |
getReferencedMemberNoMethod(const char *key, const QoreClass *cls, ExceptionSink *xsink) const | QoreObject | |
getReferencedPrivateData(qore_classid_t key, ExceptionSink *xsink) const | QoreObject | |
getReferencedPrivateData(qore_classid_t key, ExceptionSink *xsink) const | QoreObject | inline |
getStaticTypeCode() | QoreObject | inlinestatic |
getStaticTypeName() | QoreObject | inlinestatic |
getStringRepresentation(bool &del) const | AbstractQoreNode | virtual |
getStringRepresentation(QoreString &str) const | AbstractQoreNode | virtual |
getSurfaceClass() const | QoreObject | |
getSurfaceClassName() const | QoreObject | |
getType() const | AbstractQoreNode | inline |
getTypeName() const | QoreObject | virtual |
hasMember(const char *mem, ExceptionSink *xsink) const | QoreObject | |
hasMemberNotification() const | QoreObject | |
is_equal_hard(const AbstractQoreNode *v, ExceptionSink *xsink) const | QoreObject | virtual |
is_equal_soft(const AbstractQoreNode *v, ExceptionSink *xsink) const | QoreObject | virtual |
is_unique() const | QoreReferenceCounter | |
is_value() const | AbstractQoreNode | inline |
isReferenceCounted() const | AbstractQoreNode | inline |
isSystemObject() const | QoreObject | |
isValid() const | QoreObject | |
needs_eval() const | AbstractQoreNode | inline |
needs_eval_flag | AbstractQoreNode | private |
objectRefSelf() const | QoreObject | inline |
obliterate(ExceptionSink *xsink) | QoreObject | |
AbstractQoreNode::operator=(const AbstractQoreNode &) | AbstractQoreNode | |
parseInit(QoreValue &val, QoreParseContext &parse_context) | AbstractQoreNode | virtual |
QoreObject(const QoreClass *oc, QoreProgram *p) | QoreObject | |
QoreObject(const QoreClass *oc, QoreProgram *p, AbstractPrivateData *data) | QoreObject | |
QoreObject(const QoreClass *oc, QoreProgram *p, QoreHashNode *d) | QoreObject | |
QoreReferenceCounter() | QoreReferenceCounter | |
QoreReferenceCounter(const QoreReferenceCounter &old) | QoreReferenceCounter | |
realCopy() const | QoreObject | virtual |
realDeref(ExceptionSink *xsink) | QoreObject | |
realRef() | QoreObject | |
ref() const | AbstractQoreNode | |
reference_count() const | QoreReferenceCounter | |
refSelf() const | AbstractQoreNode | |
removeMember(const QoreString *key, ExceptionSink *xsink) | QoreObject | |
removeMember(const char *key, ExceptionSink *xsink) | QoreObject | |
ROdereference() const | QoreReferenceCounter | |
ROreference() const | QoreReferenceCounter | |
setMemberValue(const char *key, const QoreClass *cls, const QoreValue val, ExceptionSink *xsink) | QoreObject | |
setPrivate(qore_classid_t key, AbstractPrivateData *pd) | QoreObject | |
setValue(const char *key, QoreValue val, ExceptionSink *xsink) | QoreObject | |
size(ExceptionSink *xsink) const | QoreObject | |
takeMember(const QoreString *key, ExceptionSink *xsink) | QoreObject | |
takeMember(const char *key, ExceptionSink *xsink) | QoreObject | |
tDeref() | QoreObject | |
there_can_be_only_one | AbstractQoreNode | private |
tRef() const | QoreObject | |
tryGetReferencedPrivateData(qore_classid_t key, ExceptionSink *xsink) const | QoreObject | |
tryGetReferencedPrivateData(qore_classid_t key, ExceptionSink *xsink) const | QoreObject | inline |
type | AbstractQoreNode | private |
validInstanceOf(qore_classid_t cid) const | QoreObject | |
validInstanceOf(const QoreClass &qc) const | QoreObject | |
validInstanceOfStrict(const QoreClass &qc) const | QoreObject | |
value | AbstractQoreNode | private |
~AbstractQoreNode() | AbstractQoreNode | privatevirtual |
~QoreObject() | QoreObject | privatevirtual |
~QoreReferenceCounter() | QoreReferenceCounter |