| 160 | } |
| 161 | |
| 162 | StringBox toStringBox(CFStringRef cfString) { |
| 163 | return StringCache::getGlobal().makeString(toSTDString(cfString)); |
| 164 | } |
| 165 | |
| 166 | std::string getCFValueDescription(CFTypeRef cfType) { |
| 167 | CFRef<CFStringRef> description = CFCopyDescription(cfType); |