CoreFoundation: Add cfdata
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
1a8ab33ecc
commit
52a076e105
@ -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>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user