diff options
Diffstat (limited to 'common/str.h')
-rw-r--r-- | common/str.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/str.h b/common/str.h index ae9cb992b6..3479fee8e4 100644 --- a/common/str.h +++ b/common/str.h @@ -177,6 +177,8 @@ public: void toLowercase(); void toUppercase(); + void trim(); + uint hash() const; public: @@ -200,6 +202,7 @@ public: } protected: + void makeUnique(); void ensureCapacity(uint32 new_len, bool keep_old); void incRefCount() const; void decRefCount(int *oldRefCount); |