]> Dogcows Code - chaz/openbox/blobdiff - otk/ustring.hh
almost done the ustring conversion
[chaz/openbox] / otk / ustring.hh
index ef94440cff746770ebbf0a68fe296c3ede7b4a79..647bee86f641b69c99b24a5c9b0a80da14e23a70 100644 (file)
@@ -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
 
This page took 0.022327 seconds and 4 git commands to generate.