tinyhttp
All Classes Files Functions Pages
tinyhttp::Str Member List

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

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