|
Bond 0.9
Bond Standard Library API Documentation
|
A collection of functions for manipulating strings of characters. More...
Functions | |
| uint | Bond::Strlen (const char *str) |
| Returns the length of a string. | |
| int | Bond::Strcmp (const char *str1, const char *str2) |
| bool | Bond::TryParseInt (const char *str, int *result) |
| bool | Bond::TryParseLong (const char *str, long *result) |
| bool | Bond::TryParseFloat (const char *str, int *result) |
| bool | Bond::TryParseDouble (const char *str, int *result) |
A collection of functions for manipulating strings of characters.
| int Bond::Strcmp | ( | const char * | str1, |
| const char * | str2 ) |
| uint Bond::Strlen | ( | const char * | str | ) |
Returns the length of a string.
| str | The string whose length is returned. |
| bool Bond::TryParseDouble | ( | const char * | str, |
| int * | result ) |
| bool Bond::TryParseFloat | ( | const char * | str, |
| int * | result ) |
| bool Bond::TryParseInt | ( | const char * | str, |
| int * | result ) |
| bool Bond::TryParseLong | ( | const char * | str, |
| long * | result ) |