Arduino Posix Filesystems
Loading...
Searching...
No Matches
file_systems::Str Member List

This is the complete list of members for file_systems::Str, including all inherited members.

add(int value)file_systems::Strinlinevirtual
add(double value, int precision=2, int withd=0)file_systems::Strinlinevirtual
add(const char *append)file_systems::Strinlinevirtual
add(const char c)file_systems::Strinlinevirtual
c_str()file_systems::Strinlinevirtual
chars (defined in file_systems::Str)file_systems::Strprotected
clear()file_systems::Strinlinevirtual
contains(const char *str)file_systems::Strinlinevirtual
containsNumber() (defined in file_systems::Str)file_systems::Strinline
count(char c, int startPos)file_systems::Strinlinevirtual
endsWith(const char *str)file_systems::Strinlinevirtual
endsWithIgnoreCase(const char *str)file_systems::Strinlinevirtual
equals(const char *str)file_systems::Strinlinevirtual
equalsIgnoreCase(const char *alt)file_systems::Strinlinevirtual
floatToString(char *outstr, double val, int precision, int widthp)file_systems::Strinlineprotectedstatic
grow(int newMaxLen)file_systems::Strinlineprotectedvirtual
indexOf(const char c, int start=0)file_systems::Strinlinevirtual
indexOf(const char *cont, int start=0)file_systems::Strinlinevirtual
insert(int pos, const char *str)file_systems::Strinlinevirtual
is_const (defined in file_systems::Str)file_systems::Strprotected
isConst()file_systems::Strinlinevirtual
isEmpty()file_systems::Strinlinevirtual
isInteger()file_systems::Strinline
isNumber() (defined in file_systems::Str)file_systems::Strinline
isOnHeap()file_systems::Strinlinevirtual
itoa(int n, char s[]) (defined in file_systems::Str)file_systems::Strinlineprotectedstatic
lastIndexOf(const char *cont)file_systems::Strinlinevirtual
len (defined in file_systems::Str)file_systems::Strprotected
length()file_systems::Strinlinevirtual
ltrim()file_systems::Strinlinevirtual
matches(const char *pattern)file_systems::Strinlinevirtual
maxlen (defined in file_systems::Str)file_systems::Strprotected
maxLength()file_systems::Strinlinevirtual
numberOfDecimals()file_systems::Strinline
operator!=(const Str &alt) constfile_systems::Strinlinevirtual
operator!=(const char *alt) constfile_systems::Strinlinevirtual
operator+=(const char *str)file_systems::Strinlinevirtual
operator+=(int value)file_systems::Strinlinevirtual
operator+=(double value)file_systems::Strinlinevirtual
operator+=(const char value)file_systems::Strinlinevirtual
operator<<(int n)file_systems::Strinlinevirtual
operator=(const Str &)=default (defined in file_systems::Str)file_systems::Str
operator=(Str &&)=default (defined in file_systems::Str)file_systems::Str
operator=(const char *str)file_systems::Strinlinevirtual
operator=(char *str)file_systems::Strinlinevirtual
operator=(char c)file_systems::Strinlinevirtual
operator=(double val)file_systems::Strinlinevirtual
operator=(int value)file_systems::Strinlinevirtual
operator==(const Str &alt) constfile_systems::Strinlinevirtual
operator==(const char *alt) constfile_systems::Strinlinevirtual
operator[](int index) (defined in file_systems::Str)file_systems::Strinlinevirtual
remove(const char *toRemove)file_systems::Strinlinevirtual
removeAll(const char *toRemove)file_systems::Strinlinevirtual
replace(const char *toReplace, const char *replaced)file_systems::Strinlinevirtual
replaceAll(const char *toReplace, const char *replaced)file_systems::Strinlinevirtual
reverse(char s[]) (defined in file_systems::Str)file_systems::Strinlineprotectedstatic
rtrim()file_systems::Strinlinevirtual
savedChar (defined in file_systems::Str)file_systems::Strprotected
savedLen (defined in file_systems::Str)file_systems::Strprotected
set(const char *alt)file_systems::Strinlinevirtual
set(const Str &alt)file_systems::Strinlinevirtual
set(const char c) (defined in file_systems::Str)file_systems::Strinlinevirtual
set(int value) (defined in file_systems::Str)file_systems::Strinlinevirtual
set(double value, int precision=2, int withd=0) (defined in file_systems::Str)file_systems::Strinlinevirtual
set(char chars[], int maxlen, int len=0, bool isConst=false)file_systems::Strinlinevirtual
setLength(int len, bool addZero=true)file_systems::Strinlinevirtual
setLengthUndo()file_systems::Strinlinevirtual
startsWith(const char *str)file_systems::Strinlinevirtual
Str()=default (defined in file_systems::Str)file_systems::Str
Str(const char *chars)file_systems::Strinline
Str(char chars[], int maxlen, int len=0)file_systems::Strinline
Str(const Str &)=default (defined in file_systems::Str)file_systems::Str
Str(Str &&)=default (defined in file_systems::Str)file_systems::Str
strncmp_i(const char *s1, const char *s2, int n) (defined in file_systems::Str)file_systems::Strinlineprotectedstatic
substring(Str &from, int start, int end)file_systems::Strinlinevirtual
substring(const char *from, int start, int end)file_systems::Strinlinevirtual
swap(Str &str) (defined in file_systems::Str)file_systems::Strinlinevirtual
toBinary(void const *const ptr, size_t const size)file_systems::Strinlinestatic
toDouble()file_systems::Strinline
toInt()file_systems::Strinline
toLong()file_systems::Strinline
toLowerCase()file_systems::Strinline
toUpperCase()file_systems::Strinline
trim()file_systems::Strinlinevirtual