BString: Add Split()
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#include <string.h>
|
||||
|
||||
|
||||
class BStringList;
|
||||
class BStringRef;
|
||||
|
||||
|
||||
@@ -66,6 +67,9 @@ public:
|
||||
bool CopyCharsInto(char* into, int32* intoLength,
|
||||
int32 fromCharOffset, int32 charCount) const;
|
||||
|
||||
bool Split(const char* separator, bool noEmptyStrings,
|
||||
BStringList& _list) const;
|
||||
|
||||
// Appending
|
||||
BString& operator+=(const BString& string);
|
||||
BString& operator+=(const char* string);
|
||||
|
||||
Reference in New Issue
Block a user