| assign(const QoreValue &n) | QoreValue | |
| assign(AbstractQoreNode *n) | QoreValue | |
| assign(int64 n) | QoreValue | |
| assign(double n) | QoreValue | |
| assign(bool n) | QoreValue | |
| assignNothing() | QoreValue | |
| clear() | QoreValue | |
| derefCanThrowException() const | QoreValue | |
| discard(ExceptionSink *xsink) | QoreValue | |
| eval(ExceptionSink *xsink) const | QoreValue | |
| eval(bool &needs_deref, ExceptionSink *xsink) const | QoreValue | |
| fitsInline(int64 i) | QoreValue | inlinestatic |
| get() | QoreValue | inline |
| get() | QoreValue | inline |
| get() const | QoreValue | inline |
| get() const | QoreValue | inline |
| get() const | QoreValue | inline |
| get() const | QoreValue | inline |
| getAsBigInt() const | QoreValue | |
| getAsBool() const | QoreValue | |
| getAsFloat() const | QoreValue | |
| getAsString(QoreString &str, int format_offset, ExceptionSink *xsink) const | QoreValue | |
| getAsString(bool &del, int foff, ExceptionSink *xsink) const | QoreValue | |
| getBool() const | QoreValue | inline |
| getDouble() const | QoreValue | inline |
| getFullTypeInfo() const | QoreValue | |
| getFullTypeName() const | QoreValue | |
| getFullTypeName(bool with_namespaces) const | QoreValue | |
| getFullTypeName(bool with_namespaces, QoreString &scratch) const | QoreValue | |
| getInt() const | QoreValue | inline |
| getInternalNode() | QoreValue | |
| getInternalNode() const | QoreValue | |
| getPtr() const | QoreValue | inline |
| getShortString(char *buf) const | QoreValue | |
| getType() const | QoreValue | |
| getTypeInfo() const | QoreValue | |
| getTypeName() const | QoreValue | |
| hasEffect() const | QoreValue | |
| hasNode() const | QoreValue | |
| InlineIntMax | QoreValue | static |
| InlineIntMin | QoreValue | static |
| isBool() const | QoreValue | inline |
| isConstant() const | QoreValue | |
| isEqualHard(const QoreValue &other) const | QoreValue | |
| isEqualSoft(const QoreValue &other, ExceptionSink *xsink) const | QoreValue | |
| isEqualValue(const QoreValue &other) | QoreValue | |
| isFalse() const | QoreValue | inline |
| isFloat() const | QoreValue | inline |
| isInt() const | QoreValue | inline |
| isNothing() const | QoreValue | |
| isNull() const | QoreValue | |
| isNullOrNothing() const | QoreValue | |
| isPointer() const | QoreValue | inline |
| isReferenceCounted() const | QoreValue | |
| isScalar() const | QoreValue | |
| isShortString() const | QoreValue | inline |
| isSpecial() const | QoreValue | inline |
| isTrue() const | QoreValue | inline |
| isValue() const | QoreValue | |
| makeFalse() | QoreValue | inlinestatic |
| makeNothing() | QoreValue | inlinestatic |
| makeNull() | QoreValue | inlinestatic |
| makeShortString(const char *str, size_t len) | QoreValue | static |
| makeTrue() | QoreValue | inlinestatic |
| needsEval() const | QoreValue | |
| operator bool() const | QoreValue | inlineexplicit |
| operator=(const QoreValue &n) noexcept=default | QoreValue | |
| QoreValue() noexcept | QoreValue | inline |
| QoreValue(QoreSimpleValue sv) noexcept | QoreValue | inline |
| QoreValue(bool b) noexcept | QoreValue | inline |
| QoreValue(int i) | QoreValue | |
| QoreValue(unsigned int i) | QoreValue | |
| QoreValue(long i) | QoreValue | |
| QoreValue(unsigned long i) | QoreValue | |
| QoreValue(unsigned long long i) | QoreValue | |
| QoreValue(int64 i) | QoreValue | |
| QoreValue(double f) | QoreValue | |
| QoreValue(AbstractQoreNode *n) | QoreValue | |
| QoreValue(const AbstractQoreNode *n) | QoreValue | |
| QoreValue(const QoreValue &other) noexcept=default | QoreValue | |
| rawBits() const | QoreValue | inline |
| ref() const | QoreValue | |
| refSelf() const | QoreValue | |
| sanitize() | QoreValue | |
| set(int64 i) | QoreValue | inline |
| set(double f) | QoreValue | |
| set(bool b) | QoreValue | inline |
| set(const QoreValue &val) | QoreValue | |
| set(AbstractQoreNode *n) | QoreValue | |
| shortStringEquals(const QoreValue &other) const | QoreValue | inline |
| shortStringLen() const | QoreValue | inline |
| swap(QoreValue &val) | QoreValue | |
| take() | QoreValue | inline |
| takeIfNode() | QoreValue | |
| takeNode() | QoreValue | |
| tryMakeShortString(QoreValue &out, const char *str, size_t len) | QoreValue | static |