Base Framework
StringInputStream Member List

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

_COM_AZURE_DEV__BASE__OVERRIDE_ALLOC() (defined in DynamicObject)DynamicObject
append(char ch)Stringinlineprotected
append(uint8 ch)Stringinlineprotected
append(ucs4 ch)Stringprotected
append(const String &string)Stringinlineprotected
append(const NativeString &string)Stringinlineprotected
append(const char *string)Stringinlineprotected
append(const Literal &string)Stringprotected
append(const char(&literal)[SIZE]) (defined in String)Stringinlineprotected
append(const Literal &string, MemorySize maximum)Stringprotected
append(const NativeString &string, MemorySize maximum)Stringprotected
append(const ConstSpan< char > &buffer)Stringprotected
available() constStringInputStreamvirtual
begin() const noexceptStringinlineprotected
clear()Stringprotected
close()StringInputStreamvirtual
closedStringInputStreamprotected
compareTo(const String &string) const noexceptStringprotected
compareTo(const Literal &string) const noexceptStringprotected
compareTo(const NativeString &string) const noexceptStringprotected
compareToIgnoreCase(const char *left, const char *right) noexceptStringprotectedstatic
compareToIgnoreCase(const String &string) const noexceptStringprotected
compareToIgnoreCase(const NativeString &string) constStringprotected
compareToIgnoreCase(const char(&literal)[SIZE]) const noexcept (defined in String)Stringinlineprotected
copy() constStringprotected
count(char ch, MemorySize start=0) const noexceptStringprotected
count(const String &string, MemorySize start=0) const noexceptStringprotected
DynamicObject() noexceptDynamicObjectinline
end() const noexceptStringinlineprotected
endsWith(const String &suffix) const noexceptStringprotected
endsWith(const Literal &suffix) const noexceptStringprotected
endsWith(const char(&suffix)[SIZE]) const noexceptStringinlineprotected
ensureCapacity(MemorySize capacity)Stringprotected
Enumerator typedef (defined in String)Stringprotected
eofStringInputStreamprotected
forceToLength(MemorySize length)Stringprotected
garbageCollect()Stringprotected
getAt(MemorySize index) constStringprotected
getBeginIterator() noexceptStringinlineprotected
getBeginReadIterator() const noexceptStringinlineprotected
getBuffer()Stringprotected
getBuffer(MemorySize length)Stringprotected
getBuffer() const noexceptStringinlineprotected
getBytes() const noexceptStringinlineprotected
getCapacity() const noexceptStringinlineprotected
getContainer() constStringinlineprotected
getElements()Stringprotected
getElements() const noexceptStringinlineprotected
getEnd() const noexceptStringinlineprotected
getEndIterator() noexceptStringinlineprotected
getEndReadIterator() const noexceptStringinlineprotected
getEnumerator() noexceptStringinlineprotected
getLength() const noexceptStringinlineprotected
getNumberOfReferences_INTERNAL() const noexceptReferenceCountedObjectinline
getReadEnumerator() const noexceptStringinlineprotected
getSpan() const noexceptStringinlineprotected
getUTF8BeginReadIterator() const noexceptStringinlineprotected
getUTF8EndReadIterator() const noexceptStringinlineprotected
getUTF8ReadEnumerator() const noexceptStringinlineprotected
getUTF8String() const noexceptStringinlineprotected
getValidUTF8() constStringprotected
hasNull() const noexceptStringprotected
indexStringInputStreamprotected
indexOf(char ch, MemorySize start=0) const noexceptStringprotected
indexOf(const String &string, MemorySize start=0) const noexceptStringprotected
initialize(const char *string, MemorySize length)Stringprotected
initialize(const wchar *string, MemorySize length)Stringprotected
initialize(const char16_t *string, MemorySize length)Stringprotected
initialize(const ucs4 *string, MemorySize length)Stringprotected
insert(MemorySize index, const ConstSpan< char > &span)Stringprotected
insert(MemorySize index, char ch)Stringprotected
insert(MemorySize index, const String &string)Stringprotected
insert(MemorySize index, const Literal &string)Stringprotected
insert(MemorySize index, const char(&literal)[SIZE]) (defined in String)Stringinlineprotected
insert(MemorySize index, const NativeString &string)Stringprotected
invariant() const noexceptStringinlineprotected
isASCII() const noexceptStringprotected
isEmpty() const noexceptStringinlineprotected
isMultiReferenced() const noexceptStringprotected
isProper() const noexceptStringinlineprotected
isValidObject() const noexceptDynamicObject
Iterator typedef (defined in String)Stringprotected
lastIndexOf(char ch, MemorySize start) const noexceptStringprotected
lastIndexOf(char ch) const noexceptStringinlineprotected
lastIndexOf(const String &string, MemorySize start) const noexceptStringprotected
lastIndexOf(const String &string) const noexceptStringinlineprotected
makeCapacity(MemorySize capacity)Stringinlineprotectedstatic
makeLength(MemorySize length)Stringinlineprotectedstatic
MAXIMUM_LENGTHStringprotectedstatic
native() const noexceptStringinlineprotected
operator bool() const noexceptStringinlineprotected
operator!=(const String &string) const noexceptStringinlineprotected
operator!=(const Literal &string) const noexceptStringinlineprotected
operator!=(const char(&literal)[SIZE]) const noexcept (defined in String)Stringinlineprotected
operator!=(const NativeString &string) const noexceptStringinlineprotected
operator()(ARGS &&... args)Stringprotected
operator+=(const String &suffix)Stringinlineprotected
operator+=(const Literal &suffix)Stringinlineprotected
operator+=(const char *suffix)Stringinlineprotected
operator+=(char suffix)Stringinlineprotected
operator-=(const String &suffix)Stringprotected
operator<(const String &string) const noexceptStringinlineprotected
operator<(const char(&literal)[SIZE]) const noexcept (defined in String)Stringinlineprotected
operator<(const NativeString &string) const noexceptStringinlineprotected
operator<=(const String &string) const noexceptStringinlineprotected
operator<=(const char(&literal)[SIZE]) const noexcept (defined in String)Stringinlineprotected
operator<=(const NativeString &string) const noexceptStringinlineprotected
InputStream::operator=(const ReferenceCountedObject &copy) noexceptReferenceCountedObjectinline
InputStream::operator=(ReferenceCountedObject &&move) noexceptReferenceCountedObjectinline
String::operator=(const String &assign) noexceptStringinlineprotected
operator=(String &&move) noexcept (defined in String)Stringinlineprotected
String::operator=(const Literal &assign)Stringprotected
String::operator=(const WideLiteral &assign)Stringprotected
String::operator=(const NativeString &assign)Stringprotected
String::operator=(const char *assign)Stringprotected
String::operator=(const wchar *assign)Stringprotected
String::operator=(const char16_t *assign)Stringprotected
String::operator=(const char32_t *assign)Stringprotected
String::operator=(const WideString &assign)Stringprotected
String::operator=(const StringOutputStream &assign)Stringprotected
String::operator=(const char(&literal)[SIZE])Stringinlineprotected
operator==(const String &string) const noexceptStringinlineprotected
operator==(const Literal &string) const noexceptStringinlineprotected
operator==(const char(&literal)[SIZE]) const noexcept (defined in String)Stringinlineprotected
operator==(const NativeString &string) const noexceptStringinlineprotected
operator>(const String &string) const noexceptStringinlineprotected
operator>(const char(&literal)[SIZE]) const noexcept (defined in String)Stringinlineprotected
operator>(const NativeString &string) const noexceptStringinlineprotected
operator>=(const String &string) const noexceptStringinlineprotected
operator>=(const char(&literal)[SIZE]) const noexcept (defined in String)Stringinlineprotected
operator>=(const NativeString &string) const noexceptStringinlineprotected
operator[](MemorySize index)Stringinlineprotected
operator[](MemorySize index) constStringinlineprotected
prepend(char ch)Stringinlineprotected
prepend(const String &string)Stringinlineprotected
read(uint8 *buffer, unsigned int size, bool nonblocking)StringInputStreamvirtual
ReadEnumerator typedef (defined in String)Stringprotected
ReadIterator typedef (defined in String)Stringprotected
ReferenceCountedObject() noexceptReferenceCountedObjectinline
ReferenceCountedObject(const ReferenceCountedObject &copy) noexceptReferenceCountedObjectinline
ReferenceCountedObject(ReferenceCountedObject &&move) noexceptReferenceCountedObjectinline
remove(MemorySize start, MemorySize end)Stringprotected
removeAt(MemorySize index)Stringinlineprotected
removeFrom(MemorySize start)Stringprotected
replace(MemorySize start, MemorySize end, const String &string)Stringprotected
replaceAll(const String &fromStr, const String &toStr)Stringprotected
reverse() noexceptStringprotected
search(const String &substring, MemorySize start=0) const noexceptStringprotected
setAt(MemorySize index, char value)Stringprotected
setLength(MemorySize length)Stringinlineprotected
skip(unsigned int count)StringInputStreamvirtual
split(char separator, bool group=false) constStringprotected
startsWith(const String &prefix) const noexceptStringprotected
startsWith(const Literal &prefix) const noexceptStringprotected
startsWith(const char(&prefix)[SIZE]) const noexceptStringinlineprotected
stringStringInputStreamprotected
String() noexceptStringprotected
String(Reference< ReferenceCountedAllocator< char > > string) (defined in String)Stringinlineprotected
String(MemorySize capacity)Stringexplicitprotected
String(Default d)Stringprotected
String(const UTF8Stringify &stringify)Stringprotected
String(const OwnedNativeString &string)Stringprotected
String(const NativeString &string)Stringprotected
String(const Literal &string)Stringprotected
String(const char *string)Stringprotected
String(const char *string, MemorySize length)Stringprotected
String(const wchar *string)Stringprotected
String(const wchar *string, MemorySize length)Stringprotected
String(const char16_t *string)Stringprotected
String(const char16_t *string, MemorySize length)Stringprotected
String(const char32_t *string)Stringprotected
String(const char32_t *string, MemorySize length)Stringprotected
String(const WideString &string)Stringprotected
String(const NativeString &string, MemorySize maximum)Stringprotected
String(const String &copy) noexceptStringinlineprotected
String(String &&move) noexceptStringinlineprotected
String(StringOutputStream &stream)Stringprotected
String(FormatOutputStream &stream)Stringprotected
StringInputStream(String &string)StringInputStream
substImpl(const UTF8Stringify &text, const UTF8Stringify *args, MemorySize numberOfArgs)Stringprotectedstatic
substring(MemorySize start, MemorySize end) constStringprotected
substring(MemorySize start) constStringinlineprotected
TERMINATORStringprotectedstatic
toLowerCase() noexceptStringprotected
toSpan(const char *string) noexceptStringinlineprotectedstatic
toUpperCase() noexceptStringprotected
Traits typedefStringprotected
trim(char character=' ')Stringprotected
useGarbageCollector() const noexceptReferenceCountedObjectinlinevirtual
wait() const =0InputStreampure virtual
wait(unsigned int timeout) const =0InputStreampure virtual
~DynamicObject() noexcept(false)DynamicObjectinlinevirtual
~InputStream() noexcept(false) (defined in InputStream)InputStreaminline
~ReferenceCountedObject() (defined in ReferenceCountedObject)ReferenceCountedObjectinline
~Stream() noexcept(false)Streamvirtual
~StringInputStream()StringInputStream