Arduino Core for STM32  1.0
WString.cpp File Reference
#include <WString.h>
Include dependency graph for WString.cpp:

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)
 

Function Documentation

◆ operator+() [1/10]

StringSumHelper& operator+ ( const StringSumHelper &  lhs,
const String &  rhs 
)

◆ operator+() [2/10]

StringSumHelper& operator+ ( const StringSumHelper &  lhs,
const char *  cstr 
)

◆ operator+() [3/10]

StringSumHelper& operator+ ( const StringSumHelper &  lhs,
char  c 
)

◆ operator+() [4/10]

StringSumHelper& operator+ ( const StringSumHelper &  lhs,
unsigned char  num 
)

◆ operator+() [5/10]

StringSumHelper& operator+ ( const StringSumHelper &  lhs,
int  num 
)

◆ operator+() [6/10]

StringSumHelper& operator+ ( const StringSumHelper &  lhs,
unsigned int  num 
)

◆ operator+() [7/10]

StringSumHelper& operator+ ( const StringSumHelper &  lhs,
long  num 
)

◆ operator+() [8/10]

StringSumHelper& operator+ ( const StringSumHelper &  lhs,
unsigned long  num 
)

◆ operator+() [9/10]

StringSumHelper& operator+ ( const StringSumHelper &  lhs,
float  num 
)

◆ operator+() [10/10]

StringSumHelper& operator+ ( const StringSumHelper &  lhs,
double  num 
)