Account
| ArmsysApi     0.12.18     | 
BString.cpp File Reference
  #include <BString.h>#include <string.h>#include <stdlib.h>#include <stdarg.h>#include <stdio.h>#include <ctype.h>#include <cmath>| Functions | |
| int | bstringListinList (BStringList &list, BString s) | 
| BString | blistToString (const BStringList &list) | 
| Convert a string list to a comma separated string.  More... | |
| BStringList | bstringToList (BString str, int stripSpaces) | 
| Convert a comma separated string to a string list.  More... | |
| const char * | intToString (char *str, BUInt strLen, int value, int base) | 
| const char * | int64ToString (char *str, BUInt strLen, BInt64 value, int base) | 
| const char * | floatToString (char *str, BUInt strLen, BFloat32 f, BUInt precision) | 
| char * | bstrncpy (char *dest, const char *src, size_t n) | 
| char * | bstrtrim (char *str) | 
Function Documentation
◆ blistToString()
| BString blistToString | ( | const BStringList & | list | ) | 
Convert a string list to a comma separated string.
◆ bstringListinList()
| int bstringListinList | ( | BStringList & | list, | 
| BString | s | ||
| ) | 
◆ bstringToList()
| BStringList bstringToList | ( | BString | str, | 
| int | stripSpaces | ||
| ) | 
Convert a comma separated string to a string list.
◆ bstrncpy()
| char* bstrncpy | ( | char * | dest, | 
| const char * | src, | ||
| size_t | n | ||
| ) | 
◆ bstrtrim()
| char* bstrtrim | ( | char * | str | ) | 
◆ floatToString()
◆ int64ToString()
◆ intToString()
| const char* intToString | ( | char * | str, | 
| BUInt | strLen, | ||
| int | value, | ||
| int | base | ||
| ) | 
Generated by
 1.8.15
  1.8.15  