mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-20 05:43:12 +01:00
String: Added STL compatible append. Added getCPtr().
This commit is contained in:
@@ -128,8 +128,15 @@ namespace bx
|
||||
///
|
||||
void append(const StringView& _str);
|
||||
|
||||
///
|
||||
void append(const char* _ptr, const char* _term);
|
||||
|
||||
///
|
||||
void clear();
|
||||
|
||||
/// Returns zero-terminated C string pointer.
|
||||
///
|
||||
const char* getCPtr() const;
|
||||
};
|
||||
|
||||
/// Retruns true if character is part of space set.
|
||||
|
||||
Reference in New Issue
Block a user