Deluge Firmware
Loading...
Searching...
No Matches
String Member List

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

beenCloned()String
clear(bool destructing=false)String
concatenate(String *otherString)String
concatenate(char const *newChars)String
concatenateAtPos(char const *newChars, int pos, int newCharsLength=-1)String
concatenateInt(int32_t number, int minNumDigits=1)String
equals(char const *otherChars)String
equals(String *otherString)Stringinline
equalsCaseIrrespective(char const *otherChars)String
equalsCaseIrrespective(String *otherString)Stringinline
get()Stringinline
getLength()String
isEmpty()Stringinline
set(char const *newChars, int newLength=-1)String
set(String *otherString)String
setChar(char newChar, int pos)String
setInt(int32_t number, int minNumDigits=1)String
shorten(int newLength)String
String()String
~String()String