CoreFoundation: Add cfdata

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2025-06-23 18:47:35 +02:00
parent 1a8ab33ecc
commit 52a076e105

View File

@ -40,6 +40,7 @@ namespace macstd {
using cfobject = handle<T, cfobject_traits<T>>; using cfobject = handle<T, cfobject_traits<T>>;
using cfarray = cfobject<CFArrayRef>; using cfarray = cfobject<CFArrayRef>;
using cfdata = cfobject<CFDataRef>;
using cfdictionary = cfobject<CFDictionaryRef>; using cfdictionary = cfobject<CFDictionaryRef>;
using cferror = cfobject<CFErrorRef>; using cferror = cfobject<CFErrorRef>;
using cfstring = cfobject<CFStringRef>; using cfstring = cfobject<CFStringRef>;