Base Framework
|
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) | String | inlineprotected |
append(uint8 ch) | String | inlineprotected |
append(ucs4 ch) | String | protected |
append(const String &string) | String | inlineprotected |
append(const NativeString &string) | String | inlineprotected |
append(const char *string) | String | inlineprotected |
append(const Literal &string) | String | protected |
append(const char(&literal)[SIZE]) (defined in String) | String | inlineprotected |
append(const Literal &string, MemorySize maximum) | String | protected |
append(const NativeString &string, MemorySize maximum) | String | protected |
append(const ConstSpan< char > &buffer) | String | protected |
available() const | StringInputStream | virtual |
begin() const noexcept | String | inlineprotected |
clear() | String | protected |
close() | StringInputStream | virtual |
closed | StringInputStream | protected |
compareTo(const String &string) const noexcept | String | protected |
compareTo(const Literal &string) const noexcept | String | protected |
compareTo(const NativeString &string) const noexcept | String | protected |
compareToIgnoreCase(const char *left, const char *right) noexcept | String | protectedstatic |
compareToIgnoreCase(const String &string) const noexcept | String | protected |
compareToIgnoreCase(const NativeString &string) const | String | protected |
compareToIgnoreCase(const char(&literal)[SIZE]) const noexcept (defined in String) | String | inlineprotected |
copy() const | String | protected |
count(char ch, MemorySize start=0) const noexcept | String | protected |
count(const String &string, MemorySize start=0) const noexcept | String | protected |
DynamicObject() noexcept | DynamicObject | inline |
end() const noexcept | String | inlineprotected |
endsWith(const String &suffix) const noexcept | String | protected |
endsWith(const Literal &suffix) const noexcept | String | protected |
endsWith(const char(&suffix)[SIZE]) const noexcept | String | inlineprotected |
ensureCapacity(MemorySize capacity) | String | protected |
Enumerator typedef (defined in String) | String | protected |
eof | StringInputStream | protected |
forceToLength(MemorySize length) | String | protected |
garbageCollect() | String | protected |
getAt(MemorySize index) const | String | protected |
getBeginIterator() noexcept | String | inlineprotected |
getBeginReadIterator() const noexcept | String | inlineprotected |
getBuffer() | String | protected |
getBuffer(MemorySize length) | String | protected |
getBuffer() const noexcept | String | inlineprotected |
getBytes() const noexcept | String | inlineprotected |
getCapacity() const noexcept | String | inlineprotected |
getContainer() const | String | inlineprotected |
getElements() | String | protected |
getElements() const noexcept | String | inlineprotected |
getEnd() const noexcept | String | inlineprotected |
getEndIterator() noexcept | String | inlineprotected |
getEndReadIterator() const noexcept | String | inlineprotected |
getEnumerator() noexcept | String | inlineprotected |
getLength() const noexcept | String | inlineprotected |
getNumberOfReferences_INTERNAL() const noexcept | ReferenceCountedObject | inline |
getReadEnumerator() const noexcept | String | inlineprotected |
getSpan() const noexcept | String | inlineprotected |
getUTF8BeginReadIterator() const noexcept | String | inlineprotected |
getUTF8EndReadIterator() const noexcept | String | inlineprotected |
getUTF8ReadEnumerator() const noexcept | String | inlineprotected |
getUTF8String() const noexcept | String | inlineprotected |
getValidUTF8() const | String | protected |
hasNull() const noexcept | String | protected |
index | StringInputStream | protected |
indexOf(char ch, MemorySize start=0) const noexcept | String | protected |
indexOf(const String &string, MemorySize start=0) const noexcept | String | protected |
initialize(const char *string, MemorySize length) | String | protected |
initialize(const wchar *string, MemorySize length) | String | protected |
initialize(const char16_t *string, MemorySize length) | String | protected |
initialize(const ucs4 *string, MemorySize length) | String | protected |
insert(MemorySize index, const ConstSpan< char > &span) | String | protected |
insert(MemorySize index, char ch) | String | protected |
insert(MemorySize index, const String &string) | String | protected |
insert(MemorySize index, const Literal &string) | String | protected |
insert(MemorySize index, const char(&literal)[SIZE]) (defined in String) | String | inlineprotected |
insert(MemorySize index, const NativeString &string) | String | protected |
invariant() const noexcept | String | inlineprotected |
isASCII() const noexcept | String | protected |
isEmpty() const noexcept | String | inlineprotected |
isMultiReferenced() const noexcept | String | protected |
isProper() const noexcept | String | inlineprotected |
isValidObject() const noexcept | DynamicObject | |
Iterator typedef (defined in String) | String | protected |
lastIndexOf(char ch, MemorySize start) const noexcept | String | protected |
lastIndexOf(char ch) const noexcept | String | inlineprotected |
lastIndexOf(const String &string, MemorySize start) const noexcept | String | protected |
lastIndexOf(const String &string) const noexcept | String | inlineprotected |
makeCapacity(MemorySize capacity) | String | inlineprotectedstatic |
makeLength(MemorySize length) | String | inlineprotectedstatic |
MAXIMUM_LENGTH | String | protectedstatic |
native() const noexcept | String | inlineprotected |
operator bool() const noexcept | String | inlineprotected |
operator!=(const String &string) const noexcept | String | inlineprotected |
operator!=(const Literal &string) const noexcept | String | inlineprotected |
operator!=(const char(&literal)[SIZE]) const noexcept (defined in String) | String | inlineprotected |
operator!=(const NativeString &string) const noexcept | String | inlineprotected |
operator()(ARGS &&... args) | String | protected |
operator+=(const String &suffix) | String | inlineprotected |
operator+=(const Literal &suffix) | String | inlineprotected |
operator+=(const char *suffix) | String | inlineprotected |
operator+=(char suffix) | String | inlineprotected |
operator-=(const String &suffix) | String | protected |
operator<(const String &string) const noexcept | String | inlineprotected |
operator<(const char(&literal)[SIZE]) const noexcept (defined in String) | String | inlineprotected |
operator<(const NativeString &string) const noexcept | String | inlineprotected |
operator<=(const String &string) const noexcept | String | inlineprotected |
operator<=(const char(&literal)[SIZE]) const noexcept (defined in String) | String | inlineprotected |
operator<=(const NativeString &string) const noexcept | String | inlineprotected |
InputStream::operator=(const ReferenceCountedObject ©) noexcept | ReferenceCountedObject | inline |
InputStream::operator=(ReferenceCountedObject &&move) noexcept | ReferenceCountedObject | inline |
String::operator=(const String &assign) noexcept | String | inlineprotected |
operator=(String &&move) noexcept (defined in String) | String | inlineprotected |
String::operator=(const Literal &assign) | String | protected |
String::operator=(const WideLiteral &assign) | String | protected |
String::operator=(const NativeString &assign) | String | protected |
String::operator=(const char *assign) | String | protected |
String::operator=(const wchar *assign) | String | protected |
String::operator=(const char16_t *assign) | String | protected |
String::operator=(const char32_t *assign) | String | protected |
String::operator=(const WideString &assign) | String | protected |
String::operator=(const StringOutputStream &assign) | String | protected |
String::operator=(const char(&literal)[SIZE]) | String | inlineprotected |
operator==(const String &string) const noexcept | String | inlineprotected |
operator==(const Literal &string) const noexcept | String | inlineprotected |
operator==(const char(&literal)[SIZE]) const noexcept (defined in String) | String | inlineprotected |
operator==(const NativeString &string) const noexcept | String | inlineprotected |
operator>(const String &string) const noexcept | String | inlineprotected |
operator>(const char(&literal)[SIZE]) const noexcept (defined in String) | String | inlineprotected |
operator>(const NativeString &string) const noexcept | String | inlineprotected |
operator>=(const String &string) const noexcept | String | inlineprotected |
operator>=(const char(&literal)[SIZE]) const noexcept (defined in String) | String | inlineprotected |
operator>=(const NativeString &string) const noexcept | String | inlineprotected |
operator[](MemorySize index) | String | inlineprotected |
operator[](MemorySize index) const | String | inlineprotected |
prepend(char ch) | String | inlineprotected |
prepend(const String &string) | String | inlineprotected |
read(uint8 *buffer, unsigned int size, bool nonblocking) | StringInputStream | virtual |
ReadEnumerator typedef (defined in String) | String | protected |
ReadIterator typedef (defined in String) | String | protected |
ReferenceCountedObject() noexcept | ReferenceCountedObject | inline |
ReferenceCountedObject(const ReferenceCountedObject ©) noexcept | ReferenceCountedObject | inline |
ReferenceCountedObject(ReferenceCountedObject &&move) noexcept | ReferenceCountedObject | inline |
remove(MemorySize start, MemorySize end) | String | protected |
removeAt(MemorySize index) | String | inlineprotected |
removeFrom(MemorySize start) | String | protected |
replace(MemorySize start, MemorySize end, const String &string) | String | protected |
replaceAll(const String &fromStr, const String &toStr) | String | protected |
reverse() noexcept | String | protected |
search(const String &substring, MemorySize start=0) const noexcept | String | protected |
setAt(MemorySize index, char value) | String | protected |
setLength(MemorySize length) | String | inlineprotected |
skip(unsigned int count) | StringInputStream | virtual |
split(char separator, bool group=false) const | String | protected |
startsWith(const String &prefix) const noexcept | String | protected |
startsWith(const Literal &prefix) const noexcept | String | protected |
startsWith(const char(&prefix)[SIZE]) const noexcept | String | inlineprotected |
string | StringInputStream | protected |
String() noexcept | String | protected |
String(Reference< ReferenceCountedAllocator< char > > string) (defined in String) | String | inlineprotected |
String(MemorySize capacity) | String | explicitprotected |
String(Default d) | String | protected |
String(const UTF8Stringify &stringify) | String | protected |
String(const OwnedNativeString &string) | String | protected |
String(const NativeString &string) | String | protected |
String(const Literal &string) | String | protected |
String(const char *string) | String | protected |
String(const char *string, MemorySize length) | String | protected |
String(const wchar *string) | String | protected |
String(const wchar *string, MemorySize length) | String | protected |
String(const char16_t *string) | String | protected |
String(const char16_t *string, MemorySize length) | String | protected |
String(const char32_t *string) | String | protected |
String(const char32_t *string, MemorySize length) | String | protected |
String(const WideString &string) | String | protected |
String(const NativeString &string, MemorySize maximum) | String | protected |
String(const String ©) noexcept | String | inlineprotected |
String(String &&move) noexcept | String | inlineprotected |
String(StringOutputStream &stream) | String | protected |
String(FormatOutputStream &stream) | String | protected |
StringInputStream(String &string) | StringInputStream | |
substImpl(const UTF8Stringify &text, const UTF8Stringify *args, MemorySize numberOfArgs) | String | protectedstatic |
substring(MemorySize start, MemorySize end) const | String | protected |
substring(MemorySize start) const | String | inlineprotected |
TERMINATOR | String | protectedstatic |
toLowerCase() noexcept | String | protected |
toSpan(const char *string) noexcept | String | inlineprotectedstatic |
toUpperCase() noexcept | String | protected |
Traits typedef | String | protected |
trim(char character=' ') | String | protected |
useGarbageCollector() const noexcept | ReferenceCountedObject | inlinevirtual |
wait() const =0 | InputStream | pure virtual |
wait(unsigned int timeout) const =0 | InputStream | pure virtual |
~DynamicObject() noexcept(false) | DynamicObject | inlinevirtual |
~InputStream() noexcept(false) (defined in InputStream) | InputStream | inline |
~ReferenceCountedObject() (defined in ReferenceCountedObject) | ReferenceCountedObject | inline |
~Stream() noexcept(false) | Stream | virtual |
~StringInputStream() | StringInputStream |