Qore Programming Language 2.3.0
Loading...
Searching...
No Matches
QoreValue Member List

This is the complete list of members for QoreValue, including all inherited members.

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() constQoreValue
discard(ExceptionSink *xsink)QoreValue
eval(ExceptionSink *xsink) constQoreValue
eval(bool &needs_deref, ExceptionSink *xsink) constQoreValue
fitsInline(int64 i)QoreValueinlinestatic
get()QoreValueinline
get()QoreValueinline
get() constQoreValueinline
get() constQoreValueinline
get() constQoreValueinline
get() constQoreValueinline
getAsBigInt() constQoreValue
getAsBool() constQoreValue
getAsFloat() constQoreValue
getAsString(QoreString &str, int format_offset, ExceptionSink *xsink) constQoreValue
getAsString(bool &del, int foff, ExceptionSink *xsink) constQoreValue
getBool() constQoreValueinline
getDouble() constQoreValueinline
getFullTypeInfo() constQoreValue
getFullTypeName() constQoreValue
getFullTypeName(bool with_namespaces) constQoreValue
getFullTypeName(bool with_namespaces, QoreString &scratch) constQoreValue
getInt() constQoreValueinline
getInternalNode()QoreValue
getInternalNode() constQoreValue
getPtr() constQoreValueinline
getShortString(char *buf) constQoreValue
getType() constQoreValue
getTypeInfo() constQoreValue
getTypeName() constQoreValue
hasEffect() constQoreValue
hasNode() constQoreValue
InlineIntMaxQoreValuestatic
InlineIntMinQoreValuestatic
isBool() constQoreValueinline
isConstant() constQoreValue
isEqualHard(const QoreValue &other) constQoreValue
isEqualSoft(const QoreValue &other, ExceptionSink *xsink) constQoreValue
isEqualValue(const QoreValue &other)QoreValue
isFalse() constQoreValueinline
isFloat() constQoreValueinline
isInt() constQoreValueinline
isNothing() constQoreValue
isNull() constQoreValue
isNullOrNothing() constQoreValue
isPointer() constQoreValueinline
isReferenceCounted() constQoreValue
isScalar() constQoreValue
isShortString() constQoreValueinline
isSpecial() constQoreValueinline
isTrue() constQoreValueinline
isValue() constQoreValue
makeFalse()QoreValueinlinestatic
makeNothing()QoreValueinlinestatic
makeNull()QoreValueinlinestatic
makeShortString(const char *str, size_t len)QoreValuestatic
makeTrue()QoreValueinlinestatic
needsEval() constQoreValue
operator bool() constQoreValueinlineexplicit
operator=(const QoreValue &n) noexcept=defaultQoreValue
QoreValue() noexceptQoreValueinline
QoreValue(QoreSimpleValue sv) noexceptQoreValueinline
QoreValue(bool b) noexceptQoreValueinline
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=defaultQoreValue
rawBits() constQoreValueinline
ref() constQoreValue
refSelf() constQoreValue
sanitize()QoreValue
set(int64 i)QoreValueinline
set(double f)QoreValue
set(bool b)QoreValueinline
set(const QoreValue &val)QoreValue
set(AbstractQoreNode *n)QoreValue
shortStringEquals(const QoreValue &other) constQoreValueinline
shortStringLen() constQoreValueinline
swap(QoreValue &val)QoreValue
take()QoreValueinline
takeIfNode()QoreValue
takeNode()QoreValue
tryMakeShortString(QoreValue &out, const char *str, size_t len)QoreValuestatic