Fonctions
Référence du fichier WString.cpp
#include "WString.h"
#include "itoa.h"
#include "avr/dtostrf.h"

Fonctions

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, const __FlashStringHelper *rhs)
 

Documentation des fonctions

◆ operator+() [1/11]

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

◆ operator+() [2/11]

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

◆ operator+() [3/11]

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

◆ operator+() [4/11]

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

◆ operator+() [5/11]

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

◆ operator+() [6/11]

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

◆ operator+() [7/11]

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

◆ operator+() [8/11]

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

◆ operator+() [9/11]

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

◆ operator+() [10/11]

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

◆ operator+() [11/11]

StringSumHelper& operator+ ( const StringSumHelper &  lhs,
const __FlashStringHelper *  rhs 
)