|
using | Ocean::Platform::Apple::ScopedCFStringRef = ScopedObjectCompileTimeT< CFStringRef, CFTypeRef, void, CFRelease > |
| Definition of a scoped object holding a CFStringRef object. More...
|
|
using | Ocean::Platform::Apple::ScopedCFURLRef = ScopedObjectCompileTimeT< CFURLRef, CFTypeRef, void, CFRelease > |
| Definition of a scoped object holding a CFURLRef object. More...
|
|
using | Ocean::Platform::Apple::ScopedCFDataRef = ScopedObjectCompileTimeT< CFDataRef, CFTypeRef, void, CFRelease > |
| Definition of a scoped object holding a CFDataRef object. More...
|
|
using | Ocean::Platform::Apple::ScopedCFMutableDataRef = ScopedObjectCompileTimeT< CFMutableDataRef, CFTypeRef, void, CFRelease > |
| Definition of a scoped object holding a CFMutableDataRef object. More...
|
|
using | Ocean::Platform::Apple::ScopedCGImageRef = ScopedObjectCompileTimeVoidT< CGImageRef, CGImageRelease > |
| Definition of a scoped object holding a CGImageRef object. More...
|
|
using | Ocean::Platform::Apple::ScopedCGDataProviderRef = ScopedObjectCompileTimeVoidT< CGDataProviderRef, CGDataProviderRelease > |
| Definition of a scoped object holding a CGDataProviderRef object. More...
|
|
using | Ocean::Platform::Apple::ScopedCGColorSpaceRef = ScopedObjectCompileTimeVoidT< CGColorSpaceRef, CGColorSpaceRelease > |
| Definition of a scoped object holding a CGColorSpaceRef object. More...
|
|
using | Ocean::Platform::Apple::ScopedCFNumberRef = ScopedObjectCompileTimeT< CFNumberRef, CFTypeRef, void, CFRelease > |
| Definition of a scoped object holding a CFNumberRef object. More...
|
|
using | Ocean::Platform::Apple::ScopedCFDictionaryRef = ScopedObjectCompileTimeT< CFDictionaryRef, CFTypeRef, void, CFRelease > |
| Definition of a scoped object holding a CFDictionaryRef object. More...
|
|
using | Ocean::Platform::Apple::ScopedCFTypeRef = ScopedObjectCompileTimeVoidT< CFTypeRef, CFRelease > |
| Definition of a scoped object holding a CFType object. More...
|
|