]> git.saurik.com Git - cycript.git/blobdiff - String.hpp
Instance's toPointer() should return as CFTypeRef.
[cycript.git] / String.hpp
index 75e659c6339db7c446ff80fc56c4c45797bea0eb..fe33fcbbfa410ba3e4fa8dc3f25d585bfe76b256 100644 (file)
@@ -88,6 +88,9 @@ bool CYGetOffset(const char *value, ssize_t &index);
 bool CYStartsWith(const CYUTF8String &haystack, const CYUTF8String &needle);
 
 const char *CYPoolCString(CYPool &pool, CYUTF8String utf8);
+CYUTF8String CYPoolUTF8String(CYPool &pool, CYUTF8String utf8);
+CYUTF8String CYPoolUTF8String(CYPool &pool, const std::string &value);
+
 CYUTF8String CYPoolUTF8String(CYPool &pool, CYUTF16String utf16);
 CYUTF16String CYPoolUTF16String(CYPool &pool, CYUTF8String utf8);