Oracle® Fusion Middleware C++ API Reference for Oracle Coherence
12c (12.2.1.3.0)

E80355-01

String Member List

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

__attribute__((always_inline)) inline StringString [inline, static]
__attribute__((always_inline)) inline bool equalsStd(const stdString [inline]
__attribute__((always_inline)) inline operator stdString [inline]
_isEscaped(bool fAttemptCapture=true) const Object [inline]
BoxedType typedefString
clone() const Object [virtual]
clone(Object::View v)Object [static]
compareTo(Object::View v) const =0Comparable [pure virtual]
create(const char *achSrc="", size32_t cch=npos)String [static]
create(const wchar_t *achSrc, size32_t cch=npos)String [static]
create(Array< char >::View vachSrc, size32_t of=0, size32_t cch=npos)String [static]
create(Array< wchar_t >::View vachSrc, size32_t of=0, size32_t cch=npos)String [static]
create(Array< octet_t >::View vabSrc, size32_t of=0, size32_t cb=npos)String [static]
create(Array< wchar16_t >::View vachSrc, size32_t of=0, size32_t cch=npos)String [static]
create(const String &that)String [static]
endsWith(String::View vsSearch) const String [virtual]
equals(const char *ach, size32_t cch=npos) const String [virtual]
equals(const wchar_t *ach, size32_t cch=npos) const String [virtual]
coherence::lang::Comparable::equals(Object::View v) const Object [virtual]
coherence::lang::Comparable::equals(Object::View v1, Object::View v2)Object [static]
getCString() const String [virtual]
getOctets() const String [virtual]
Handle typedefString
Handle typedefString
hashCode() const Object [virtual]
hashCode(Object::View v)Object [inline, static]
Holder typedefString
indexOf(String::View vsSearch, size32_t iBegin=0) const String [virtual]
indexOf(wchar16_t chSearch, size32_t iBegin=0) const String [virtual]
isASCII() const String [virtual]
isCString() const String [virtual]
isEmpty() const String [virtual]
isImmutable() const Object [virtual]
lastIndexOf(String::View vsSearch, size32_t iBegin=npos) const String [virtual]
lastIndexOf(wchar16_t chSearch, size32_t iBegin=npos) const String [virtual]
length() const String [virtual]
notify() const Object
notifyAll() const Object
nposString [static]
null_stringString [static]
Object()Object [protected]
Object(const Object &that)Object [protected]
onConst()Object [protected, virtual]
onEscape(bool fEscaped) const Object [protected, virtual]
onInit()Object [protected, virtual]
operator<(Object::View v) const Comparable [inline, virtual]
regionMatches(size32_t ofSourse, String::View vsOther, size32_t ofOther=0, size32_t cch=npos) const String [virtual]
self()Object [inline, protected]
self() const Object [inline, protected]
sizeOf(bool fDeep=false) const Object [virtual]
startsWith(String::View vsSearch) const String [virtual]
substring(size32_t iBegin, size32_t iEnd=npos) const String [virtual]
toStream(std::ostream &) const Object [inline, virtual]
toString() const Object [virtual]
toString(Object::View v)Object [static]
trim() const String
View typedefString
View typedefString
wait() const Object
wait(int64_t cMillis) const Object

Copyright © 2000, 2017, Oracle and/or its affiliates. All rights reserved.