COSA
An Object-Oriented Platform for Arduino Programming
String.cpp File Reference
#include "Cosa/String.hh"
#include <ctype.h>
Include dependency graph for String.cpp:

Go to the source code of this file.

Functions

__StringSumHelperoperator+ (const __StringSumHelper &lhs, const String &rhs)
 
__StringSumHelperoperator+ (const __StringSumHelper &lhs, const char *cstr)
 
__StringSumHelperoperator+ (const __StringSumHelper &lhs, char c)
 
__StringSumHelperoperator+ (const __StringSumHelper &lhs, unsigned char num)
 
__StringSumHelperoperator+ (const __StringSumHelper &lhs, int num)
 
__StringSumHelperoperator+ (const __StringSumHelper &lhs, unsigned int num)
 
__StringSumHelperoperator+ (const __StringSumHelper &lhs, long num)
 
__StringSumHelperoperator+ (const __StringSumHelper &lhs, unsigned long num)
 
__StringSumHelperoperator+ (const __StringSumHelper &lhs, float num)
 
__StringSumHelperoperator+ (const __StringSumHelper &lhs, double num)
 
__StringSumHelperoperator+ (const __StringSumHelper &lhs, str_P rhs)
 

Function Documentation

__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.