diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-13 05:54:40 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-13 05:54:40 +0000 |
| commit | ef02a0c8ae65f169157c90064a335303e964a4c1 (patch) | |
| tree | f1a1bf6cfe05ee11545bfa811f5a2582e1906dce /otk/ustring.hh | |
| parent | 5a90d2b671f01f29043ab82f909440de0abfa362 (diff) | |
almost done the ustring conversion
Diffstat (limited to 'otk/ustring.hh')
| -rw-r--r-- | otk/ustring.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/otk/ustring.hh b/otk/ustring.hh index ef94440c..647bee86 100644 --- a/otk/ustring.hh +++ b/otk/ustring.hh @@ -152,7 +152,7 @@ public: ustring(const ustring& other); ustring& operator=(const ustring& other); ustring(const std::string& src); - ustring::ustring(const char* src); + ustring(const char* src); // append to the string @@ -166,6 +166,7 @@ public: ustring::size_type bytes() const; ustring::size_type capacity() const; ustring::size_type max_size() const; + bool empty() const; // erase substrings |
