arduino-audio-tools
|
This is the complete list of members for Str, including all inherited members.
add(int value) | StrView | inlinevirtual |
add(double value, int precision=2, int withd=0) | StrView | inlinevirtual |
add(const char *append) | StrView | inlinevirtual |
add(const char c) | StrView | inlinevirtual |
allocate(int len=-1) (defined in Str) | Str | inline |
c_str() | StrView | inlinevirtual |
capacity() (defined in Str) | Str | inline |
chars (defined in StrView) | StrView | protected |
charToInt(char ch) (defined in Str) | Str | inlineprotected |
clear() override | Str | inlinevirtual |
contains(const char *str) | StrView | inlinevirtual |
containsNumber() (defined in StrView) | StrView | inline |
copyFrom(const char *source, int len, int maxlen=0) | Str | inline |
count(char c, int startPos) | StrView | inlinevirtual |
endsWith(const char *str) | StrView | inlinevirtual |
endsWithIgnoreCase(const char *str) | StrView | inlinevirtual |
equals(const char *str) | StrView | inlinevirtual |
equalsIgnoreCase(const char *alt) const | StrView | inlinevirtual |
floatToString(char *outstr, double val, int precision, int widthp) | StrView | inlineprotectedstatic |
grow(int newMaxLen) override | Str | inlineprotectedvirtual |
indexOf(const char c, int start=0) | StrView | inlinevirtual |
indexOf(const char *cont, int start=0) | StrView | inlinevirtual |
insert(int pos, const char *str) | StrView | inlinevirtual |
is_const (defined in StrView) | StrView | protected |
isConst() override | Str | inlinevirtual |
isEmpty() | StrView | inlinevirtual |
isInteger() | StrView | inline |
isNumber() (defined in StrView) | StrView | inline |
isOnHeap() override | Str | inlinevirtual |
itoa(int n, char s[]) (defined in StrView) | StrView | inlineprotectedstatic |
lastIndexOf(const char *cont) | StrView | inlinevirtual |
len (defined in StrView) | StrView | protected |
length() | StrView | inlinevirtual |
ltrim() | StrView | inlinevirtual |
matches(const char *pattern) | StrView | inlinevirtual |
maxlen (defined in StrView) | StrView | protected |
maxLength() | StrView | inlinevirtual |
move(Str &other) (defined in Str) | Str | inlineprotected |
nIndexOf(const char c, int n) | StrView | inlinevirtual |
nIndexOf(const char *cont, int n) | StrView | inlinevirtual |
numberOfDecimals() | StrView | inline |
operator!=(const StrView &alt) const | StrView | inlinevirtual |
operator!=(const char *alt) const | StrView | inlinevirtual |
operator+=(const char *str) | StrView | inlinevirtual |
operator+=(int value) | StrView | inlinevirtual |
operator+=(double value) | StrView | inlinevirtual |
operator+=(const char value) | StrView | inlinevirtual |
operator<<(int n) | StrView | inlinevirtual |
operator=(Str &&obj) | Str | inline |
operator=(Str &obj) | Str | inline |
operator=(const char *str) override | Str | inlinevirtual |
operator=(char *str) override | Str | inlinevirtual |
operator=(int v) override | Str | inlinevirtual |
operator=(double v) override | Str | inlinevirtual |
audio_tools::StrView::operator=(char c) | StrView | inlinevirtual |
operator==(const StrView &alt) const | StrView | inlinevirtual |
operator==(const char *alt) const | StrView | inlinevirtual |
operator[](int index) (defined in StrView) | StrView | inlinevirtual |
remove(const char *toRemove) | StrView | inlinevirtual |
removeAll(const char *toRemove) | StrView | inlinevirtual |
replace(const char *toReplace, const char *replaced) | StrView | inlinevirtual |
replaceAll(const char *toReplace, const char *replaced) | StrView | inlinevirtual |
reverse(char s[]) (defined in StrView) | StrView | inlineprotectedstatic |
rtrim() | StrView | inlinevirtual |
savedChar (defined in StrView) | StrView | protected |
savedLen (defined in StrView) | StrView | protected |
set(const char *alt) | StrView | inlinevirtual |
set(const StrView &alt) | StrView | inlinevirtual |
set(const char c) (defined in StrView) | StrView | inlinevirtual |
set(int value) (defined in StrView) | StrView | inlinevirtual |
set(double value, int precision=2, int withd=0) (defined in StrView) | StrView | inlinevirtual |
set(char chars[], int maxlen, int len=0, bool isConst=false) | StrView | inlinevirtual |
setCapacity(size_t newLen) (defined in Str) | Str | inline |
setChars(char c, int len) | Str | inline |
setLength(int len, bool addZero=true) | StrView | inlinevirtual |
setLengthUndo() | StrView | inlinevirtual |
startsWith(const char *str) | StrView | inlinevirtual |
Str()=default (defined in Str) | Str | |
Str(int initialAllocatedLength) (defined in Str) | Str | inline |
Str(const char *str) (defined in Str) | Str | inline |
Str(StrView &source) | Str | inline |
Str(Str &source) | Str | inline |
Str(Str &&obj) | Str | inline |
strncmp_i(const char *s1, const char *s2, int n) (defined in StrView) | StrView | inlineprotectedstatic |
strToBin(char *pString) (defined in Str) | Str | inlineprotected |
StrView()=default (defined in StrView) | StrView | |
StrView(const char *chars) | StrView | inline |
StrView(char chars[], int maxlen, int len=0) | StrView | inline |
substring(StrView &from, int start, int end) | StrView | inlinevirtual |
substring(const char *from, int start, int end) | StrView | inlinevirtual |
swap(Str &other) (defined in Str) | Str | inline |
swap(StrView &str) (defined in StrView) | StrView | inlinevirtual |
toBinary(void const *const ptr, size_t const size) | StrView | inlinestatic |
toDouble() | StrView | inline |
toInt() | StrView | inline |
toLong() | StrView | inline |
toLowerCase() | StrView | inline |
toUpperCase() | StrView | inline |
trim() | StrView | inlinevirtual |
urlDecode() | Str | inline |
urlEncode() | Str | inline |
urlEncodeChar(char c, char *result, int maxLen) (defined in Str) | Str | inlineprotected |
vector (defined in Str) | Str | protected |
~Str() | Str | inline |