|
COSA
An Object-Oriented Platform for Arduino Programming
|
This is the complete list of members for String, including all inherited members.
| c_str() const | String | inline |
| changeBuffer(unsigned int maxStrLen) | String | protected |
| charAt(unsigned int index) const | String | |
| compareTo(const String &s) const | String | |
| concat(const String &str) | String | |
| concat(const char *cstr) | String | |
| concat(char c) | String | |
| concat(unsigned char c) | String | |
| concat(int num) | String | |
| concat(unsigned int num) | String | |
| concat(long num) | String | |
| concat(unsigned long num) | String | |
| concat(float num) | String | |
| concat(double num) | String | |
| concat(str_P str) | String | |
| concat(const char *cstr, unsigned int length) | String | protected |
| copy(const char *cstr, unsigned int length) | String | protected |
| copy(str_P pstr, unsigned int length) | String | protected |
| endsWith(const String &suffix) const | String | |
| equals(const String &s) const | String | |
| equals(const char *cstr) const | String | |
| equalsIgnoreCase(const String &s) const | String | |
| getBytes(unsigned char *buf, unsigned int bufsize, unsigned int index=0) const | String | |
| indexOf(char ch) const | String | |
| indexOf(char ch, unsigned int fromIndex) const | String | |
| indexOf(const String &str) const | String | |
| indexOf(const String &str, unsigned int fromIndex) const | String | |
| init(void) | String | inlineprotected |
| invalidate(void) | String | protected |
| lastIndexOf(char ch) const | String | |
| lastIndexOf(char ch, unsigned int fromIndex) const | String | |
| lastIndexOf(const String &str) const | String | |
| lastIndexOf(const String &str, unsigned int fromIndex) const | String | |
| length(void) const | String | inline |
| m_buffer | String | protected |
| m_capacity | String | protected |
| m_length | String | protected |
| move(String &rhs) | String | protected |
| operator StringIfHelperType() const | String | inline |
| operator!=(const String &rhs) const | String | inline |
| operator!=(const char *cstr) const | String | inline |
| operator+(const __StringSumHelper &lhs, const String &rhs) | String | friend |
| operator+(const __StringSumHelper &lhs, const char *cstr) | String | friend |
| operator+(const __StringSumHelper &lhs, char c) | String | friend |
| operator+(const __StringSumHelper &lhs, unsigned char num) | String | friend |
| operator+(const __StringSumHelper &lhs, int num) | String | friend |
| operator+(const __StringSumHelper &lhs, unsigned int num) | String | friend |
| operator+(const __StringSumHelper &lhs, long num) | String | friend |
| operator+(const __StringSumHelper &lhs, unsigned long num) | String | friend |
| operator+(const __StringSumHelper &lhs, float num) | String | friend |
| operator+(const __StringSumHelper &lhs, double num) | String | friend |
| operator+(const __StringSumHelper &lhs, str_P rhs) | String | friend |
| operator+=(const String &rhs) | String | inline |
| operator+=(const char *cstr) | String | inline |
| operator+=(char c) | String | inline |
| operator+=(unsigned char num) | String | inline |
| operator+=(int num) | String | inline |
| operator+=(unsigned int num) | String | inline |
| operator+=(long num) | String | inline |
| operator+=(unsigned long num) | String | inline |
| operator+=(float num) | String | inline |
| operator+=(double num) | String | inline |
| operator+=(str_P str) | String | inline |
| operator<(const String &rhs) const | String | |
| operator<=(const String &rhs) const | String | |
| operator=(const String &rhs) | String | |
| operator=(const char *cstr) | String | |
| operator=(str_P str) | String | |
| operator==(const String &rhs) const | String | inline |
| operator==(const char *cstr) const | String | inline |
| operator>(const String &rhs) const | String | |
| operator>=(const String &rhs) const | String | |
| operator[](unsigned int index) const | String | |
| operator[](unsigned int index) | String | |
| remove(unsigned int index) | String | |
| remove(unsigned int index, unsigned int count) | String | |
| replace(char find, char replace) | String | |
| replace(const String &find, const String &replace) | String | |
| reserve(unsigned int size) | String | |
| setCharAt(unsigned int index, char c) | String | |
| startsWith(const String &prefix) const | String | |
| startsWith(const String &prefix, unsigned int offset) const | String | |
| String(const char *cstr="") | String | |
| String(const String &str) | String | |
| String(str_P str) | String | |
| String(char c) | String | explicit |
| String(unsigned char, unsigned char base=10) | String | explicit |
| String(int, unsigned char base=10) | String | explicit |
| String(unsigned int, unsigned char base=10) | String | explicit |
| String(long, unsigned char base=10) | String | explicit |
| String(unsigned long, unsigned char base=10) | String | explicit |
| String(float, unsigned char decimalPlaces=2) | String | explicit |
| String(double, unsigned char decimalPlaces=2) | String | explicit |
| substring(unsigned int beginIndex, unsigned int endIndex) const | String | |
| substring(unsigned int beginIndex) const | String | inline |
| toCharArray(char *buf, unsigned int bufsize, unsigned int index=0) const | String | inline |
| toFloat(void) const | String | |
| toInt(void) const | String | |
| toLowerCase(void) | String | |
| toUpperCase(void) | String | |
| trim(void) | String | |
| ~String(void) | String |