|
Public Member Functions |
| BasicString (const char *s, size_type n) |
| See std::string.
|
| BasicString (const char *s) |
| See std::string.
|
| BasicString (std::string &s) |
| See std::string.
|
| BasicString (std::string &s, size_type pos, size_type n=npos) |
| See std::string.
|
| BasicString (size_type n, char c) |
| See std::string.
|
| BasicString (const int x) |
| Convert an int to a character string.
|
| BasicString (const unsigned x) |
| Convert an unsigned int to a string.
|
| BasicString (const long x) |
| Convert a long to a string.
|
| BasicString (const unsigned long x) |
| Convert an unsigned long to a string.
|
| BasicString (const double x) |
| Convert a double to a string.
|
Static Public Member Functions |
unsigned char | parseUByte (const std::string s) |
char | parseByte (const std::string s) |
unsigned short | parseUShort (const std::string s) |
short | parseShort (const std::string s) |
unsigned int | parseUInteger (const std::string s) |
int | parseInteger (const std::string s) |
double | parseDouble (const std::string s) |
bool | parseBool (const std::string s) |
std::string | trim (const std::string s) |
std::string | toUpper (const std::string s) |
std::string | toLower (const std::string s) |