QoreStringNode Member List

This is the complete list of members for QoreStringNode, 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
addch(char c, unsigned times)QoreString
bigIntEval(ExceptionSink *xsink) const AbstractQoreNode
bigIntEvalImpl(ExceptionSink *xsink) const SimpleValueQoreNode [protected, virtual]
boolEval(ExceptionSink *xsink) const AbstractQoreNode
boolEvalImpl(ExceptionSink *xsink) const SimpleValueQoreNode [protected, virtual]
chomp()QoreString
clear()QoreString
compare(const QoreString *str) const QoreString
compare(const char *str) const QoreString
compareSoft(const QoreString *str, ExceptionSink *xsink) const QoreString
concat(const QoreString *str, ExceptionSink *xsink)QoreString
concat(const QoreString *str, qore_size_t size, ExceptionSink *xsink)QoreString
concat(const DateTime *d)QoreString
concat(const char *str)QoreString
concat(const char *str, qore_size_t size)QoreString
concat(const char c)QoreString
concatAndHTMLDecode(const QoreString *str)QoreString
concatAndHTMLEncode(const char *str)QoreString
concatAndHTMLEncode(const QoreString *, ExceptionSink *xsink)QoreString
concatBase64(const char *buf, qore_size_t size)QoreString
concatBase64(const BinaryNode *bin)QoreString
concatBase64(const QoreString *str)QoreString
concatEscape(const QoreString *str, char c, char esc_char, ExceptionSink *xsink)QoreString
concatEscape(const char *str, char c, char esc_char= '\\')QoreString
concatHex(const char *buf, qore_size_t size)QoreString
concatHex(const BinaryNode *bin)QoreString
concatHex(const QoreString *str)QoreString
concatISO8601DateTime(const DateTime *d)QoreString
concatUnicode(unsigned code, ExceptionSink *xsink)QoreString
concatUnicode(unsigned code)QoreString
concatUTF8FromUnicode(unsigned code)QoreString
convertEncoding(const QoreEncoding *nccs, ExceptionSink *xsink) const QoreStringNode
copy() const QoreStringNode
createAndConvertEncoding(const char *str, const QoreEncoding *from, const QoreEncoding *to, ExceptionSink *xsink)QoreStringNode [static]
custom_reference_handlersAbstractQoreNode [protected]
AbstractQoreNode::deref(ExceptionSink *xsink)AbstractQoreNode
eval(ExceptionSink *xsink) const AbstractQoreNode
eval(bool &needs_deref, ExceptionSink *xsink) const AbstractQoreNode
evalImpl(ExceptionSink *xsink) const SimpleValueQoreNode [protected, virtual]
evalImpl(bool &needs_deref, ExceptionSink *xsink) const SimpleValueQoreNode [protected, virtual]
extract(qore_offset_t offset, ExceptionSink *xsink)QoreStringNode
extract(qore_offset_t offset, qore_offset_t length, ExceptionSink *xsink)QoreStringNode
extract(qore_offset_t offset, qore_offset_t length, const AbstractQoreNode *strn, ExceptionSink *xsink)QoreStringNode
floatEval(ExceptionSink *xsink) const AbstractQoreNode
floatEvalImpl(ExceptionSink *xsink) const SimpleValueQoreNode [protected, virtual]
getAsBigInt() const AbstractQoreNode
getAsBool() const AbstractQoreNode
getAsFloat() const AbstractQoreNode
getAsInt() const AbstractQoreNode
getAsString(QoreString &str, int format_offset, ExceptionSink *xsink) const QoreStringNode [virtual]
getAsString(bool &del, int format_offset, ExceptionSink *xsink) const QoreStringNode [virtual]
getBuffer() const QoreString
getDateTimeRepresentation(bool &del) const QoreStringNode [virtual]
getDateTimeRepresentation(DateTime &dt) const QoreStringNode [virtual]
getEncoding() const QoreString
getStringRepresentation(bool &del) const QoreStringNode [virtual]
getStringRepresentation(QoreString &str) const QoreStringNode [virtual]
getType() const AbstractQoreNode [inline]
getTypeName() const QoreStringNode [virtual]
getUnicodePoint(qore_offset_t offset, ExceptionSink *xsink) const QoreString
getUnicodePointFromUTF8(qore_offset_t offset=0) const QoreString
giveBuffer()QoreString
integerEval(ExceptionSink *xsink) const AbstractQoreNode
integerEvalImpl(ExceptionSink *xsink) const SimpleValueQoreNode [protected, virtual]
is_equal_hard(const AbstractQoreNode *v, ExceptionSink *xsink) const QoreStringNode [virtual]
SimpleValueQoreNode::is_equal_hard(const AbstractQoreNode *v, ExceptionSink *xsink) const =0AbstractQoreNode [pure virtual]
is_equal_soft(const AbstractQoreNode *v, ExceptionSink *xsink) const QoreStringNode [virtual]
SimpleValueQoreNode::is_equal_soft(const AbstractQoreNode *v, ExceptionSink *xsink) const =0AbstractQoreNode [pure virtual]
is_unique() const QoreReferenceCounter [inline]
is_value() const AbstractQoreNode [inline]
isReferenceCounted() const AbstractQoreNode [inline]
length() const QoreString
needs_eval() const AbstractQoreNode [inline]
needs_eval_flagAbstractQoreNode [protected]
parseBase64(ExceptionSink *xsink) const QoreString
parseBase64ToString(ExceptionSink *xsink) const QoreStringNode
parseHex(ExceptionSink *xsink) const QoreString
parseInit(LocalVar *oflag, int pflag, int &lvids, const QoreTypeInfo *&typeInfo)QoreStringNode [virtual]
prepend(const char *str)QoreString
prepend(const char *str, qore_size_t size)QoreString
privQoreString [protected]
QoreReferenceCounter()QoreReferenceCounter
QoreString()QoreString
QoreString(bool b)QoreString
QoreString(const char *str)QoreString
QoreString(const char *str, const QoreEncoding *new_qorecharset)QoreString
QoreString(const QoreEncoding *new_qorecharset)QoreString
QoreString(const char *str, qore_size_t len, const QoreEncoding *new_qorecharset=QCS_DEFAULT)QoreString
QoreString(const std::string &str, const QoreEncoding *new_encoding=QCS_DEFAULT)QoreString
QoreString(char c)QoreString
QoreString(const QoreString &str)QoreString
QoreString(const QoreString *str)QoreString
QoreString(const QoreString *str, qore_size_t len)QoreString
QoreString(int64 i)QoreString
QoreString(double f)QoreString
QoreString(const DateTime *date)QoreString
QoreString(const BinaryNode *bin)QoreString
QoreString(char *nbuf, qore_size_t nlen, qore_size_t nallocated, const QoreEncoding *enc)QoreString
QoreStringNode()QoreStringNode
QoreStringNode(const char *str, const QoreEncoding *enc=QCS_DEFAULT)QoreStringNode
QoreStringNode(const QoreString &str)QoreStringNode
QoreStringNode(const QoreStringNode &str)QoreStringNode
QoreStringNode(const std::string &str, const QoreEncoding *enc=QCS_DEFAULT)QoreStringNode
QoreStringNode(char *nbuf, qore_size_t nlen, qore_size_t nallocated, const QoreEncoding *enc)QoreStringNode
QoreStringNode(const char *str, const QoreEncoding *from, const QoreEncoding *to, ExceptionSink *xsink)QoreStringNode
QoreStringNode(struct qore_string_private *p)QoreStringNode
realCopy() const QoreStringNode [virtual]
ref() const AbstractQoreNode
reference_count() const QoreReferenceCounter [inline]
refSelf() const AbstractQoreNode
replace(qore_size_t offset, qore_size_t len, const char *str)QoreString
replace(qore_size_t offset, qore_size_t len, const QoreString *str)QoreString
replace(qore_size_t offset, qore_size_t len, const QoreString *str, ExceptionSink *xsink)QoreString
reset()QoreString
reverse() const QoreStringNode
ROdereference() const QoreReferenceCounter
ROreference() const QoreReferenceCounter
set(const char *str, const QoreEncoding *new_qorecharset=QCS_DEFAULT)QoreString
set(const QoreString *str)QoreString
set(const QoreString &str)QoreString
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 &)SimpleQoreNode [inline]
SimpleValueQoreNode(qore_type_t t, bool n_there_can_be_only_one=false)SimpleValueQoreNode [inline]
splice(qore_offset_t offset, ExceptionSink *xsink)QoreString
splice(qore_offset_t offset, qore_offset_t length, ExceptionSink *xsink)QoreString
splice(qore_offset_t offset, qore_offset_t length, const AbstractQoreNode *strn, ExceptionSink *xsink)QoreString
splice(qore_offset_t offset, qore_offset_t length, const QoreString &str, ExceptionSink *xsink)QoreString
sprintf(const char *fmt,...)QoreString
stringRefSelf() const QoreStringNode
strlen() const QoreString
substr(qore_offset_t offset, ExceptionSink *xsink) const QoreStringNode
substr(qore_offset_t offset, qore_offset_t length, ExceptionSink *xsink) const QoreStringNode
take(char *str)QoreString
take(char *str, const QoreEncoding *enc)QoreString
take(char *str, qore_size_t size)QoreString
take(char *str, qore_size_t size, const QoreEncoding *enc)QoreString
takeAndTerminate(char *str, qore_size_t size)QoreString
takeAndTerminate(char *str, qore_size_t size, const QoreEncoding *enc)QoreString
terminate(qore_size_t size)QoreString
there_can_be_only_oneAbstractQoreNode [protected]
tolwr()QoreString
toupr()QoreString
trim(const char *chars=0)QoreString
trim(char c)QoreString
trim_leading(const char *chars=0)QoreString
trim_leading(char c)QoreString
trim_single_leading(char c)QoreString
trim_single_trailing(char c)QoreString
trim_trailing(const char *chars=0)QoreString
trim_trailing(char c)QoreString
typeAbstractQoreNode [protected]
valueAbstractQoreNode [protected]
vsprintf(const char *fmt, va_list args)QoreString
~AbstractQoreNode()AbstractQoreNode [protected, virtual]
~QoreReferenceCounter()QoreReferenceCounter
~QoreString()QoreString
~QoreStringNode()QoreStringNode [protected, virtual]

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