Deluge Firmware
|
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) | String | inline |
equalsCaseIrrespective(char const *otherChars) | String | |
equalsCaseIrrespective(String *otherString) | String | inline |
get() | String | inline |
getLength() | String | |
isEmpty() | String | inline |
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 |