COSA
An Object-Oriented Platform for Arduino Programming
|
Go to the source code of this file.
Functions | |
__StringSumHelper & | operator+ (const __StringSumHelper &lhs, const String &rhs) |
__StringSumHelper & | operator+ (const __StringSumHelper &lhs, const char *cstr) |
__StringSumHelper & | operator+ (const __StringSumHelper &lhs, char c) |
__StringSumHelper & | operator+ (const __StringSumHelper &lhs, unsigned char num) |
__StringSumHelper & | operator+ (const __StringSumHelper &lhs, int num) |
__StringSumHelper & | operator+ (const __StringSumHelper &lhs, unsigned int num) |
__StringSumHelper & | operator+ (const __StringSumHelper &lhs, long num) |
__StringSumHelper & | operator+ (const __StringSumHelper &lhs, unsigned long num) |
__StringSumHelper & | operator+ (const __StringSumHelper &lhs, float num) |
__StringSumHelper & | operator+ (const __StringSumHelper &lhs, double num) |
__StringSumHelper & | operator+ (const __StringSumHelper &lhs, str_P rhs) |
__StringSumHelper& operator+ | ( | const __StringSumHelper & | lhs, |
const String & | rhs | ||
) |
Definition at line 355 of file String.cpp.
__StringSumHelper& operator+ | ( | const __StringSumHelper & | lhs, |
const char * | cstr | ||
) |
Definition at line 363 of file String.cpp.
__StringSumHelper& operator+ | ( | const __StringSumHelper & | lhs, |
char | c | ||
) |
Definition at line 371 of file String.cpp.
__StringSumHelper& operator+ | ( | const __StringSumHelper & | lhs, |
unsigned char | num | ||
) |
Definition at line 379 of file String.cpp.
__StringSumHelper& operator+ | ( | const __StringSumHelper & | lhs, |
int | num | ||
) |
Definition at line 387 of file String.cpp.
__StringSumHelper& operator+ | ( | const __StringSumHelper & | lhs, |
unsigned int | num | ||
) |
Definition at line 395 of file String.cpp.
__StringSumHelper& operator+ | ( | const __StringSumHelper & | lhs, |
long | num | ||
) |
Definition at line 403 of file String.cpp.
__StringSumHelper& operator+ | ( | const __StringSumHelper & | lhs, |
unsigned long | num | ||
) |
Definition at line 411 of file String.cpp.
__StringSumHelper& operator+ | ( | const __StringSumHelper & | lhs, |
float | num | ||
) |
Definition at line 419 of file String.cpp.
__StringSumHelper& operator+ | ( | const __StringSumHelper & | lhs, |
double | num | ||
) |
Definition at line 427 of file String.cpp.
__StringSumHelper& operator+ | ( | const __StringSumHelper & | lhs, |
str_P | rhs | ||
) |
Definition at line 435 of file String.cpp.