Expand description
§Bindings to the CoreFoundation
framework
See Apple’s docs and the general docs on framework crates for more information.
Structs§
- CFAllocator
CFBase
- Apple’s documentation
- CFAllocator
Context CFBase
- Apple’s documentation
- CFArray
CFArray
- This is the type of a reference to immutable CFArrays.
- CFArray
Call Backs CFArray
andCFBase
- Apple’s documentation
- CFAttributed
String CFAttributedString
- Apple’s documentation
- CFBag
CFBag
- Apple’s documentation
- CFBag
Call Backs CFBag
andCFBase
- Apple’s documentation
- CFBinary
Heap CFBinaryHeap
- This is the type of a reference to CFBinaryHeaps.
- CFBinary
Heap Call Backs CFBase
andCFBinaryHeap
- Structure containing the callbacks for values of a CFBinaryHeap. Field: version The version number of the structure type being passed in as a parameter to the CFBinaryHeap creation functions. This structure is version 0. Field: retain The callback used to add a retain for the binary heap on values as they are put into the binary heap. This callback returns the value to use as the value in the binary heap, which is usually the value parameter passed to this callback, but may be a different value if a different value should be added to the binary heap. The binary heap’s allocator is passed as the first argument. Field: release The callback used to remove a retain previously added for the binary heap from values as they are removed from the binary heap. The binary heap’s allocator is passed as the first argument. Field: copyDescription The callback used to create a descriptive string representation of each value in the binary heap. This is used by the CFCopyDescription() function. Field: compare The callback used to compare values in the binary heap for equality in some operations.
- CFBinary
Heap Compare Context CFBase
andCFBinaryHeap
- Apple’s documentation
- CFBit
Vector CFBitVector
- Apple’s documentation
- CFBoolean
CFNumber
- Apple’s documentation
- CFBundle
CFBundle
- Apple’s documentation
- CFCalendar
CFCalendar
- Apple’s documentation
- CFCalendar
Unit CFBase
andCFCalendar
- Apple’s documentation
- CFCharacter
Set CFCharacterSet
- This is the type of a reference to immutable CFCharacterSets.
- CFCharacter
SetPredefined Set CFBase
andCFCharacterSet
- Type of the predefined CFCharacterSet selector values.
- CFComparison
Result CFBase
- Apple’s documentation
- CFData
CFData
- Apple’s documentation
- CFData
Search Flags CFBase
andCFData
- Apple’s documentation
- CFDate
CFDate
- Apple’s documentation
- CFDate
Formatter CFDateFormatter
- Apple’s documentation
- CFDate
Formatter Style CFBase
andCFDateFormatter
- Apple’s documentation
- CFDictionary
CFDictionary
- This is the type of a reference to immutable CFDictionarys.
- CFDictionary
KeyCall Backs CFBase
andCFDictionary
- Apple’s documentation
- CFDictionary
Value Call Backs CFBase
andCFDictionary
- Structure containing the callbacks for values of a CFDictionary. Field: version The version number of the structure type being passed in as a parameter to the CFDictionary creation functions. This structure is version 0. Field: retain The callback used to add a retain for the dictionary on values as they are put into the dictionary. This callback returns the value to use as the value in the dictionary, which is usually the value parameter passed to this callback, but may be a different value if a different value should be added to the dictionary. The dictionary’s allocator is passed as the first argument. Field: release The callback used to remove a retain previously added for the dictionary from values as they are removed from the dictionary. The dictionary’s allocator is passed as the first argument. Field: copyDescription The callback used to create a descriptive string representation of each value in the dictionary. This is used by the CFCopyDescription() function. Field: equal The callback used to compare values in the dictionary for equality in some operations.
- CFError
CFError
- This is the type of a reference to CFErrors. CFErrorRef is toll-free bridged with NSError.
- CFFile
Descriptor CFFileDescriptor
- Apple’s documentation
- CFFile
Descriptor Context CFBase
andCFFileDescriptor
- Apple’s documentation
- CFFile
Security CFFileSecurity
- Apple’s documentation
- CFFile
Security Clear Options CFBase
andCFFileSecurity
- Apple’s documentation
- CFGregorian
Date CFDate
- Apple’s documentation
- CFGregorian
Unit Flags CFBase
andCFDate
- Apple’s documentation
- CFGregorian
Units CFDate
- Apple’s documentation
- CFIS
O8601 Date Format Options CFBase
andCFDateFormatter
- Apple’s documentation
- CFLocale
CFLocale
- Apple’s documentation
- CFLocale
Language Direction CFBase
andCFLocale
- Apple’s documentation
- CFMach
Port CFMachPort
- Apple’s documentation
- CFMach
Port Context CFBase
andCFMachPort
- Apple’s documentation
- CFMessage
Port CFMessagePort
- Apple’s documentation
- CFMessage
Port Context CFBase
andCFMessagePort
- Apple’s documentation
- CFMutable
Array CFArray
- This is the type of a reference to mutable CFArrays.
- CFMutable
Attributed String CFAttributedString
- Apple’s documentation
- CFMutable
Bag CFBag
- Apple’s documentation
- CFMutable
BitVector CFBitVector
- Apple’s documentation
- CFMutable
Character Set CFCharacterSet
- This is the type of a reference to mutable CFMutableCharacterSets.
- CFMutable
Data CFData
- Apple’s documentation
- CFMutable
Dictionary CFDictionary
- This is the type of a reference to mutable CFDictionarys.
- CFMutable
Set CFSet
- This is the type of a reference to mutable CFSets.
- CFMutable
String CFBase
- Apple’s documentation
- CFNotification
Center CFNotificationCenter
- Apple’s documentation
- CFNotification
Suspension Behavior CFBase
andCFNotificationCenter
- Apple’s documentation
- CFNull
CFBase
- Apple’s documentation
- CFNumber
CFNumber
- Apple’s documentation
- CFNumber
Formatter CFNumberFormatter
- Apple’s documentation
- CFNumber
Formatter Option Flags CFBase
andCFNumberFormatter
- Apple’s documentation
- CFNumber
Formatter PadPosition CFBase
andCFNumberFormatter
- Apple’s documentation
- CFNumber
Formatter Rounding Mode CFBase
andCFNumberFormatter
- Apple’s documentation
- CFNumber
Formatter Style CFBase
andCFNumberFormatter
- Apple’s documentation
- CFNumber
Type CFBase
andCFNumber
- Apple’s documentation
- CFPlug
In CFBundle
- Apple’s documentation
- CFPlug
InInstance CFPlugIn
- Apple’s documentation
- CFProperty
List Format CFBase
andCFPropertyList
- Apple’s documentation
- CFProperty
List Mutability Options CFBase
andCFPropertyList
- Apple’s documentation
- CFRange
CFBase
- Apple’s documentation
- CFRead
Stream CFStream
- Apple’s documentation
- CFRetained
- A reference counted pointer type for CoreFoundation types.
- CFRun
Loop CFRunLoop
- Apple’s documentation
- CFRun
Loop Activity CFBase
andCFRunLoop
- Apple’s documentation
- CFRun
Loop Observer CFRunLoop
- Apple’s documentation
- CFRun
Loop Observer Context CFBase
andCFRunLoop
- Apple’s documentation
- CFRun
Loop RunResult CFRunLoop
- Apple’s documentation
- CFRun
Loop Source CFRunLoop
- Apple’s documentation
- CFRun
Loop Source Context CFBase
andCFRunLoop
- Apple’s documentation
- CFRun
Loop Source Context1 CFBase
andCFRunLoop
andlibc
- Apple’s documentation
- CFRun
Loop Timer CFRunLoop
- Apple’s documentation
- CFRun
Loop Timer Context CFBase
andCFRunLoop
- Apple’s documentation
- CFSet
CFSet
- This is the type of a reference to immutable CFSets.
- CFSet
Call Backs CFBase
andCFSet
- Structure containing the callbacks of a CFSet. Field: version The version number of the structure type being passed in as a parameter to the CFSet creation functions. This structure is version 0. Field: retain The callback used to add a retain for the set on values as they are put into the set. This callback returns the value to store in the set, which is usually the value parameter passed to this callback, but may be a different value if a different value should be stored in the set. The set’s allocator is passed as the first argument. Field: release The callback used to remove a retain previously added for the set from values as they are removed from the set. The set’s allocator is passed as the first argument. Field: copyDescription The callback used to create a descriptive string representation of each value in the set. This is used by the CFCopyDescription() function. Field: equal The callback used to compare values in the set for equality for some operations. Field: hash The callback used to compare values in the set for uniqueness for some operations.
- CFSocket
CFSocket
- Apple’s documentation
- CFSocket
Call Back Type CFBase
andCFSocket
- Apple’s documentation
- CFSocket
Context CFBase
andCFSocket
- Apple’s documentation
- CFSocket
Error CFBase
andCFSocket
- Apple’s documentation
- CFSocket
Signature CFData
andCFSocket
- Apple’s documentation
- CFStream
Client Context CFBase
andCFStream
- Apple’s documentation
- CFStream
Error CFBase
andCFStream
- Apple’s documentation
- CFStream
Error Domain CFBase
andCFStream
- Apple’s documentation
- CFStream
Event Type CFBase
andCFStream
- Apple’s documentation
- CFStream
Status CFBase
andCFStream
- Apple’s documentation
- CFString
CFBase
- Apple’s documentation
- CFString
Built InEncodings CFString
- Apple’s documentation
- CFString
Compare Flags CFBase
andCFString
- Apple’s documentation
- CFString
Encodings CFBase
andCFStringEncodingExt
- Apple’s documentation
- CFString
Inline Buffer CFBase
andCFString
- Apple’s documentation
- CFString
Normalization Form CFBase
andCFString
- This is the type of Unicode normalization forms as described in Unicode Technical Report #15. To normalize for use with file system calls, use CFStringGetFileSystemRepresentation().
- CFString
Tokenizer CFStringTokenizer
- Apple’s documentation
- CFString
Tokenizer Token Type CFBase
andCFStringTokenizer
- Token type CFStringTokenizerGoToTokenAtIndex / CFStringTokenizerAdvanceToNextToken returns the type of current token.
- CFSwapped
Float32 CFByteOrder
- Apple’s documentation
- CFSwapped
Float64 CFByteOrder
- Apple’s documentation
- CFTime
Zone CFDate
- Apple’s documentation
- CFTime
Zone Name Style CFBase
andCFTimeZone
- Apple’s documentation
- CFTree
CFTree
- This is the type of a reference to CFTrees.
- CFTree
Context CFBase
andCFTree
- Structure containing user-specified data and callbacks for a CFTree. Field: version The version number of the structure type being passed in as a parameter to the CFTree creation function. This structure is version 0. Field: info A C pointer to a user-specified block of data. Field: retain The callback used to add a retain for the info field. If this parameter is not a pointer to a function of the correct prototype, the behavior is undefined. The value may be NULL. Field: release The calllback used to remove a retain previously added for the info field. If this parameter is not a pointer to a function of the correct prototype, the behavior is undefined. The value may be NULL. Field: copyDescription The callback used to provide a description of the info field.
- CFType
CFBase
- An instance of a Core Foundation type.
- CFURL
CFURL
- Apple’s documentation
- CFURL
Bookmark Creation Options CFBase
andCFURL
- Apple’s documentation
- CFURL
Bookmark Resolution Options CFBase
andCFURL
- Apple’s documentation
- CFURL
Component Type CFBase
andCFURL
- Apple’s documentation
- CFURL
Enumerator CFURLEnumerator
- Apple’s documentation
- CFURL
Enumerator Options CFBase
andCFURLEnumerator
- Apple’s documentation
- CFURL
Enumerator Result CFBase
andCFURLEnumerator
- Apple’s documentation
- CFURL
Error Deprecated CFBase
andCFURLAccess
- Apple’s documentation
- CFURL
Path Style CFBase
andCFURL
- Apple’s documentation
- CFUUID
CFUUID
- Apple’s documentation
- CFUUID
Bytes CFUUID
- Apple’s documentation
- CFUser
Notification CFUserNotification
- Apple’s documentation
- CFWrite
Stream CFStream
- Apple’s documentation
- CFXML
Attribute Declaration Info CFBase
andCFXMLNode
- Apple’s documentation
- CFXML
Attribute List Declaration Info CFBase
andCFXMLNode
- Apple’s documentation
- CFXML
Document Info CFString
andCFURL
andCFXMLNode
- Apple’s documentation
- CFXML
Document Type Info CFBase
andCFURL
andCFXMLNode
- Apple’s documentation
- CFXML
Element Info CFArray
andCFDictionary
andCFXMLNode
- Apple’s documentation
- CFXML
Element Type Declaration Info CFBase
andCFXMLNode
- Apple’s documentation
- CFXML
Entity Info CFBase
andCFURL
andCFXMLNode
- Apple’s documentation
- CFXML
Entity Reference Info CFBase
andCFXMLNode
- Apple’s documentation
- CFXML
Entity Type Code CFBase
andCFXMLNode
- Apple’s documentation
- CFXML
ExternalID CFBase
andCFURL
andCFXMLNode
- Apple’s documentation
- CFXML
Node CFXMLNode
- Apple’s documentation
- CFXML
Node Type Code CFBase
andCFXMLNode
- Apple’s documentation
- CFXML
Notation Info CFBase
andCFURL
andCFXMLNode
- Apple’s documentation
- CFXML
Parser CFXMLParser
- Apple’s documentation
- CFXML
Parser Call Backs CFBase
andCFData
andCFURL
andCFXMLNode
andCFXMLParser
- Apple’s documentation
- CFXML
Parser Context CFBase
andCFXMLParser
- Apple’s documentation
- CFXML
Parser Options CFBase
andCFXMLParser
- Apple’s documentation
- CFXML
Parser Status Code CFBase
andCFXMLParser
- Apple’s documentation
- CFXML
Processing Instruction Info CFBase
andCFXMLNode
- Apple’s documentation
- CGAffine
Transform CFCGTypes
- Apple’s documentation
- CGAffine
Transform Components CFCGTypes
- Apple’s documentation
- CGPoint
CFCGTypes
- A point in a two-dimensional coordinate system.
- CGRect
CFCGTypes
- The location and dimensions of a rectangle.
- CGSize
CFCGTypes
- A two-dimensional size.
- CGVector
CFCGTypes
- Apple’s documentation
- IUnknownV
Tbl CFPlugInCOM
andCFUUID
- Apple’s documentation
Enums§
- CGRect
Edge CFCGTypes
- Apple’s documentation
Constants§
- kCFBundle
Executable ArchitectureAR M64 CFBundle
- Apple’s documentation
- kCFBundle
Executable Architecture I386 CFBundle
- Apple’s documentation
- kCFBundle
Executable ArchitecturePPC CFBundle
- Apple’s documentation
- kCFBundle
Executable ArchitecturePP C64 CFBundle
- Apple’s documentation
- kCFBundle
Executable Architecture X86_ 64 CFBundle
- Apple’s documentation
- kCFCalendar
Components Wrap CFBase
andCFCalendar
- Apple’s documentation
- kCFFile
Descriptor Read Call Back CFBase
andCFFileDescriptor
- Apple’s documentation
- kCFFile
Descriptor Write Call Back CFBase
andCFFileDescriptor
- Apple’s documentation
- kCFMessage
Port Became Invalid Error CFMessagePort
- Apple’s documentation
- kCFMessage
Port IsInvalid CFMessagePort
- Apple’s documentation
- kCFMessage
Port Receive Timeout CFMessagePort
- Apple’s documentation
- kCFMessage
Port Send Timeout CFMessagePort
- Apple’s documentation
- kCFMessage
Port Success CFMessagePort
- Apple’s documentation
- kCFMessage
Port Transport Error CFMessagePort
- Apple’s documentation
- kCFNotification
Deliver Immediately CFBase
andCFNotificationCenter
- Apple’s documentation
- kCFNotification
Post ToAll Sessions CFBase
andCFNotificationCenter
- Apple’s documentation
- kCFProperty
List Read Corrupt Error CFBase
andCFPropertyList
- Apple’s documentation
- kCFProperty
List Read Stream Error CFBase
andCFPropertyList
- Apple’s documentation
- kCFProperty
List Read Unknown Version Error CFBase
andCFPropertyList
- Apple’s documentation
- kCFProperty
List Write Stream Error CFBase
andCFPropertyList
- Apple’s documentation
- kCFSocket
Automatically Reenable Accept Call Back CFBase
andCFSocket
- Apple’s documentation
- kCFSocket
Automatically Reenable Data Call Back CFBase
andCFSocket
- Apple’s documentation
- kCFSocket
Automatically Reenable Read Call Back CFBase
andCFSocket
- Apple’s documentation
- kCFSocket
Automatically Reenable Write Call Back CFBase
andCFSocket
- Apple’s documentation
- kCFSocket
Close OnInvalidate CFBase
andCFSocket
- Apple’s documentation
- kCFSocket
Leave Errors CFBase
andCFSocket
- Apple’s documentation
- kCFString
Tokenizer Attribute Language CFBase
andCFStringTokenizer
- Attribute Specifier Use attribute specifier to tell tokenizer to prepare the specified attribute when it tokenizes the given string. The attribute value can be retrieved by calling CFStringTokenizerCopyCurrentTokenAttribute with one of the attribute option.
- kCFString
Tokenizer Attribute Latin Transcription CFBase
andCFStringTokenizer
- Attribute Specifier Use attribute specifier to tell tokenizer to prepare the specified attribute when it tokenizes the given string. The attribute value can be retrieved by calling CFStringTokenizerCopyCurrentTokenAttribute with one of the attribute option.
- kCFString
Tokenizer Unit Line Break CFBase
andCFStringTokenizer
- Tokenization Unit Use one of tokenization unit options with CFStringTokenizerCreate to specify how the string should be tokenized.
- kCFString
Tokenizer Unit Paragraph CFBase
andCFStringTokenizer
- Tokenization Unit Use one of tokenization unit options with CFStringTokenizerCreate to specify how the string should be tokenized.
- kCFString
Tokenizer Unit Sentence CFBase
andCFStringTokenizer
- Tokenization Unit Use one of tokenization unit options with CFStringTokenizerCreate to specify how the string should be tokenized.
- kCFString
Tokenizer Unit Word CFBase
andCFStringTokenizer
- Tokenization Unit Use one of tokenization unit options with CFStringTokenizerCreate to specify how the string should be tokenized.
- kCFString
Tokenizer Unit Word Boundary CFBase
andCFStringTokenizer
- Tokenization Unit Use one of tokenization unit options with CFStringTokenizerCreate to specify how the string should be tokenized.
- kCFUser
Notification Alternate Response CFBase
andCFUserNotification
- Apple’s documentation
- kCFUser
Notification Cancel Response CFBase
andCFUserNotification
- Apple’s documentation
- kCFUser
Notification Caution Alert Level CFBase
andCFUserNotification
- Apple’s documentation
- kCFUser
Notification Default Response CFBase
andCFUserNotification
- Apple’s documentation
- kCFUser
Notification NoDefault Button Flag CFBase
andCFUserNotification
- Apple’s documentation
- kCFUser
Notification Note Alert Level CFBase
andCFUserNotification
- Apple’s documentation
- kCFUser
Notification Other Response CFBase
andCFUserNotification
- Apple’s documentation
- kCFUser
Notification Plain Alert Level CFBase
andCFUserNotification
- Apple’s documentation
- kCFUser
Notification Stop Alert Level CFBase
andCFUserNotification
- Apple’s documentation
- kCFUser
Notification UseRadio Buttons Flag CFBase
andCFUserNotification
- Apple’s documentation
- kCFXML
Node Current Version CFBase
andCFXMLNode
- Apple’s documentation
Statics§
- kCFAbsolute
Time ⚠Interval Since1904 CFDate
- Apple’s documentation
- kCFAbsolute
Time ⚠Interval Since1970 CFDate
- Apple’s documentation
- kCFAllocator
Default ⚠CFBase
- Apple’s documentation
- kCFAllocator
Malloc ⚠CFBase
- Apple’s documentation
- kCFAllocator
Malloc ⚠Zone CFBase
- Apple’s documentation
- kCFAllocator
Null ⚠CFBase
- Apple’s documentation
- kCFAllocator
System ⚠Default CFBase
- Apple’s documentation
- kCFAllocator
UseContext ⚠CFBase
- Apple’s documentation
- kCFBoolean
False ⚠CFNumber
- Apple’s documentation
- kCFBoolean
True ⚠CFNumber
- Apple’s documentation
- kCFBuddhist
Calendar ⚠CFLocale
andCFBase
- Apple’s documentation
- kCFBundle
Development ⚠Region Key CFBundle
andCFBase
- Apple’s documentation
- kCFBundle
Executable ⚠Key CFBundle
andCFBase
- Apple’s documentation
- kCFBundle
Identifier ⚠Key CFBundle
andCFBase
- Apple’s documentation
- kCFBundle
Info ⚠Dictionary Version Key CFBundle
andCFBase
- Apple’s documentation
- kCFBundle
Localizations ⚠Key CFBundle
andCFBase
- Apple’s documentation
- kCFBundle
Name ⚠Key CFBundle
andCFBase
- Apple’s documentation
- kCFBundle
Version ⚠Key CFBundle
andCFBase
- Apple’s documentation
- kCFChinese
Calendar ⚠CFLocale
andCFBase
- Apple’s documentation
- kCFCopy
String ⚠BagCall Backs CFBag
andCFBase
- Apple’s documentation
- kCFCopy
String ⚠Dictionary KeyCall Backs CFDictionary
andCFBase
- Predefined CFDictionaryKeyCallBacks structure containing a set of callbacks appropriate for use when the keys of a CFDictionary are all CFStrings, which may be mutable and need to be copied in order to serve as constant keys for the values in the dictionary.
- kCFCopy
String ⚠SetCall Backs CFSet
andCFBase
- Predefined CFSetCallBacks structure containing a set of callbacks appropriate for use when the values in a CFSet should be copies of a CFString.
- kCFCore
Foundation ⚠Version Number CFBase
- Apple’s documentation
- kCFDate
FormatterAM ⚠Symbol CFDateFormatter
andCFBase
- Apple’s documentation
- kCFDate
Formatter ⚠Calendar CFDateFormatter
andCFBase
- Apple’s documentation
- kCFDate
Formatter ⚠Calendar Name CFDateFormatter
andCFBase
- Apple’s documentation
- kCFDate
Formatter ⚠Default Date CFDateFormatter
andCFBase
- Apple’s documentation
- kCFDate
Formatter ⚠Default Format CFDateFormatter
andCFBase
- Apple’s documentation
- kCFDate
Formatter ⚠Does Relative Date Formatting Key CFDateFormatter
andCFBase
- Apple’s documentation
- kCFDate
Formatter ⚠EraSymbols CFDateFormatter
andCFBase
- Apple’s documentation
- kCFDate
Formatter ⚠Gregorian Start Date CFDateFormatter
andCFBase
- Apple’s documentation
- kCFDate
Formatter ⚠IsLenient CFDateFormatter
andCFBase
- Apple’s documentation
- kCFDate
Formatter ⚠Long EraSymbols CFDateFormatter
andCFBase
- Apple’s documentation
- kCFDate
Formatter ⚠Month Symbols CFDateFormatter
andCFBase
- Apple’s documentation
- kCFDate
FormatterPM ⚠Symbol CFDateFormatter
andCFBase
- Apple’s documentation
- kCFDate
Formatter ⚠Quarter Symbols CFDateFormatter
andCFBase
- Apple’s documentation
- kCFDate
Formatter ⚠Short Month Symbols CFDateFormatter
andCFBase
- Apple’s documentation
- kCFDate
Formatter ⚠Short Quarter Symbols CFDateFormatter
andCFBase
- Apple’s documentation
- kCFDate
Formatter ⚠Short Standalone Month Symbols CFDateFormatter
andCFBase
- Apple’s documentation
- kCFDate
Formatter ⚠Short Standalone Quarter Symbols CFDateFormatter
andCFBase
- Apple’s documentation
- kCFDate
Formatter ⚠Short Standalone Weekday Symbols CFDateFormatter
andCFBase
- Apple’s documentation
- kCFDate
Formatter ⚠Short Weekday Symbols CFDateFormatter
andCFBase
- Apple’s documentation
- kCFDate
Formatter ⚠Standalone Month Symbols CFDateFormatter
andCFBase
- Apple’s documentation
- kCFDate
Formatter ⚠Standalone Quarter Symbols CFDateFormatter
andCFBase
- Apple’s documentation
- kCFDate
Formatter ⚠Standalone Weekday Symbols CFDateFormatter
andCFBase
- Apple’s documentation
- kCFDate
Formatter ⚠Time Zone CFDateFormatter
andCFBase
- Apple’s documentation
- kCFDate
Formatter ⚠TwoDigit Start Date CFDateFormatter
andCFBase
- Apple’s documentation
- kCFDate
Formatter ⚠Very Short Month Symbols CFDateFormatter
andCFBase
- Apple’s documentation
- kCFDate
Formatter ⚠Very Short Standalone Month Symbols CFDateFormatter
andCFBase
- Apple’s documentation
- kCFDate
Formatter ⚠Very Short Standalone Weekday Symbols CFDateFormatter
andCFBase
- Apple’s documentation
- kCFDate
Formatter ⚠Very Short Weekday Symbols CFDateFormatter
andCFBase
- Apple’s documentation
- kCFDate
Formatter ⚠Weekday Symbols CFDateFormatter
andCFBase
- Apple’s documentation
- kCFError
Description ⚠Key CFError
andCFBase
- Apple’s documentation
- kCFError
Domain ⚠Cocoa CFError
andCFBase
- Apple’s documentation
- kCFError
Domain ⚠Mach CFError
andCFBase
- Apple’s documentation
- kCFError
DomainOS ⚠Status CFError
andCFBase
- Apple’s documentation
- kCFError
DomainPOSIX ⚠CFError
andCFBase
- Apple’s documentation
- kCFError
File ⚠Path Key CFError
andCFBase
- Apple’s documentation
- kCFError
Localized ⚠Description Key CFError
andCFBase
- Apple’s documentation
- kCFError
Localized ⚠Failure Key CFError
andCFBase
- Apple’s documentation
- kCFError
Localized ⚠Failure Reason Key CFError
andCFBase
- Apple’s documentation
- kCFError
Localized ⚠Recovery Suggestion Key CFError
andCFBase
- Apple’s documentation
- kCFErrorURL
Key ⚠CFError
andCFBase
- Apple’s documentation
- kCFError
Underlying ⚠Error Key CFError
andCFBase
- Apple’s documentation
- kCFGregorian
Calendar ⚠CFLocale
andCFBase
- Apple’s documentation
- kCFHebrew
Calendar ⚠CFLocale
andCFBase
- Apple’s documentation
- kCFIS
O8601 ⚠Calendar CFLocale
andCFBase
- Apple’s documentation
- kCFIndian
Calendar ⚠CFLocale
andCFBase
- Apple’s documentation
- kCFIslamic
Calendar ⚠CFLocale
andCFBase
- Apple’s documentation
- kCFIslamic
Civil ⚠Calendar CFLocale
andCFBase
- Apple’s documentation
- kCFIslamic
Tabular ⚠Calendar CFLocale
andCFBase
- Apple’s documentation
- kCFIslamic
UmmAl ⚠Qura Calendar CFLocale
andCFBase
- Apple’s documentation
- kCFJapanese
Calendar ⚠CFLocale
andCFBase
- Apple’s documentation
- kCFLocale
Alternate ⚠Quotation Begin Delimiter Key CFLocale
andCFBase
- Apple’s documentation
- kCFLocale
Alternate ⚠Quotation EndDelimiter Key CFLocale
andCFBase
- Apple’s documentation
- kCFLocale
Calendar ⚠CFLocale
andCFBase
- Apple’s documentation
- kCFLocale
Calendar ⚠Identifier CFLocale
andCFBase
- Apple’s documentation
- kCFLocale
Collation ⚠Identifier CFLocale
andCFBase
- Apple’s documentation
- kCFLocale
Collator ⚠Identifier CFLocale
andCFBase
- Apple’s documentation
- kCFLocale
Country ⚠Code CFLocale
andCFBase
- Apple’s documentation
- kCFLocale
Currency ⚠Code CFLocale
andCFBase
- Apple’s documentation
- kCFLocale
Currency ⚠Symbol CFLocale
andCFBase
- Apple’s documentation
- kCFLocale
Current ⚠Locale DidChange Notification CFBase
andCFNotificationCenter
andCFLocale
- Apple’s documentation
- kCFLocale
Decimal ⚠Separator CFLocale
andCFBase
- Apple’s documentation
- kCFLocale
Exemplar ⚠Character Set CFLocale
andCFBase
- Apple’s documentation
- kCFLocale
Grouping ⚠Separator CFLocale
andCFBase
- Apple’s documentation
- kCFLocale
Identifier ⚠CFLocale
andCFBase
- Apple’s documentation
- kCFLocale
Language ⚠Code CFLocale
andCFBase
- Apple’s documentation
- kCFLocale
Measurement ⚠System CFLocale
andCFBase
- Apple’s documentation
- kCFLocale
Quotation ⚠Begin Delimiter Key CFLocale
andCFBase
- Apple’s documentation
- kCFLocale
Quotation ⚠EndDelimiter Key CFLocale
andCFBase
- Apple’s documentation
- kCFLocale
Script ⚠Code CFLocale
andCFBase
- Apple’s documentation
- kCFLocale
Uses ⚠Metric System CFLocale
andCFBase
- Apple’s documentation
- kCFLocale
Variant ⚠Code CFLocale
andCFBase
- Apple’s documentation
- kCFNot
Found CFBase
- Apple’s documentation
- kCFNull⚠
CFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠Always Show Decimal Separator CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠Currency Code CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠Currency Decimal Separator CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠Currency Grouping Separator CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠Currency Symbol CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠Decimal Separator CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠Default Format CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠Exponent Symbol CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠Format Width CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠Grouping Separator CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠Grouping Size CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠Infinity Symbol CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠International Currency Symbol CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠IsLenient CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠MaxFraction Digits CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠MaxInteger Digits CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠MaxSignificant Digits CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠MinFraction Digits CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠MinGrouping Digits CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠MinInteger Digits CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠MinSignificant Digits CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠Minus Sign CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠Multiplier CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠NaNSymbol CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠Negative Prefix CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠Negative Suffix CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠Padding Character CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠Padding Position CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠PerMill Symbol CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠Percent Symbol CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠Plus Sign CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠Positive Prefix CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠Positive Suffix CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠Rounding Increment CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠Rounding Mode CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠Secondary Grouping Size CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠UseGrouping Separator CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠UseSignificant Digits CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
Formatter ⚠Zero Symbol CFNumberFormatter
andCFBase
- Apple’s documentation
- kCFNumber
NaN ⚠CFNumber
- Apple’s documentation
- kCFNumber
Negative ⚠Infinity CFNumber
- Apple’s documentation
- kCFNumber
Positive ⚠Infinity CFNumber
- Apple’s documentation
- kCFPersian
Calendar ⚠CFLocale
andCFBase
- Apple’s documentation
- kCFPlug
InDynamic ⚠Register Function Key CFPlugIn
andCFBase
- Apple’s documentation
- kCFPlug
InDynamic ⚠Registration Key CFPlugIn
andCFBase
- Apple’s documentation
- kCFPlug
InFactories ⚠Key CFPlugIn
andCFBase
- Apple’s documentation
- kCFPlug
InTypes ⚠Key CFPlugIn
andCFBase
- Apple’s documentation
- kCFPlug
InUnload ⚠Function Key CFPlugIn
andCFBase
- Apple’s documentation
- kCFPreferences
AnyApplication ⚠CFPreferences
andCFBase
- Apple’s documentation
- kCFPreferences
AnyHost ⚠CFPreferences
andCFBase
- Apple’s documentation
- kCFPreferences
AnyUser ⚠CFPreferences
andCFBase
- Apple’s documentation
- kCFPreferences
Current ⚠Application CFPreferences
andCFBase
- Apple’s documentation
- kCFPreferences
Current ⚠Host CFPreferences
andCFBase
- Apple’s documentation
- kCFPreferences
Current ⚠User CFPreferences
andCFBase
- Apple’s documentation
- kCFRepublic
OfChina ⚠Calendar CFLocale
andCFBase
- Apple’s documentation
- kCFRun
Loop ⚠Common Modes CFRunLoop
andCFBase
- Apple’s documentation
- kCFRun
Loop ⚠Default Mode CFRunLoop
andCFBase
- Apple’s documentation
- kCFSocket
Command ⚠Key CFSocket
andCFBase
- Apple’s documentation
- kCFSocket
Error ⚠Key CFSocket
andCFBase
- Apple’s documentation
- kCFSocket
Name ⚠Key CFSocket
andCFBase
- Apple’s documentation
- kCFSocket
Register ⚠Command CFSocket
andCFBase
- Apple’s documentation
- kCFSocket
Result ⚠Key CFSocket
andCFBase
- Apple’s documentation
- kCFSocket
Retrieve ⚠Command CFSocket
andCFBase
- Apple’s documentation
- kCFSocket
Value ⚠Key CFSocket
andCFBase
- Apple’s documentation
- kCFStream
Error ⚠DomainSOCKS CFStream
- Apple’s documentation
- kCFStream
Error ⚠DomainSSL CFStream
- Apple’s documentation
- kCFStream
Property ⚠Append ToFile CFStream
andCFBase
- Apple’s documentation
- kCFStream
Property ⚠Data Written CFStream
andCFBase
- Apple’s documentation
- kCFStream
Property ⚠File Current Offset CFStream
andCFBase
- Apple’s documentation
- kCFStream
PropertySOCKS ⚠Password CFStream
andCFBase
- Apple’s documentation
- kCFStream
PropertySOCKS ⚠Proxy CFStream
andCFBase
- Apple’s documentation
- kCFStream
PropertySOCKS ⚠Proxy Host CFStream
andCFBase
- Apple’s documentation
- kCFStream
PropertySOCKS ⚠Proxy Port CFStream
andCFBase
- Apple’s documentation
- kCFStream
PropertySOCKS ⚠User CFStream
andCFBase
- Apple’s documentation
- kCFStream
PropertySOCKS ⚠Version CFStream
andCFBase
- Apple’s documentation
- kCFStream
Property ⚠Should Close Native Socket CFStream
andCFBase
- Apple’s documentation
- kCFStream
Property ⚠Socket Native Handle CFStream
andCFBase
- Apple’s documentation
- kCFStream
Property ⚠Socket Remote Host Name CFStream
andCFBase
- Apple’s documentation
- kCFStream
Property ⚠Socket Remote Port Number CFStream
andCFBase
- Apple’s documentation
- kCFStream
Property ⚠Socket Security Level CFStream
andCFBase
- Apple’s documentation
- kCFStream
SocketSOCKS ⚠Version4 CFStream
andCFBase
- Apple’s documentation
- kCFStream
SocketSOCKS ⚠Version5 CFStream
andCFBase
- Apple’s documentation
- kCFStream
Socket ⚠Security Level NegotiatedSSL CFStream
andCFBase
- Apple’s documentation
- kCFStream
Socket ⚠Security Level None CFStream
andCFBase
- Apple’s documentation
- kCFStream
Socket ⚠Security LevelSS Lv2 CFStream
andCFBase
- Apple’s documentation
- kCFStream
Socket ⚠Security LevelSS Lv3 CFStream
andCFBase
- Apple’s documentation
- kCFStream
Socket ⚠Security LevelTL Sv1 CFStream
andCFBase
- Apple’s documentation
- kCFString
Binary ⚠Heap Call Backs CFBinaryHeap
andCFBase
- Predefined CFBinaryHeapCallBacks structure containing a set of callbacks appropriate for use when the values in a CFBinaryHeap are all CFString types.
- kCFString
Transform ⚠Fullwidth Halfwidth CFString
andCFBase
- Apple’s documentation
- kCFString
Transform ⚠Hiragana Katakana CFString
andCFBase
- Apple’s documentation
- kCFString
Transform ⚠Latin Arabic CFString
andCFBase
- Apple’s documentation
- kCFString
Transform ⚠Latin Cyrillic CFString
andCFBase
- Apple’s documentation
- kCFString
Transform ⚠Latin Greek CFString
andCFBase
- Apple’s documentation
- kCFString
Transform ⚠Latin Hangul CFString
andCFBase
- Apple’s documentation
- kCFString
Transform ⚠Latin Hebrew CFString
andCFBase
- Apple’s documentation
- kCFString
Transform ⚠Latin Hiragana CFString
andCFBase
- Apple’s documentation
- kCFString
Transform ⚠Latin Katakana CFString
andCFBase
- Apple’s documentation
- kCFString
Transform ⚠Latin Thai CFString
andCFBase
- Apple’s documentation
- kCFString
Transform ⚠Mandarin Latin CFString
andCFBase
- Apple’s documentation
- kCFString
Transform ⚠Strip Combining Marks CFString
andCFBase
- Apple’s documentation
- kCFString
Transform ⚠Strip Diacritics CFString
andCFBase
- Apple’s documentation
- kCFString
Transform ⚠ToLatin CFString
andCFBase
- Apple’s documentation
- kCFString
Transform ⚠ToUnicode Name CFString
andCFBase
- Apple’s documentation
- kCFString
Transform ⚠ToXML Hex CFString
andCFBase
- Apple’s documentation
- kCFTime
Zone ⚠System Time Zone DidChange Notification CFBase
andCFNotificationCenter
andCFTimeZone
- Apple’s documentation
- kCFType
Array ⚠Call Backs CFArray
andCFBase
- Predefined CFArrayCallBacks structure containing a set of callbacks appropriate for use when the values in a CFArray are all CFTypes.
- kCFType
BagCall ⚠Backs CFBag
andCFBase
- Apple’s documentation
- kCFType
Dictionary ⚠KeyCall Backs CFDictionary
andCFBase
- Predefined CFDictionaryKeyCallBacks structure containing a set of callbacks appropriate for use when the keys of a CFDictionary are all CFTypes.
- kCFType
Dictionary ⚠Value Call Backs CFDictionary
andCFBase
- Predefined CFDictionaryValueCallBacks structure containing a set of callbacks appropriate for use when the values in a CFDictionary are all CFTypes.
- kCFType
SetCall ⚠Backs CFSet
andCFBase
- Predefined CFSetCallBacks structure containing a set of callbacks appropriate for use when the values in a CFSet are all CFTypes.
- kCFURL
Added ⚠ToDirectory Date Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Application ⚠IsScriptable Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Attribute ⚠Modification Date Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Canonical ⚠Path Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Content ⚠Access Date Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Content ⚠Modification Date Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Creation ⚠Date Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Custom ⚠Icon Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Directory ⚠Entry Count Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Document ⚠Identifier Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Effective ⚠Icon Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
File ⚠Allocated Size Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
File ⚠Content Identifier Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
File ⚠Directory Contents CFURLAccess
andCFBase
- Apple’s documentation
- kCFURL
File ⚠Exists CFURLAccess
andCFBase
- Apple’s documentation
- kCFURL
File ⚠Identifier Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
File ⚠Last Modification Time CFURLAccess
andCFBase
- Apple’s documentation
- kCFURL
File ⚠Length CFURLAccess
andCFBase
- Apple’s documentation
- kCFURL
File ⚠OwnerID CFURLAccess
andCFBase
- Apple’s documentation
- kCFURL
FilePOSIX ⚠Mode CFURLAccess
andCFBase
- Apple’s documentation
- kCFURL
File ⚠Protection Complete CFURL
andCFBase
- Apple’s documentation
- kCFURL
File ⚠Protection Complete Unless Open CFURL
andCFBase
- Apple’s documentation
- kCFURL
File ⚠Protection Complete Until First User Authentication CFURL
andCFBase
- Apple’s documentation
- kCFURL
File ⚠Protection Complete When User Inactive CFURL
andCFBase
- Apple’s documentation
- kCFURL
File ⚠Protection Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
File ⚠Protection None CFURL
andCFBase
- Apple’s documentation
- kCFURL
File ⚠Resource Identifier Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
File ⚠Resource Type Block Special CFURL
andCFBase
- Apple’s documentation
- kCFURL
File ⚠Resource Type Character Special CFURL
andCFBase
- Apple’s documentation
- kCFURL
File ⚠Resource Type Directory CFURL
andCFBase
- Apple’s documentation
- kCFURL
File ⚠Resource Type Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
File ⚠Resource Type Named Pipe CFURL
andCFBase
- Apple’s documentation
- kCFURL
File ⚠Resource Type Regular CFURL
andCFBase
- Apple’s documentation
- kCFURL
File ⚠Resource Type Socket CFURL
andCFBase
- Apple’s documentation
- kCFURL
File ⚠Resource Type Symbolic Link CFURL
andCFBase
- Apple’s documentation
- kCFURL
File ⚠Resource Type Unknown CFURL
andCFBase
- Apple’s documentation
- kCFURL
File ⚠Security Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
File ⚠Size Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Generation ⚠Identifier Key CFURL
andCFBase
- Apple’s documentation
- kCFURLHTTP
Status ⚠Code CFURLAccess
andCFBase
- Apple’s documentation
- kCFURLHTTP
Status ⚠Line CFURLAccess
andCFBase
- Apple’s documentation
- kCFURL
HasHidden ⚠Extension Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
IsAlias ⚠File Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
IsApplication ⚠Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
IsDirectory ⚠Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
IsExcluded ⚠From Backup Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
IsExecutable ⚠Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
IsHidden ⚠Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
IsMount ⚠Trigger Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
IsPackage ⚠Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
IsPurgeable ⚠Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
IsReadable ⚠Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
IsRegular ⚠File Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
IsSparse ⚠Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
IsSymbolic ⚠Link Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
IsSystem ⚠Immutable Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
IsUbiquitous ⚠Item Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
IsUser ⚠Immutable Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
IsVolume ⚠Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
IsWritable ⚠Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Keys ⚠OfUnset Values Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Label ⚠Color Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Label ⚠Number Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Link ⚠Count Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Localized ⚠Label Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Localized ⚠Name Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Localized ⚠Type Description Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
MayHave ⚠Extended Attributes Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
MayShare ⚠File Content Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Name ⚠Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Parent ⚠DirectoryURL Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Path ⚠Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
PreferredIO ⚠Block Size Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Quarantine ⚠Properties Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
TagNames ⚠Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Total ⚠File Allocated Size Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Total ⚠File Size Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Type ⚠Identifier Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Ubiquitous ⚠Item Downloading Error Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Ubiquitous ⚠Item Downloading Status Current CFURL
andCFBase
- Apple’s documentation
- kCFURL
Ubiquitous ⚠Item Downloading Status Downloaded CFURL
andCFBase
- Apple’s documentation
- kCFURL
Ubiquitous ⚠Item Downloading Status Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Ubiquitous ⚠Item Downloading Status NotDownloaded CFURL
andCFBase
- Apple’s documentation
- kCFURL
Ubiquitous ⚠Item HasUnresolved Conflicts Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Ubiquitous ⚠Item IsDownloaded Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Ubiquitous ⚠Item IsDownloading Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Ubiquitous ⚠Item IsExcluded From Sync Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Ubiquitous ⚠Item IsUploaded Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Ubiquitous ⚠Item IsUploading Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Ubiquitous ⚠Item Percent Downloaded Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Ubiquitous ⚠Item Percent Uploaded Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Ubiquitous ⚠Item Uploading Error Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Available Capacity ForImportant Usage Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Available Capacity ForOpportunistic Usage Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Available Capacity Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Creation Date Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Identifier Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠IsAutomounted Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠IsBrowsable Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠IsEjectable Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠IsEncrypted Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠IsInternal Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠IsJournaling Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠IsLocal Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠IsRead Only Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠IsRemovable Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠IsRoot File System Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Localized Format Description Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Localized Name Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Maximum File Size Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Mount From Location Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Name Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Resource Count Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Subtype Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Supports Access Permissions Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Supports Advisory File Locking Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Supports Case Preserved Names Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Supports Case Sensitive Names Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Supports Compression Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Supports Exclusive Renaming Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Supports Extended Security Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Supports File Cloning Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Supports File Protection Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Supports Hard Links Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Supports Immutable Files Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Supports Journaling Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Supports PersistentI DsKey CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Supports Renaming Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Supports Root Directory Dates Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Supports Sparse Files Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Supports Swap Renaming Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Supports Symbolic Links Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Supports Volume Sizes Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Supports Zero Runs Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Total Capacity Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
Volume ⚠Type Name Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
VolumeURL ⚠ForRemounting Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
VolumeURL ⚠Key CFURL
andCFBase
- Apple’s documentation
- kCFURL
VolumeUUID ⚠String Key CFURL
andCFBase
- Apple’s documentation
- kCFUser
Notification ⚠Alert Header Key CFUserNotification
andCFBase
- Apple’s documentation
- kCFUser
Notification ⚠Alert Message Key CFUserNotification
andCFBase
- Apple’s documentation
- kCFUser
Notification ⚠Alert TopMost Key CFUserNotification
andCFBase
- Apple’s documentation
- kCFUser
Notification ⚠Alternate Button Title Key CFUserNotification
andCFBase
- Apple’s documentation
- kCFUser
Notification ⚠Check BoxTitles Key CFUserNotification
andCFBase
- Apple’s documentation
- kCFUser
Notification ⚠Default Button Title Key CFUserNotification
andCFBase
- Apple’s documentation
- kCFUser
Notification ⚠IconURL Key CFUserNotification
andCFBase
- Apple’s documentation
- kCFUser
Notification ⚠Keyboard Types Key CFUserNotification
andCFBase
- Apple’s documentation
- kCFUser
Notification ⚠LocalizationURL Key CFUserNotification
andCFBase
- Apple’s documentation
- kCFUser
Notification ⚠Other Button Title Key CFUserNotification
andCFBase
- Apple’s documentation
- kCFUser
Notification ⚠PopUp Selection Key CFUserNotification
andCFBase
- Apple’s documentation
- kCFUser
Notification ⚠PopUp Titles Key CFUserNotification
andCFBase
- Apple’s documentation
- kCFUser
Notification ⚠Progress Indicator Value Key CFUserNotification
andCFBase
- Apple’s documentation
- kCFUser
Notification ⚠SoundURL Key CFUserNotification
andCFBase
- Apple’s documentation
- kCFUser
Notification ⚠Text Field Titles Key CFUserNotification
andCFBase
- Apple’s documentation
- kCFUser
Notification ⚠Text Field Values Key CFUserNotification
andCFBase
- Apple’s documentation
- kCFXML
Tree ⚠Error Description CFXMLParser
andCFBase
- Apple’s documentation
- kCFXML
Tree ⚠Error Line Number CFXMLParser
andCFBase
- Apple’s documentation
- kCFXML
Tree ⚠Error Location CFXMLParser
andCFBase
- Apple’s documentation
- kCFXML
Tree ⚠Error Status Code CFXMLParser
andCFBase
- Apple’s documentation
Traits§
- Concrete
Type - A concrete CoreFoundation type.
- Type
- A CoreFoundation-like type.
Functions§
- CFAbsolute
Time ⚠AddGregorian Units Deprecated CFDate
- CFAbsolute
Time ⚠GetCurrent CFDate
- CFAbsolute
Time ⚠GetDay OfWeek Deprecated CFDate
- CFAbsolute
Time ⚠GetDay OfYear Deprecated CFDate
- CFAbsolute
Time ⚠GetDifference AsGregorian Units Deprecated CFDate
andCFBase
- CFAbsolute
Time ⚠GetGregorian Date Deprecated CFDate
- CFAbsolute
Time ⚠GetWeek OfYear Deprecated CFDate
- CFAllocator
Allocate ⚠CFBase
- CFAllocator
Allocate ⚠Bytes CFBase
- CFAllocator
Allocate ⚠Typed CFBase
- CFAllocator
Create ⚠CFBase
- CFAllocator
Deallocate ⚠CFBase
- CFAllocator
GetContext ⚠CFBase
- CFAllocator
GetDefault ⚠CFBase
- CFAllocator
GetPreferred ⚠Size ForSize CFBase
- CFAllocator
Reallocate ⚠CFBase
- CFAllocator
Reallocate ⚠Bytes CFBase
- CFAllocator
Reallocate ⚠Typed CFBase
- CFAllocator
SetDefault ⚠CFBase
- CFArray
Append ⚠Array CFArray
andCFBase
- Adds the values from an array to another array.
- CFArray
Append ⚠Value CFArray
- Adds the value to the array giving it a new largest index.
- CFArray
Apply ⚠Function CFArray
andCFBase
- Calls a function once for each value in the array.
- CFArrayB
Search ⚠Values CFArray
andCFBase
- Searches the array for the value using a binary search algorithm.
- CFArray
Contains ⚠Value CFArray
andCFBase
- Reports whether or not the value is in the array.
- CFArray
Create ⚠CFArray
andCFBase
- Creates a new immutable array with the given values.
- CFArray
Create ⚠Copy CFArray
andCFBase
- Creates a new immutable array with the values from the given array.
- CFArray
Create ⚠Mutable CFArray
andCFBase
- Creates a new empty mutable array.
- CFArray
Create ⚠Mutable Copy CFArray
andCFBase
- Creates a new mutable array with the values from the given array.
- CFArray
Exchange ⚠Values AtIndices CFArray
andCFBase
- Exchanges the values at two indices of the array.
- CFArray
GetCount ⚠CFArray
andCFBase
- Returns the number of values currently in the array.
- CFArray
GetCount ⚠OfValue CFArray
andCFBase
- Counts the number of times the given value occurs in the array.
- CFArray
GetFirst ⚠Index OfValue CFArray
andCFBase
- Searches the array for the value.
- CFArray
GetLast ⚠Index OfValue CFArray
andCFBase
- Searches the array for the value.
- CFArray
GetValue ⚠AtIndex CFArray
andCFBase
- Retrieves the value at the given index.
- CFArray
GetValues ⚠CFArray
andCFBase
- Fills the buffer with values from the array.
- CFArray
Insert ⚠Value AtIndex CFArray
andCFBase
- Adds the value to the array, giving it the given index.
- CFArray
Remove ⚠AllValues CFArray
- Removes all the values from the array, making it empty.
- CFArray
Remove ⚠Value AtIndex CFArray
andCFBase
- Removes the value with the given index from the array.
- CFArray
Replace ⚠Values CFArray
andCFBase
- Replaces a range of values in the array.
- CFArray
SetValue ⚠AtIndex CFArray
andCFBase
- Changes the value with the given index in the array.
- CFArray
Sort ⚠Values CFArray
andCFBase
- Sorts the values in the array using the given comparison function.
- CFAttributed
String ⚠Begin Editing CFAttributedString
- In cases where attributed string might do a bunch of work to assure self-consistency, CFAttributedStringBeginEditing/CFAttributedStringEndEditing allow disabling that to allow deferring and coalescing any work. It’s a good idea to call these around a set of related mutation calls which don’t require the string to be in consistent state in between. These calls can be nested.
- CFAttributed
String ⚠Create CFAttributedString
andCFBase
andCFDictionary
- Creates an attributed string with the specified string and attributes (both copied).
- CFAttributed
String ⚠Create Copy CFAttributedString
andCFBase
- Creates an immutable attributed string copy.
- CFAttributed
String ⚠Create Mutable CFAttributedString
andCFBase
- Creates a mutable empty attributed string. maxLength, if not 0, is a hard bound on the length of the attributed string; exceeding this size limit during any editing operation is a programming error. If 0, there is no limit on the length.
- CFAttributed
String ⚠Create Mutable Copy CFAttributedString
andCFBase
- Creates a mutable attributed string copy. maxLength, if not 0, is a hard bound on the length of the attributed string; exceeding this size limit during any editing operation is a programming error. If 0, there is no limit on the length.
- CFAttributed
String ⚠Create With Substring CFAttributedString
andCFBase
- Creates a sub-attributed string from the specified range. It’s a programming error for range to specify characters outside the bounds of aStr.
- CFAttributed
String ⚠EndEditing CFAttributedString
- In cases where attributed string might do a bunch of work to assure self-consistency, CFAttributedStringBeginEditing/CFAttributedStringEndEditing allow disabling that to allow deferring and coalescing any work. It’s a good idea to call these around a set of related mutation calls which don’t require the string to be in consistent state in between. These calls can be nested.
- CFAttributed
String ⚠GetAttribute CFAttributedString
andCFBase
- Returns the value of a single attribute at the specified location. If the specified attribute doesn’t exist at the location, returns NULL. If effectiveRange is not NULL, upon return *effectiveRange contains a range over which the exact same attribute value applies. Note that for performance reasons, the returned effectiveRange is not necessarily the maximal range - for that, use CFAttributedStringGetAttributeAndLongestEffectiveRange(). It’s a programming error for loc to specify a location outside the bounds of the attributed string.
- CFAttributed
String ⚠GetAttribute AndLongest Effective Range CFAttributedString
andCFBase
- Returns the value of a single attribute at the specified location. If longestEffectiveRange is not NULL, upon return *longestEffectiveRange contains the maximal range within inRange over which the exact same attribute value applies. The returned range is clipped to inRange. It’s a programming error for loc or inRange to specify locations outside the bounds of the attributed string.
- CFAttributed
String ⚠GetAttributes CFAttributedString
andCFBase
andCFDictionary
- Returns the attributes at the specified location. If effectiveRange is not NULL, upon return *effectiveRange contains a range over which the exact same set of attributes apply. Note that for performance reasons, the returned effectiveRange is not necessarily the maximal range - for that, use CFAttributedStringGetAttributesAndLongestEffectiveRange(). It’s a programming error for loc to specify a location outside the bounds of the attributed string.
- CFAttributed
String ⚠GetAttributes AndLongest Effective Range CFAttributedString
andCFBase
andCFDictionary
- Returns the attributes at the specified location. If longestEffectiveRange is not NULL, upon return *longestEffectiveRange contains the maximal range within inRange over which the exact same set of attributes apply. The returned range is clipped to inRange. It’s a programming error for loc or inRange to specify locations outside the bounds of the attributed string.
- CFAttributed
String ⚠GetBidi Levels AndResolved Directions CFAttributedString
andCFBase
- Fills bidiLevels by applying the Unicode Bidi Algorithm (P, X, W, N, and I) to the characters in range. Returns true if the result is not uni-level LTR (in other words, needing further Bidi processing). baseDirection is NSWritingDirection (NSWritingDirectionNatural, NSWritingDirectionLeftToRight, and NSWritingDirectionRightToLeft). Understands NSWritingDirectionAttributeName values.
- CFAttributed
String ⚠GetLength CFAttributedString
andCFBase
- Returns the length of the attributed string in characters; same as CFStringGetLength(CFAttributedStringGetString(aStr))
- CFAttributed
String ⚠GetMutable String CFAttributedString
andCFBase
- Gets the string for the attributed string as a mutable string, allowing editing the character contents of the string as if it were an CFMutableString. Attributes corresponding to the edited range are appropriately modified. If, as a result of the edit, new characters are introduced into the string, they inherit the attributes of the first replaced character from range. If no existing characters are replaced by the edit, the new characters inherit the attributes of the character preceding range if it has any, otherwise of the character following range. If the initial string is empty, the attributes for the new characters are also empty.
- CFAttributed
String ⚠GetString CFAttributedString
andCFBase
- Returns the string for the attributed string. For performance reasons, this will often point at the backing store of the attributed string, and it might change if the attributed string is edited. However, this is an implementation detail, and definitely not something that should be counted on.
- CFAttributed
String ⚠Remove Attribute CFAttributedString
andCFBase
- Removes the value of a single attribute over the specified range, which should be valid. It’s OK for the attribute not the exist over the specified range.
- CFAttributed
String ⚠Replace Attributed String CFAttributedString
andCFBase
- Replaces the attributed substring over the specified range with the attributed string specified in replacement. range should be valid. To delete a range of the attributed string, call CFAttributedStringReplaceString() with empty string and specified range.
- CFAttributed
String ⚠Replace String CFAttributedString
andCFBase
- Modifies the string for the attributed string, much like CFStringReplace(). It’s an error for range to specify characters outside the bounds of aStr.
- CFAttributed
String ⚠SetAttribute CFAttributedString
andCFBase
- Sets the value of a single attribute over the specified range, which should be valid. value should not be NULL.
- CFAttributed
String ⚠SetAttributes CFAttributedString
andCFBase
andCFDictionary
- Sets the value of multiple attributes over the specified range, which should be valid. If clearOtherAttributes is false, existing attributes (which aren’t being replaced) are left alone; otherwise they are cleared. The dictionary should be setup for “usual” CF type usage — CFString keys, and arbitrary CFType values. Note that after this call, further mutations to the replacement dictionary argument by the caller will not affect the contents of the attributed string.
- CFBag
AddValue ⚠CFBag
- CFBag
Apply ⚠Function CFBag
- CFBag
Contains ⚠Value CFBag
- CFBag
Create ⚠CFBag
andCFBase
- CFBag
Create ⚠Copy CFBag
andCFBase
- CFBag
Create ⚠Mutable CFBag
andCFBase
- CFBag
Create ⚠Mutable Copy CFBag
andCFBase
- CFBag
GetCount ⚠CFBag
andCFBase
- CFBag
GetCount ⚠OfValue CFBag
andCFBase
- CFBag
GetValue ⚠CFBag
- CFBag
GetValue ⚠IfPresent CFBag
- CFBag
GetValues ⚠CFBag
- CFBag
Remove ⚠AllValues CFBag
- CFBag
Remove ⚠Value CFBag
- CFBag
Replace ⚠Value CFBag
- CFBag
SetValue ⚠CFBag
- CFBinary
Heap ⚠AddValue CFBinaryHeap
- Adds the value to the binary heap.
- CFBinary
Heap ⚠Apply Function CFBinaryHeap
- Calls a function once for each value in the binary heap.
- CFBinary
Heap ⚠Contains Value CFBinaryHeap
- Reports whether or not the value is in the binary heap.
- CFBinary
Heap ⚠Create CFBase
andCFBinaryHeap
- Creates a new mutable binary heap with the given values.
- CFBinary
Heap ⚠Create Copy CFBase
andCFBinaryHeap
- Creates a new mutable binary heap with the values from the given binary heap.
- CFBinary
Heap ⚠GetCount CFBinaryHeap
andCFBase
- Returns the number of values currently in the binary heap.
- CFBinary
Heap ⚠GetCount OfValue CFBinaryHeap
andCFBase
- Counts the number of times the given value occurs in the binary heap.
- CFBinary
Heap ⚠GetMinimum CFBinaryHeap
- Returns the minimum value is in the binary heap. If the heap contains several equal minimum values, any one may be returned.
- CFBinary
Heap ⚠GetMinimum IfPresent CFBinaryHeap
- Returns the minimum value is in the binary heap, if present. If the heap contains several equal minimum values, any one may be returned.
- CFBinary
Heap ⚠GetValues CFBinaryHeap
- Fills the buffer with values from the binary heap.
- CFBinary
Heap ⚠Remove AllValues CFBinaryHeap
- Removes all the values from the binary heap, making it empty.
- CFBinary
Heap ⚠Remove Minimum Value CFBinaryHeap
- Removes the minimum value from the binary heap.
- CFBit
Vector ⚠Contains Bit CFBase
andCFBitVector
- CFBit
Vector ⚠Create CFBase
andCFBitVector
- CFBit
Vector ⚠Create Copy CFBase
andCFBitVector
- CFBit
Vector ⚠Create Mutable CFBase
andCFBitVector
- CFBit
Vector ⚠Create Mutable Copy CFBase
andCFBitVector
- CFBit
Vector ⚠Flip BitAt Index CFBitVector
andCFBase
- CFBit
Vector ⚠Flip Bits CFBitVector
andCFBase
- CFBit
Vector ⚠GetBit AtIndex CFBitVector
andCFBase
- CFBit
Vector ⚠GetBits CFBitVector
andCFBase
- CFBit
Vector ⚠GetCount CFBitVector
andCFBase
- CFBit
Vector ⚠GetCount OfBit CFBitVector
andCFBase
- CFBit
Vector ⚠GetFirst Index OfBit CFBitVector
andCFBase
- CFBit
Vector ⚠GetLast Index OfBit CFBitVector
andCFBase
- CFBit
Vector ⚠SetAll Bits CFBitVector
- CFBit
Vector ⚠SetBit AtIndex CFBitVector
andCFBase
- CFBit
Vector ⚠SetBits CFBitVector
andCFBase
- CFBit
Vector ⚠SetCount CFBitVector
andCFBase
- CFBoolean
GetValue ⚠CFNumber
- CFBundle
Close ⚠Bundle Resource Map Deprecated CFBundle
- CFBundle
Copy ⚠Auxiliary ExecutableURL CFBase
andCFBundle
andCFURL
- CFBundle
Copy ⚠Built InPlug InsURL CFBundle
andCFURL
- CFBundle
Copy ⚠Bundle Localizations CFArray
andCFBundle
- CFBundle
Copy ⚠BundleURL CFBundle
andCFURL
- CFBundle
Copy ⚠Executable Architectures CFArray
andCFBundle
- CFBundle
Copy ⚠Executable Architectures ForURL CFArray
andCFBundle
andCFURL
- CFBundle
Copy ⚠ExecutableURL CFBundle
andCFURL
- CFBundle
Copy ⚠Info Dictionary ForURL CFBundle
andCFDictionary
andCFURL
- CFBundle
Copy ⚠Info Dictionary InDirectory CFBundle
andCFDictionary
andCFURL
- CFBundle
Copy ⚠Localizations ForPreferences CFArray
andCFBundle
- CFBundle
Copy ⚠Localizations ForURL CFArray
andCFBundle
andCFURL
- CFBundle
Copy ⚠Localized String CFBase
andCFBundle
- CFBundle
Copy ⚠Preferred Localizations From Array CFArray
andCFBundle
- CFBundle
Copy ⚠Private FrameworksURL CFBundle
andCFURL
- CFBundle
Copy ⚠ResourceURL CFBase
andCFBundle
andCFURL
- CFBundle
Copy ⚠ResourceURL ForLocalization CFBase
andCFBundle
andCFURL
- CFBundle
Copy ⚠ResourceURL InDirectory CFBase
andCFBundle
andCFURL
- CFBundle
Copy ⚠ResourceUR LsOf Type CFArray
andCFBase
andCFBundle
- CFBundle
Copy ⚠ResourceUR LsOf Type ForLocalization CFArray
andCFBase
andCFBundle
- CFBundle
Copy ⚠ResourceUR LsOf Type InDirectory CFArray
andCFBase
andCFBundle
andCFURL
- CFBundle
Copy ⚠Resources DirectoryURL CFBundle
andCFURL
- CFBundle
Copy ⚠Shared FrameworksURL CFBundle
andCFURL
- CFBundle
Copy ⚠Shared SupportURL CFBundle
andCFURL
- CFBundle
Copy ⚠Support Files DirectoryURL CFBundle
andCFURL
- CFBundle
Create ⚠CFBase
andCFBundle
andCFURL
- CFBundle
Create ⚠Bundles From Directory CFArray
andCFBase
andCFBundle
andCFURL
- CFBundle
GetAll ⚠Bundles CFArray
andCFBundle
- CFBundle
GetBundle ⚠With Identifier CFBase
andCFBundle
- CFBundle
GetData ⚠Pointer ForName CFBundle
andCFBase
- CFBundle
GetData ⚠Pointers ForNames CFBundle
andCFArray
- CFBundle
GetDevelopment ⚠Region CFBase
andCFBundle
- CFBundle
GetFunction ⚠Pointer ForName CFBundle
andCFBase
- CFBundle
GetFunction ⚠Pointers ForNames CFBundle
andCFArray
- CFBundle
GetIdentifier ⚠CFBase
andCFBundle
- CFBundle
GetInfo ⚠Dictionary CFBundle
andCFDictionary
- CFBundle
GetLocal ⚠Info Dictionary CFBundle
andCFDictionary
- CFBundle
GetMain ⚠Bundle CFBundle
- CFBundle
GetPackage ⚠Info CFBundle
- CFBundle
GetPackage ⚠Info InDirectory CFBundle
andCFURL
- CFBundle
GetPlug ⚠In CFBundle
- CFBundle
GetValue ⚠ForInfo Dictionary Key CFBase
andCFBundle
- CFBundle
GetVersion ⚠Number CFBundle
- CFBundle
IsArchitecture ⚠Loadable CFBundle
andlibc
- CFBundle
IsExecutable ⚠Loadable CFBundle
- CFBundle
IsExecutable ⚠Loadable ForURL CFBundle
andCFURL
- CFBundle
IsExecutable ⚠Loaded CFBundle
- CFBundle
Load ⚠Executable CFBundle
- CFBundle
Load ⚠Executable AndReturn Error CFBundle
andCFError
- CFBundle
Open ⚠Bundle Resource Files Deprecated CFBundle
- CFBundle
Open ⚠Bundle Resource Map Deprecated CFBundle
- CFBundle
Preflight ⚠Executable CFBundle
andCFError
- CFBundle
Unload ⚠Executable CFBundle
- CFCalendar
Copy ⚠Current CFCalendar
- CFCalendar
Copy ⚠Locale CFCalendar
andCFLocale
- CFCalendar
Copy ⚠Time Zone CFCalendar
andCFDate
- CFCalendar
Create ⚠With Identifier CFBase
andCFCalendar
andCFLocale
- Creates a calendar. The identifiers are the
kCF*Calendar
constants in CFLocale.h. - CFCalendar
GetFirst ⚠Weekday CFCalendar
andCFBase
- CFCalendar
GetIdentifier ⚠CFBase
andCFCalendar
andCFLocale
- Returns the calendar’s identifier.
- CFCalendar
GetMaximum ⚠Range OfUnit CFCalendar
andCFBase
- CFCalendar
GetMinimum ⚠Days InFirst Week CFCalendar
andCFBase
- CFCalendar
GetMinimum ⚠Range OfUnit CFCalendar
andCFBase
- CFCalendar
GetOrdinality ⚠OfUnit CFBase
andCFDate
andCFCalendar
- CFCalendar
GetRange ⚠OfUnit CFBase
andCFDate
andCFCalendar
- CFCalendar
GetTime ⚠Range OfUnit CFBase
andCFCalendar
andCFDate
- CFCalendar
SetFirst ⚠Weekday CFCalendar
andCFBase
- CFCalendar
SetLocale ⚠CFCalendar
andCFLocale
- CFCalendar
SetMinimum ⚠Days InFirst Week CFCalendar
andCFBase
- CFCalendar
SetTime ⚠Zone CFCalendar
andCFDate
- CFCharacter
SetAdd ⚠Characters InRange CFCharacterSet
andCFBase
- Adds the given range to the charaacter set.
- CFCharacter
SetAdd ⚠Characters InString CFCharacterSet
andCFBase
- Adds the characters in the given string to the charaacter set.
- CFCharacter
SetCreate ⚠Bitmap Representation CFBase
andCFCharacterSet
andCFData
- Creates a new immutable data with the bitmap representation from the given character set.
- CFCharacter
SetCreate ⚠Copy CFBase
andCFCharacterSet
- Creates a new character set with the values from the given character set. This function tries to compact the backing store where applicable.
- CFCharacter
SetCreate ⚠Inverted Set CFBase
andCFCharacterSet
- Creates a new immutable character set that is the invert of the specified character set.
- CFCharacter
SetCreate ⚠Mutable CFBase
andCFCharacterSet
- Creates a new empty mutable character set.
- CFCharacter
SetCreate ⚠Mutable Copy CFBase
andCFCharacterSet
- Creates a new mutable character set with the values from the given character set.
- CFCharacter
SetCreate ⚠With Bitmap Representation CFBase
andCFCharacterSet
andCFData
- Creates a new immutable character set with the bitmap representtion in the given data.
- CFCharacter
SetCreate ⚠With Characters InRange CFBase
andCFCharacterSet
- Creates a new immutable character set with the values from the given range.
- CFCharacter
SetCreate ⚠With Characters InString CFBase
andCFCharacterSet
- Creates a new immutable character set with the values in the given string.
- CFCharacter
SetGet ⚠Predefined CFBase
andCFCharacterSet
- Returns a predefined CFCharacterSet instance.
- CFCharacter
SetHas ⚠Member InPlane CFBase
andCFCharacterSet
- Reports whether or not the character set contains at least one member character in the specified plane.
- CFCharacter
SetIntersect ⚠CFCharacterSet
- Forms the intersection with the given character set.
- CFCharacter
SetInvert ⚠CFCharacterSet
- Inverts the content of the given character set.
- CFCharacter
SetIs ⚠Character Member CFCharacterSet
- Reports whether or not the Unicode character is in the character set.
- CFCharacter
SetIs ⚠Long Character Member CFCharacterSet
- Reports whether or not the UTF-32 character is in the character set.
- CFCharacter
SetIs ⚠Superset OfSet CFCharacterSet
- Reports whether or not the character set is a superset of the character set specified as the second parameter.
- CFCharacter
SetRemove ⚠Characters InRange CFCharacterSet
andCFBase
- Removes the given range from the charaacter set.
- CFCharacter
SetRemove ⚠Characters InString CFCharacterSet
andCFBase
- Removes the characters in the given string from the charaacter set.
- CFCharacter
SetUnion ⚠CFCharacterSet
- Forms the union with the given character set.
- CFCopy
Description CFBase
- CFCopy
Home ⚠DirectoryURL CFURL
andCFUtilities
- CFCopy
TypeID Description CFBase
- CFData
Append ⚠Bytes CFData
andCFBase
- CFData
Create ⚠CFBase
andCFData
- CFData
Create ⚠Copy CFBase
andCFData
- CFData
Create ⚠Mutable CFBase
andCFData
- CFData
Create ⚠Mutable Copy CFBase
andCFData
- CFData
Create ⚠With Bytes NoCopy CFBase
andCFData
- CFData
Delete ⚠Bytes CFData
andCFBase
- CFData
Find ⚠CFData
andCFBase
- CFData
GetByte ⚠Ptr CFData
- CFData
GetBytes ⚠CFData
andCFBase
- CFData
GetLength ⚠CFData
andCFBase
- CFData
GetMutable ⚠Byte Ptr CFData
- CFData
Increase ⚠Length CFData
andCFBase
- CFData
Replace ⚠Bytes CFData
andCFBase
- CFData
SetLength ⚠CFData
andCFBase
- CFDate
Compare ⚠CFDate
andCFBase
- CFDate
Create ⚠CFBase
andCFDate
- CFDate
Formatter ⚠Copy Property CFBase
andCFDateFormatter
- CFDate
Formatter ⚠Create CFBase
andCFDateFormatter
andCFLocale
- CFDate
Formatter ⚠Create Date Format From Template CFBase
andCFDateFormatter
andCFLocale
- CFDate
Formatter ⚠Create Date From String CFBase
andCFDate
andCFDateFormatter
- CFDate
Formatter ⚠CreateIS O8601 Formatter CFBase
andCFDateFormatter
- CFDate
Formatter ⚠Create String With Absolute Time CFBase
andCFDate
andCFDateFormatter
- CFDate
Formatter ⚠Create String With Date CFBase
andCFDate
andCFDateFormatter
- CFDate
Formatter ⚠GetAbsolute Time From String CFBase
andCFDate
andCFDateFormatter
- CFDate
Formatter ⚠GetDate Style CFDateFormatter
andCFBase
- CFDate
Formatter ⚠GetFormat CFBase
andCFDateFormatter
- CFDate
Formatter ⚠GetLocale CFDateFormatter
andCFLocale
- CFDate
Formatter ⚠GetTime Style CFDateFormatter
andCFBase
- CFDate
Formatter ⚠SetFormat CFDateFormatter
andCFBase
- CFDate
Formatter ⚠SetProperty CFDateFormatter
andCFBase
- CFDate
GetAbsolute ⚠Time CFDate
- CFDate
GetTime ⚠Interval Since Date CFDate
- CFDictionary
AddValue ⚠CFDictionary
- Adds the key-value pair to the dictionary if no such key already exists.
- CFDictionary
Apply ⚠Function CFDictionary
- Calls a function once for each value in the dictionary.
- CFDictionary
Contains ⚠Key CFDictionary
- Reports whether or not the key is in the dictionary.
- CFDictionary
Contains ⚠Value CFDictionary
- Reports whether or not the value is in the dictionary.
- CFDictionary
Create ⚠CFBase
andCFDictionary
- Creates a new immutable dictionary with the given values.
- CFDictionary
Create ⚠Copy CFBase
andCFDictionary
- Creates a new immutable dictionary with the key-value pairs from the given dictionary.
- CFDictionary
Create ⚠Mutable CFBase
andCFDictionary
- Creates a new mutable dictionary.
- CFDictionary
Create ⚠Mutable Copy CFBase
andCFDictionary
- Creates a new mutable dictionary with the key-value pairs from the given dictionary.
- CFDictionary
GetCount ⚠CFDictionary
andCFBase
- Returns the number of values currently in the dictionary.
- CFDictionary
GetCount ⚠OfKey CFDictionary
andCFBase
- Counts the number of times the given key occurs in the dictionary.
- CFDictionary
GetCount ⚠OfValue CFDictionary
andCFBase
- Counts the number of times the given value occurs in the dictionary.
- CFDictionary
GetKeys ⚠AndValues CFDictionary
- Fills the two buffers with the keys and values from the dictionary.
- CFDictionary
GetValue ⚠CFDictionary
- Retrieves the value associated with the given key.
- CFDictionary
GetValue ⚠IfPresent CFDictionary
- Retrieves the value associated with the given key.
- CFDictionary
Remove ⚠AllValues CFDictionary
- Removes all the values from the dictionary, making it empty.
- CFDictionary
Remove ⚠Value CFDictionary
- Removes the value of the key from the dictionary.
- CFDictionary
Replace ⚠Value CFDictionary
- Replaces the value of the key in the dictionary.
- CFDictionary
SetValue ⚠CFDictionary
- Sets the value of the key in the dictionary.
- CFEqual
CFBase
- CFError
Copy ⚠Description CFBase
andCFError
- Returns a human-presentable description for the error. CFError creators should strive to make sure the return value is human-presentable and localized by providing a value for kCFErrorLocalizedDescriptionKey at the time of CFError creation.
- CFError
Copy ⚠Failure Reason CFBase
andCFError
- Returns a human-presentable failure reason for the error. May return NULL. CFError creators should strive to make sure the return value is human-presentable and localized by providing a value for kCFErrorLocalizedFailureReasonKey at the time of CFError creation.
- CFError
Copy ⚠Recovery Suggestion CFBase
andCFError
- Returns a human presentable recovery suggestion for the error. May return NULL. CFError creators should strive to make sure the return value is human-presentable and localized by providing a value for kCFErrorLocalizedRecoverySuggestionKey at the time of CFError creation.
- CFError
Copy ⚠User Info CFDictionary
andCFError
- Returns CFError userInfo dictionary.
- CFError
Create ⚠CFBase
andCFDictionary
andCFError
- Creates a new CFError.
- CFError
Create ⚠With User Info Keys AndValues CFBase
andCFError
- Creates a new CFError without having to create an intermediate userInfo dictionary.
- CFError
GetCode ⚠CFError
andCFBase
- Returns the error code the CFError was created with.
- CFError
GetDomain ⚠CFBase
andCFError
- Returns the error domain the CFError was created with.
- CFFile
Descriptor ⚠Create CFBase
andCFFileDescriptor
- CFFile
Descriptor ⚠Create RunLoop Source CFBase
andCFFileDescriptor
andCFRunLoop
- CFFile
Descriptor ⚠Disable Call Backs CFFileDescriptor
andCFBase
- CFFile
Descriptor ⚠Enable Call Backs CFFileDescriptor
andCFBase
- CFFile
Descriptor ⚠GetContext CFFileDescriptor
andCFBase
- CFFile
Descriptor ⚠GetNative Descriptor CFFileDescriptor
- CFFile
Descriptor ⚠Invalidate CFFileDescriptor
- CFFile
Descriptor ⚠IsValid CFFileDescriptor
- CFFile
Security ⚠Clear Properties CFBase
andCFFileSecurity
- CFFile
Security ⚠Copy GroupUUID CFFileSecurity
andCFUUID
- CFFile
Security ⚠Copy OwnerUUID CFFileSecurity
andCFUUID
- CFFile
Security ⚠Create CFBase
andCFFileSecurity
- CFFile
Security ⚠Create Copy CFBase
andCFFileSecurity
- CFFile
Security ⚠GetGroup CFFileSecurity
andlibc
- CFFile
Security ⚠GetMode CFFileSecurity
andlibc
- CFFile
Security ⚠GetOwner CFFileSecurity
andlibc
- CFFile
Security ⚠SetGroup CFFileSecurity
andlibc
- CFFile
Security ⚠SetGroupUUID CFFileSecurity
andCFUUID
- CFFile
Security ⚠SetMode CFFileSecurity
andlibc
- CFFile
Security ⚠SetOwner CFFileSecurity
andlibc
- CFFile
Security ⚠SetOwnerUUID CFFileSecurity
andCFUUID
- CFGet
Allocator ⚠CFBase
- CFGet
Retain Count CFBase
- CFGet
TypeID CFBase
- CFGregorian
Date ⚠GetAbsolute Time Deprecated CFDate
- CFGregorian
Date ⚠IsValid Deprecated CFBase
andCFDate
- CFHash
CFBase
- CFLocale
Copy ⚠Available Locale Identifiers CFArray
andCFLocale
- CFLocale
Copy ⚠CommonISO Currency Codes CFArray
andCFLocale
- CFLocale
Copy ⚠Current CFLocale
- CFLocale
Copy ⚠Display Name ForProperty Value CFBase
andCFLocale
- CFLocale
CopyISO ⚠Country Codes CFArray
andCFLocale
- CFLocale
CopyISO ⚠Currency Codes CFArray
andCFLocale
- CFLocale
CopyISO ⚠Language Codes CFArray
andCFLocale
- CFLocale
Copy ⚠Preferred Languages CFArray
andCFLocale
- CFLocale
Create ⚠CFBase
andCFLocale
- CFLocale
Create ⚠Canonical Language Identifier From String CFBase
andCFLocale
- CFLocale
Create ⚠Canonical Locale Identifier From Script Manager Codes CFBase
andCFLocale
- CFLocale
Create ⚠Canonical Locale Identifier From String CFBase
andCFLocale
- CFLocale
Create ⚠Components From Locale Identifier CFBase
andCFDictionary
andCFLocale
- CFLocale
Create ⚠Copy CFBase
andCFLocale
- CFLocale
Create ⚠Locale Identifier From Components CFBase
andCFDictionary
andCFLocale
- CFLocale
Create ⚠Locale Identifier From Windows Locale Code CFBase
andCFLocale
- CFLocale
GetIdentifier ⚠CFBase
andCFLocale
- CFLocale
GetLanguage ⚠Character Direction CFLocale
andCFBase
- CFLocale
GetLanguage ⚠Line Direction CFLocale
andCFBase
- CFLocale
GetSystem ⚠CFLocale
- CFLocale
GetValue ⚠CFBase
andCFLocale
- CFLocale
GetWindows ⚠Locale Code From Locale Identifier CFLocale
andCFBase
- CFMach
Port ⚠Create CFBase
andCFMachPort
- CFMach
Port ⚠Create RunLoop Source CFBase
andCFMachPort
andCFRunLoop
- CFMach
Port ⚠Create With Port CFBase
andCFMachPort
andlibc
- CFMach
Port ⚠GetContext CFMachPort
andCFBase
- CFMach
Port ⚠GetInvalidation Call Back CFMachPort
- CFMach
Port ⚠GetPort CFMachPort
andlibc
- CFMach
Port ⚠Invalidate CFMachPort
- CFMach
Port ⚠IsValid CFMachPort
- CFMach
Port ⚠SetInvalidation Call Back CFMachPort
- CFMessage
Port ⚠Create Local CFBase
andCFData
andCFMessagePort
- CFMessage
Port ⚠Create Remote CFBase
andCFMessagePort
- CFMessage
Port ⚠Create RunLoop Source CFBase
andCFMessagePort
andCFRunLoop
- CFMessage
Port ⚠GetContext CFMessagePort
andCFBase
- CFMessage
Port ⚠GetInvalidation Call Back CFMessagePort
- CFMessage
Port ⚠GetName CFBase
andCFMessagePort
- CFMessage
Port ⚠Invalidate CFMessagePort
- CFMessage
Port ⚠IsRemote CFMessagePort
- CFMessage
Port ⚠IsValid CFMessagePort
- CFMessage
Port ⚠Send Request CFBase
andCFData
andCFDate
andCFMessagePort
- CFMessage
Port ⚠SetInvalidation Call Back CFMessagePort
- CFMessage
Port ⚠SetName CFBase
andCFMessagePort
- CFNotification
Center ⚠AddObserver CFBase
andCFDictionary
andCFNotificationCenter
- CFNotification
Center ⚠GetDarwin Notify Center CFNotificationCenter
- CFNotification
Center ⚠GetDistributed Center CFNotificationCenter
- CFNotification
Center ⚠GetLocal Center CFNotificationCenter
- CFNotification
Center ⚠Post Notification CFBase
andCFDictionary
andCFNotificationCenter
- CFNotification
Center ⚠Post Notification With Options CFBase
andCFDictionary
andCFNotificationCenter
- CFNotification
Center ⚠Remove Every Observer CFNotificationCenter
- CFNotification
Center ⚠Remove Observer CFNotificationCenter
andCFBase
- CFNumber
Compare ⚠CFNumber
andCFBase
- CFNumber
Create ⚠CFBase
andCFNumber
- CFNumber
Formatter ⚠Copy Property CFBase
andCFNumberFormatter
- CFNumber
Formatter ⚠Create CFBase
andCFLocale
andCFNumberFormatter
- CFNumber
Formatter ⚠Create Number From String CFBase
andCFNumber
andCFNumberFormatter
- CFNumber
Formatter ⚠Create String With Number CFBase
andCFNumber
andCFNumberFormatter
- CFNumber
Formatter ⚠Create String With Value CFBase
andCFNumber
andCFNumberFormatter
- CFNumber
Formatter ⚠GetDecimal Info ForCurrency Code CFBase
andCFNumberFormatter
- CFNumber
Formatter ⚠GetFormat CFBase
andCFNumberFormatter
- CFNumber
Formatter ⚠GetLocale CFLocale
andCFNumberFormatter
- CFNumber
Formatter ⚠GetStyle CFNumberFormatter
andCFBase
- CFNumber
Formatter ⚠GetValue From String CFBase
andCFNumber
andCFNumberFormatter
- CFNumber
Formatter ⚠SetFormat CFNumberFormatter
andCFBase
- CFNumber
Formatter ⚠SetProperty CFNumberFormatter
andCFBase
- CFNumber
GetByte ⚠Size CFNumber
andCFBase
- CFNumber
GetType ⚠CFNumber
andCFBase
- CFNumber
GetValue ⚠CFBase
andCFNumber
- CFNumber
IsFloat ⚠Type CFNumber
- CFPlug
InAdd ⚠Instance ForFactory CFPlugIn
andCFUUID
- CFPlug
InCreate ⚠CFBase
andCFBundle
andCFPlugIn
andCFURL
- CFPlug
InFind ⚠Factories ForPlug InType CFArray
andCFPlugIn
andCFUUID
- CFPlug
InFind ⚠Factories ForPlug InType InPlug In CFArray
andCFBundle
andCFPlugIn
andCFUUID
- CFPlug
InGet ⚠Bundle CFBundle
andCFPlugIn
- CFPlug
InInstance ⚠Create CFBase
andCFUUID
andCFPlugIn
- CFPlug
InInstance ⚠Create With Instance Data Size CFBase
andCFPlugIn
- CFPlug
InInstance ⚠GetFactory Name CFBase
andCFPlugIn
- CFPlug
InInstance ⚠GetInstance Data CFPlugIn
- CFPlug
InInstance ⚠GetInterface Function Table CFBase
andCFPlugIn
- CFPlug
InIs ⚠Load OnDemand CFBundle
andCFPlugIn
- CFPlug
InRegister ⚠Factory Function CFBase
andCFPlugIn
andCFUUID
- CFPlug
InRegister ⚠Factory Function ByName CFBase
andCFBundle
andCFPlugIn
andCFUUID
- CFPlug
InRegister ⚠Plug InType CFPlugIn
andCFUUID
- CFPlug
InRemove ⚠Instance ForFactory CFPlugIn
andCFUUID
- CFPlug
InSet ⚠Load OnDemand CFBundle
andCFPlugIn
- CFPlug
InUnregister ⚠Factory CFPlugIn
andCFUUID
- CFPlug
InUnregister ⚠Plug InType CFPlugIn
andCFUUID
- CFPreferences
AddSuite ⚠Preferences ToApp CFPreferences
andCFBase
- CFPreferences
AppSynchronize ⚠CFBase
andCFPreferences
- CFPreferences
AppValue ⚠IsForced CFBase
andCFPreferences
- CFPreferences
Copy ⚠AppValue CFBase
andCFPreferences
- CFPreferences
Copy ⚠Application List Deprecated CFArray
andCFBase
andCFPreferences
- CFPreferences
Copy ⚠KeyList CFArray
andCFBase
andCFPreferences
- CFPreferences
Copy ⚠Multiple CFArray
andCFBase
andCFDictionary
andCFPreferences
- CFPreferences
Copy ⚠Value CFBase
andCFPreferences
- CFPreferences
GetApp ⚠Boolean Value CFBase
andCFPreferences
- CFPreferences
GetApp ⚠Integer Value CFPreferences
andCFBase
- CFPreferences
Remove ⚠Suite Preferences From App CFPreferences
andCFBase
- CFPreferences
SetApp ⚠Value CFPreferences
andCFBase
- CFPreferences
SetMultiple ⚠CFArray
andCFBase
andCFDictionary
andCFPreferences
- CFPreferences
SetValue ⚠CFPreferences
andCFBase
- CFPreferences
Synchronize ⚠CFBase
andCFPreferences
- CFProperty
List ⚠Create Data CFBase
andCFData
andCFError
andCFPropertyList
- CFProperty
List ⚠Create Deep Copy CFBase
andCFPropertyList
- CFProperty
List ⚠Create From Stream Deprecated CFBase
andCFPropertyList
andCFStream
- CFProperty
List ⚠Create FromXML Data Deprecated CFBase
andCFData
andCFPropertyList
- CFProperty
List ⚠Create With Data CFBase
andCFData
andCFError
andCFPropertyList
- CFProperty
List ⚠Create With Stream CFBase
andCFError
andCFPropertyList
andCFStream
- CFProperty
List ⚠CreateXML Data Deprecated CFBase
andCFData
andCFPropertyList
- CFProperty
List ⚠IsValid CFBase
andCFPropertyList
- CFProperty
List ⚠Write CFBase
andCFError
andCFStream
andCFPropertyList
- CFProperty
List ⚠Write ToStream Deprecated CFBase
andCFStream
andCFPropertyList
- CFRead
Stream ⚠Close CFStream
- CFRead
Stream ⚠Copy Error CFError
andCFStream
- CFRead
Stream ⚠Copy Property CFBase
andCFStream
- CFRead
Stream ⚠Create With Bytes NoCopy CFBase
andCFStream
- CFRead
Stream ⚠Create With File CFBase
andCFStream
andCFURL
- CFRead
Stream ⚠GetBuffer CFStream
andCFBase
- CFRead
Stream ⚠GetError CFStream
andCFBase
- CFRead
Stream ⚠GetStatus CFStream
andCFBase
- CFRead
Stream ⚠HasBytes Available CFStream
- CFRead
Stream ⚠Open CFStream
- CFRead
Stream ⚠Read CFStream
andCFBase
- CFRead
Stream ⚠Schedule With RunLoop CFBase
andCFRunLoop
andCFStream
- CFRead
Stream ⚠SetClient CFBase
andCFStream
- CFRead
Stream ⚠SetProperty CFBase
andCFStream
- CFRead
Stream ⚠Unschedule From RunLoop CFBase
andCFRunLoop
andCFStream
- CFRun
Loop ⚠AddCommon Mode CFRunLoop
andCFBase
- CFRun
Loop ⚠AddObserver CFRunLoop
andCFBase
- CFRun
Loop ⚠AddSource CFRunLoop
andCFBase
- CFRun
Loop ⚠AddTimer CFRunLoop
andCFBase
- CFRun
Loop ⚠Contains Observer CFBase
andCFRunLoop
- CFRun
Loop ⚠Contains Source CFBase
andCFRunLoop
- CFRun
Loop ⚠Contains Timer CFBase
andCFRunLoop
- CFRun
Loop ⚠Copy AllModes CFArray
andCFRunLoop
- CFRun
Loop ⚠Copy Current Mode CFBase
andCFRunLoop
- CFRun
Loop ⚠GetCurrent CFRunLoop
- CFRun
Loop ⚠GetMain CFRunLoop
- CFRun
Loop ⚠GetNext Timer Fire Date CFBase
andCFDate
andCFRunLoop
- CFRun
Loop ⚠IsWaiting CFRunLoop
- CFRun
Loop ⚠Observer Create CFBase
andCFRunLoop
- CFRun
Loop ⚠Observer Create With Handler CFBase
andCFRunLoop
andblock2
- CFRun
Loop ⚠Observer Does Repeat CFRunLoop
- CFRun
Loop ⚠Observer GetActivities CFRunLoop
andCFBase
- CFRun
Loop ⚠Observer GetContext CFRunLoop
andCFBase
- CFRun
Loop ⚠Observer GetOrder CFRunLoop
andCFBase
- CFRun
Loop ⚠Observer Invalidate CFRunLoop
- CFRun
Loop ⚠Observer IsValid CFRunLoop
- CFRun
Loop ⚠Perform Block CFBase
andblock2
andCFRunLoop
- CFRun
Loop ⚠Remove Observer CFRunLoop
andCFBase
- CFRun
Loop ⚠Remove Source CFRunLoop
andCFBase
- CFRun
Loop ⚠Remove Timer CFRunLoop
andCFBase
- CFRun
Loop ⚠Run CFRunLoop
- CFRun
Loop ⚠RunIn Mode CFBase
andCFDate
andCFRunLoop
- CFRun
Loop ⚠Source Create CFBase
andCFRunLoop
- CFRun
Loop ⚠Source GetContext CFRunLoop
andCFBase
- CFRun
Loop ⚠Source GetOrder CFRunLoop
andCFBase
- CFRun
Loop ⚠Source Invalidate CFRunLoop
- CFRun
Loop ⚠Source IsValid CFRunLoop
- CFRun
Loop ⚠Source Signal CFRunLoop
- CFRun
Loop ⚠Stop CFRunLoop
- CFRun
Loop ⚠Timer Create CFBase
andCFDate
andCFRunLoop
- CFRun
Loop ⚠Timer Create With Handler CFBase
andCFDate
andCFRunLoop
andblock2
- CFRun
Loop ⚠Timer Does Repeat CFRunLoop
- CFRun
Loop ⚠Timer GetContext CFRunLoop
andCFBase
- CFRun
Loop ⚠Timer GetInterval CFRunLoop
andCFDate
- CFRun
Loop ⚠Timer GetNext Fire Date CFRunLoop
andCFDate
- CFRun
Loop ⚠Timer GetOrder CFRunLoop
andCFBase
- CFRun
Loop ⚠Timer GetTolerance CFRunLoop
andCFDate
- CFRun
Loop ⚠Timer Invalidate CFRunLoop
- CFRun
Loop ⚠Timer IsValid CFRunLoop
- CFRun
Loop ⚠Timer SetNext Fire Date CFRunLoop
andCFDate
- CFRun
Loop ⚠Timer SetTolerance CFRunLoop
andCFDate
- CFRun
Loop ⚠Wake Up CFRunLoop
- CFSet
AddValue ⚠CFSet
- Adds the value to the set if it is not already present.
- CFSet
Apply ⚠Function CFSet
- Calls a function once for each value in the set.
- CFSet
Contains ⚠Value CFSet
- Reports whether or not the value is in the set.
- CFSet
Create ⚠CFBase
andCFSet
- Creates a new immutable set with the given values.
- CFSet
Create ⚠Copy CFBase
andCFSet
- Creates a new immutable set with the values from the given set.
- CFSet
Create ⚠Mutable CFBase
andCFSet
- Creates a new empty mutable set.
- CFSet
Create ⚠Mutable Copy CFBase
andCFSet
- Creates a new immutable set with the values from the given set.
- CFSet
GetCount ⚠CFSet
andCFBase
- Returns the number of values currently in the set.
- CFSet
GetCount ⚠OfValue CFSet
andCFBase
- Counts the number of times the given value occurs in the set. Since sets by definition contain only one instance of a value, this function is synonymous to CFSetContainsValue.
- CFSet
GetValue ⚠CFSet
- Retrieves a value in the set which hashes the same as the specified value.
- CFSet
GetValue ⚠IfPresent CFSet
- Retrieves a value in the set which hashes the same as the specified value, if present.
- CFSet
GetValues ⚠CFSet
- Fills the buffer with values from the set.
- CFSet
Remove ⚠AllValues CFSet
- Removes all the values from the set, making it empty.
- CFSet
Remove ⚠Value CFSet
- Removes the specified value from the set.
- CFSet
Replace ⚠Value CFSet
- Replaces the value in the set if it is present.
- CFSet
SetValue ⚠CFSet
- Replaces the value in the set if it is present, or adds the value to the set if it is absent.
- CFShow⚠
CFString
andCFBase
- CFShow
Str ⚠CFString
andCFBase
- CFSocket
Connect ⚠ToAddress CFBase
andCFData
andCFDate
andCFSocket
- CFSocket
Copy ⚠Address CFData
andCFSocket
- CFSocket
Copy ⚠Peer Address CFData
andCFSocket
- CFSocket
Copy ⚠Registered Socket Signature CFBase
andCFData
andCFDate
andCFSocket
- CFSocket
Copy ⚠Registered Value CFBase
andCFData
andCFDate
andCFSocket
- CFSocket
Create ⚠CFBase
andCFData
andCFSocket
- CFSocket
Create ⚠Connected ToSocket Signature CFBase
andCFData
andCFDate
andCFSocket
- CFSocket
Create ⚠RunLoop Source CFBase
andCFRunLoop
andCFSocket
- CFSocket
Create ⚠With Native CFBase
andCFData
andCFSocket
- CFSocket
Create ⚠With Socket Signature CFBase
andCFData
andCFSocket
- CFSocket
Disable ⚠Call Backs CFSocket
andCFBase
- CFSocket
Enable ⚠Call Backs CFSocket
andCFBase
- CFSocket
GetContext ⚠CFSocket
andCFBase
- CFSocket
GetDefault ⚠Name Registry Port Number CFSocket
- CFSocket
GetNative ⚠CFSocket
- CFSocket
GetSocket ⚠Flags CFSocket
andCFBase
- CFSocket
Invalidate ⚠CFSocket
- CFSocket
IsValid ⚠CFSocket
- CFSocket
Register ⚠Socket Signature CFBase
andCFData
andCFDate
andCFSocket
- CFSocket
Register ⚠Value CFBase
andCFData
andCFDate
andCFSocket
- CFSocket
Send ⚠Data CFBase
andCFData
andCFDate
andCFSocket
- CFSocket
SetAddress ⚠CFBase
andCFData
andCFSocket
- CFSocket
SetDefault ⚠Name Registry Port Number CFSocket
- CFSocket
SetSocket ⚠Flags CFSocket
andCFBase
- CFSocket
Unregister ⚠CFBase
andCFData
andCFDate
andCFSocket
- CFStream
Create ⚠Bound Pair CFStream
andCFBase
- CFStream
Create ⚠Pair With Peer Socket Signature Deprecated CFBase
andCFData
andCFSocket
andCFStream
- CFStream
Create ⚠Pair With Socket Deprecated CFBase
andCFSocket
andCFStream
- CFStream
Create ⚠Pair With Socket ToHost Deprecated CFStream
andCFBase
- CFString
Append ⚠CFString
andCFBase
- MutableString functions **
- CFString
AppendC ⚠String CFString
andCFBase
- CFString
Append ⚠Characters CFString
andCFBase
- CFString
Append ⚠Pascal String CFString
andCFBase
- CFString
Capitalize ⚠CFBase
andCFLocale
andCFString
- CFString
Compare ⚠CFString
andCFBase
- CFString
Compare ⚠With Options CFString
andCFBase
- CFString
Compare ⚠With Options AndLocale CFBase
andCFLocale
andCFString
- CFString
Convert ⚠Encoding ToIANA Char SetName CFBase
andCFString
- CFString
Convert ⚠Encoding ToNS String Encoding CFString
- CFString
Convert ⚠Encoding ToWindows Codepage CFString
- CFString
ConvertIANA ⚠Char SetName ToEncoding CFString
andCFBase
- CFString
ConvertNS ⚠String Encoding ToEncoding CFString
- CFString
Convert ⚠Windows Codepage ToEncoding CFString
- CFString
Create ⚠Array BySeparating Strings CFArray
andCFBase
andCFString
- CFString
Create ⚠Array With Find Results CFArray
andCFBase
andCFString
- CFString
Create ⚠ByCombining Strings CFArray
andCFBase
andCFString
- Exploding and joining strings with a separator string **
- CFString
Create ⚠Copy CFBase
andCFString
- CFString
Create ⚠External Representation CFBase
andCFData
andCFString
- CFString
Create ⚠From External Representation CFBase
andCFData
andCFString
- CFString
Create ⚠Mutable CFBase
andCFString
- CFString
Create ⚠Mutable Copy CFBase
andCFString
- CFString
Create ⚠Mutable With External Characters NoCopy CFBase
andCFString
- CFString
Create ⚠With Bytes CFBase
andCFString
- CFString
Create ⚠With Bytes NoCopy CFBase
andCFString
- CFString
Create ⚠WithC String CFBase
andCFString
- CFString
Create ⚠WithC String NoCopy CFBase
andCFString
- CFString
Create ⚠With Characters CFBase
andCFString
- CFString
Create ⚠With Characters NoCopy CFBase
andCFString
- CFString
Create ⚠With File System Representation CFBase
andCFString
- CFString
Create ⚠With Pascal String CFBase
andCFString
- Immutable string creation functions **
- CFString
Create ⚠With Pascal String NoCopy CFBase
andCFString
- CFString
Create ⚠With Substring CFBase
andCFString
- CFString
Delete ⚠CFString
andCFBase
- CFString
Find ⚠CFString
andCFBase
- CFString
Find ⚠AndReplace CFString
andCFBase
- CFString
Find ⚠Character From Set CFBase
andCFCharacterSet
andCFString
- Query the range of the first character contained in the specified character set.
- CFString
Find ⚠With Options CFBase
andCFString
- CFString
Find ⚠With Options AndLocale CFBase
andCFLocale
andCFString
- CFString
Fold ⚠CFBase
andCFLocale
andCFString
- Folds the string into the form specified by the flags. Character foldings are operations that convert any of a set of characters sharing similar semantics into a single representative from that set. This function can be used to preprocess strings that are to be compared, searched, or indexed. Note that folding does not include normalization, so it is necessary to use CFStringNormalize in addition to CFStringFold in order to obtain the effect of kCFCompareNonliteral.
- CFString
GetBytes ⚠CFBase
andCFString
- CFString
GetC ⚠String CFBase
andCFString
- CFString
GetC ⚠String Ptr CFString
andCFBase
- CFString
GetCharacter ⚠AtIndex CFString
andCFBase
- CFString
GetCharacters ⚠CFString
andCFBase
- CFString
GetCharacters ⚠Ptr CFString
andCFBase
- CFString
GetDouble ⚠Value CFString
andCFBase
- CFString
GetFastest ⚠Encoding CFString
andCFBase
- CFString
GetFile ⚠System Representation CFBase
andCFString
- FileSystem path conversion functions **
- CFString
GetHyphenation ⚠Location Before Index CFBase
andCFLocale
andCFString
- Retrieve the first potential hyphenation location found before the specified location.
- CFString
GetInt ⚠Value CFString
andCFBase
- Parsing non-localized numbers from strings **
- CFString
GetLength ⚠CFString
andCFBase
- Basic accessors for the contents **
- CFString
GetLine ⚠Bounds CFString
andCFBase
- CFString
GetList ⚠OfAvailable Encodings CFString
- CFString
GetMaximum ⚠Size ForEncoding CFString
andCFBase
- CFString
GetMaximum ⚠Size OfFile System Representation CFString
andCFBase
- CFString
GetMost ⚠Compatible MacString Encoding CFString
- CFString
GetName ⚠OfEncoding CFBase
andCFString
- CFString
GetParagraph ⚠Bounds CFString
andCFBase
- CFString
GetPascal ⚠String CFBase
andCFString
- CFString
GetPascal ⚠String Ptr CFString
andCFBase
- CFString
GetRange ⚠OfComposed Characters AtIndex CFString
andCFBase
- Returns the range of the composed character sequence at the specified index.
- CFString
GetSmallest ⚠Encoding CFString
andCFBase
- CFString
GetSystem ⚠Encoding CFString
- CFString
HasPrefix ⚠CFBase
andCFString
- CFString
HasSuffix ⚠CFBase
andCFString
- CFString
Insert ⚠CFString
andCFBase
- CFString
IsEncoding ⚠Available CFString
- General encoding related functionality **
- CFString
IsHyphenation ⚠Available ForLocale CFLocale
andCFString
- CFString
Lowercase ⚠CFBase
andCFLocale
andCFString
- CFString
Normalize ⚠CFString
andCFBase
- Normalizes the string into the specified form as described in Unicode Technical Report #15.
- CFString
Pad ⚠CFString
andCFBase
- CFString
Replace ⚠CFString
andCFBase
- CFString
Replace ⚠All CFString
andCFBase
- CFString
SetExternal ⚠Characters NoCopy CFString
andCFBase
- CFString
Tokenizer ⚠Advance ToNext Token CFStringTokenizer
andCFBase
- Token enumerator.
- CFString
Tokenizer ⚠Copy Best String Language CFBase
andCFStringTokenizer
- Guesses the language of a string and returns the BCP 47 string of the language.
- CFString
Tokenizer ⚠Copy Current Token Attribute CFBase
andCFStringTokenizer
- Copies the specified attribute of current token.
- CFString
Tokenizer ⚠Create CFBase
andCFLocale
andCFStringTokenizer
- Creates a tokenizer instance.
- CFString
Tokenizer ⚠GetCurrent SubTokens CFArray
andCFBase
andCFStringTokenizer
- Retrieves the subtokens or derived subtokens contained in the compound token.
- CFString
Tokenizer ⚠GetCurrent Token Range CFStringTokenizer
andCFBase
- Returns the range of current token.
- CFString
Tokenizer ⚠GoTo Token AtIndex CFStringTokenizer
andCFBase
- Random access to a token. Find a token that includes the character specified by character index, and set it as the current token.
- CFString
Tokenizer ⚠SetString CFStringTokenizer
andCFBase
- Set the string to tokenize.
- CFString
Transform ⚠CFBase
andCFString
- CFString
Trim ⚠CFString
andCFBase
- CFString
Trim ⚠Whitespace CFString
andCFBase
- CFString
Uppercase ⚠CFBase
andCFLocale
andCFString
- CFTime
Zone ⚠Copy Abbreviation CFBase
andCFDate
andCFTimeZone
- CFTime
Zone ⚠Copy Abbreviation Dictionary CFDictionary
andCFTimeZone
- CFTime
Zone ⚠Copy Default CFDate
andCFTimeZone
- CFTime
Zone ⚠Copy Known Names CFArray
andCFTimeZone
- CFTime
Zone ⚠Copy Localized Name CFBase
andCFDate
andCFLocale
andCFTimeZone
- CFTime
Zone ⚠Copy System CFDate
andCFTimeZone
- CFTime
Zone ⚠Create CFBase
andCFData
andCFDate
andCFTimeZone
- CFTime
Zone ⚠Create With Name CFBase
andCFDate
andCFTimeZone
- CFTime
Zone ⚠Create With Time Interval FromGMT CFBase
andCFDate
andCFTimeZone
- CFTime
Zone ⚠GetData CFData
andCFDate
andCFTimeZone
- CFTime
Zone ⚠GetDaylight Saving Time Offset CFTimeZone
andCFDate
- CFTime
Zone ⚠GetName CFBase
andCFDate
andCFTimeZone
- CFTime
Zone ⚠GetNext Daylight Saving Time Transition CFTimeZone
andCFDate
- CFTime
Zone ⚠GetSeconds FromGMT CFTimeZone
andCFDate
- CFTime
Zone ⚠IsDaylight Saving Time CFDate
andCFTimeZone
- CFTime
Zone ⚠Reset System CFTimeZone
- CFTime
Zone ⚠SetAbbreviation Dictionary CFTimeZone
andCFDictionary
- CFTime
Zone ⚠SetDefault CFTimeZone
andCFDate
- CFTree
Append ⚠Child CFTree
- Adds the newChild to the specified tree as the last in its list of children.
- CFTree
Apply ⚠Function ToChildren CFTree
- Calls a function once for each child of the tree. Note that the applier only operates one level deep, and does not operate on descendents further removed than the immediate children of the tree.
- CFTree
Create ⚠CFBase
andCFTree
- Creates a new mutable tree.
- CFTree
Find ⚠Root CFTree
- Returns the root tree of which the specified tree is a descendent.
- CFTree
GetChild ⚠AtIndex CFBase
andCFTree
- Returns the nth child of the specified tree.
- CFTree
GetChild ⚠Count CFTree
andCFBase
- Returns the number of children of the specified tree.
- CFTree
GetChildren ⚠CFTree
- Fills the buffer with children from the tree.
- CFTree
GetContext ⚠CFTree
andCFBase
- Returns the context of the specified tree.
- CFTree
GetFirst ⚠Child CFTree
- Returns the first child of the tree.
- CFTree
GetNext ⚠Sibling CFTree
- Returns the sibling after the specified tree in the parent tree’s list.
- CFTree
GetParent ⚠CFTree
- Returns the parent of the specified tree.
- CFTree
Insert ⚠Sibling CFTree
- Inserts newSibling into the the parent tree’s linked list of children after tree. The newSibling will have the same parent as tree.
- CFTree
Prepend ⚠Child CFTree
- Adds the newChild to the specified tree as the first in its list of children.
- CFTree
Remove ⚠CFTree
- Removes the tree from its parent.
- CFTree
Remove ⚠AllChildren CFTree
- Removes all the children of the tree.
- CFTree
SetContext ⚠CFTree
andCFBase
- Replaces the context of a tree. The tree releases its retain on the info of the previous context, and retains the info of the new context.
- CFTree
Sort ⚠Children CFTree
andCFBase
- Sorts the children of the specified tree using the specified comparator function.
- CFURL
CanBe ⚠Decomposed CFURL
- CFURL
Clear ⚠Resource Property Cache CFURL
- CFURL
Clear ⚠Resource Property Cache ForKey CFURL
andCFBase
- CFURL
Copy ⚠AbsoluteURL CFURL
- CFURL
Copy ⚠File System Path CFBase
andCFURL
- CFURL
Copy ⚠Fragment CFBase
andCFURL
- CFURL
Copy ⚠Host Name CFBase
andCFURL
- CFURL
Copy ⚠Last Path Component CFBase
andCFURL
- CFURL
Copy ⚠NetLocation CFBase
andCFURL
- CFURL
Copy ⚠Parameter String Deprecated CFBase
andCFURL
- CFURL
Copy ⚠Password CFBase
andCFURL
- CFURL
Copy ⚠Path CFBase
andCFURL
- CFURL
Copy ⚠Path Extension CFBase
andCFURL
- CFURL
Copy ⚠Query String CFBase
andCFURL
- CFURL
Copy ⚠Resource Properties ForKeys CFArray
andCFDictionary
andCFError
andCFURL
- CFURL
Copy ⚠Resource Property ForKey CFBase
andCFError
andCFURL
- CFURL
Copy ⚠Resource Specifier CFBase
andCFURL
- CFURL
Copy ⚠Scheme CFBase
andCFURL
- CFURL
Copy ⚠Strict Path CFBase
andCFURL
- CFURL
Copy ⚠User Name CFBase
andCFURL
- CFURL
Create ⚠AbsoluteURL With Bytes CFBase
andCFString
andCFURL
- CFURL
Create ⚠Bookmark Data CFArray
andCFBase
andCFData
andCFError
andCFURL
- CFURL
Create ⚠Bookmark Data From Alias Record Deprecated CFBase
andCFData
andCFURL
- CFURL
Create ⚠Bookmark Data From File CFBase
andCFData
andCFError
andCFURL
- CFURL
Create ⚠ByResolving Bookmark Data CFArray
andCFBase
andCFData
andCFError
andCFURL
- CFURL
Create ⚠Copy Appending Path Component CFBase
andCFURL
- CFURL
Create ⚠Copy Appending Path Extension CFBase
andCFURL
- CFURL
Create ⚠Copy Deleting Last Path Component CFBase
andCFURL
- CFURL
Create ⚠Copy Deleting Path Extension CFBase
andCFURL
- CFURL
Create ⚠Data CFBase
andCFData
andCFString
andCFURL
- CFURL
Create ⚠Data AndProperties From Resource Deprecated CFArray
andCFBase
andCFData
andCFDictionary
andCFURL
andCFURLAccess
- CFURL
Create ⚠File PathURL CFBase
andCFError
andCFURL
- CFURL
Create ⚠File ReferenceURL CFBase
andCFError
andCFURL
- CFURL
Create ⚠From File System Representation CFBase
andCFURL
- CFURL
Create ⚠From File System Representation Relative ToBase CFBase
andCFURL
- CFURL
Create ⚠Property From Resource Deprecated CFBase
andCFURL
andCFURLAccess
- CFURL
Create ⚠Resource Properties ForKeys From Bookmark Data CFArray
andCFBase
andCFData
andCFDictionary
andCFURL
- CFURL
Create ⚠Resource Property ForKey From Bookmark Data CFBase
andCFData
andCFURL
- CFURL
Create ⚠String ByAdding Percent Escapes Deprecated CFBase
andCFString
andCFURL
- CFURL
Create ⚠String ByReplacing Percent Escapes CFBase
andCFURL
- CFURL
Create ⚠String ByReplacing Percent Escapes Using Encoding Deprecated CFBase
andCFString
andCFURL
- CFURL
Create ⚠With Bytes CFBase
andCFString
andCFURL
- CFURL
Create ⚠With File System Path CFBase
andCFURL
- CFURL
Create ⚠With File System Path Relative ToBase CFBase
andCFURL
- CFURL
Create ⚠With String CFBase
andCFURL
- CFURL
Destroy ⚠Resource Deprecated CFURL
andCFURLAccess
- CFURL
Enumerator ⚠Create ForDirectoryURL CFArray
andCFBase
andCFURL
andCFURLEnumerator
- CFURL
Enumerator ⚠Create ForMounted Volumes CFArray
andCFBase
andCFURLEnumerator
- CFURL
Enumerator ⚠GetDescendent Level CFURLEnumerator
andCFBase
- CFURL
Enumerator ⚠GetNextURL CFBase
andCFError
andCFURL
andCFURLEnumerator
- CFURL
Enumerator ⚠GetSource DidChange Deprecated CFURLEnumerator
- CFURL
Enumerator ⚠Skip Descendents CFURLEnumerator
- CFURL
GetBaseURL ⚠CFURL
- CFURL
GetByte ⚠Range ForComponent CFURL
andCFBase
- CFURL
GetBytes ⚠CFURL
andCFBase
- CFURL
GetFile ⚠System Representation CFBase
andCFURL
- CFURL
GetPort ⚠Number CFURL
- CFURL
GetString ⚠CFBase
andCFURL
- CFURL
HasDirectory ⚠Path CFURL
- CFURL
IsFile ⚠ReferenceURL CFURL
- CFURL
Resource ⚠IsReachable CFError
andCFURL
- CFURL
SetResource ⚠Properties ForKeys CFDictionary
andCFError
andCFURL
- CFURL
SetResource ⚠Property ForKey CFBase
andCFError
andCFURL
- CFURL
SetTemporary ⚠Resource Property ForKey CFURL
andCFBase
- CFURL
Start ⚠Accessing Security Scoped Resource CFURL
- CFURL
Stop ⚠Accessing Security Scoped Resource CFURL
- CFURL
Write ⚠Bookmark Data ToFile CFBase
andCFData
andCFError
andCFURL
- CFURL
Write ⚠Data AndProperties ToResource Deprecated CFData
andCFDictionary
andCFURL
andCFURLAccess
- CFUUID
Create ⚠CFBase
andCFUUID
- CFUUID
Create ⚠From String CFBase
andCFUUID
- CFUUID
Create ⚠FromUUID Bytes CFBase
andCFUUID
- CFUUID
Create ⚠String CFBase
andCFUUID
- CFUUID
Create ⚠With Bytes CFBase
andCFUUID
- CFUUID
GetConstantUUID ⚠With Bytes CFBase
andCFUUID
- CFUUID
GetUUID ⚠Bytes CFUUID
- CFUser
Notification ⚠Cancel CFUserNotification
- CFUser
Notification ⚠Create CFBase
andCFDate
andCFDictionary
andCFUserNotification
- CFUser
Notification ⚠Create RunLoop Source CFBase
andCFRunLoop
andCFUserNotification
- CFUser
Notification ⚠Display Alert CFBase
andCFDate
andCFURL
andCFUserNotification
- CFUser
Notification ⚠Display Notice CFBase
andCFDate
andCFURL
andCFUserNotification
- CFUser
Notification ⚠GetResponse Dictionary CFDictionary
andCFUserNotification
- CFUser
Notification ⚠GetResponse Value CFBase
andCFUserNotification
- CFUser
Notification ⚠Receive Response CFBase
andCFDate
andCFUserNotification
- CFUser
Notification ⚠Update CFBase
andCFDate
andCFDictionary
andCFUserNotification
- CFWrite
Stream ⚠CanAccept Bytes CFStream
- CFWrite
Stream ⚠Close CFStream
- CFWrite
Stream ⚠Copy Error CFError
andCFStream
- CFWrite
Stream ⚠Copy Property CFBase
andCFStream
- CFWrite
Stream ⚠Create With Allocated Buffers CFBase
andCFStream
- CFWrite
Stream ⚠Create With Buffer CFBase
andCFStream
- CFWrite
Stream ⚠Create With File CFBase
andCFStream
andCFURL
- CFWrite
Stream ⚠GetError CFStream
andCFBase
- CFWrite
Stream ⚠GetStatus CFStream
andCFBase
- CFWrite
Stream ⚠Open CFStream
- CFWrite
Stream ⚠Schedule With RunLoop CFBase
andCFRunLoop
andCFStream
- CFWrite
Stream ⚠SetClient CFBase
andCFStream
- CFWrite
Stream ⚠SetProperty CFBase
andCFStream
- CFWrite
Stream ⚠Unschedule From RunLoop CFBase
andCFRunLoop
andCFStream
- CFWrite
Stream ⚠Write CFStream
andCFBase
- CFXML
Create ⚠String ByEscaping Entities CFBase
andCFDictionary
andCFXMLParser
- CFXML
Create ⚠String ByUnescaping Entities CFBase
andCFDictionary
andCFXMLParser
- CFXML
Node ⚠Create Deprecated CFBase
andCFXMLNode
- CFXML
Node ⚠Create Copy Deprecated CFBase
andCFXMLNode
- CFXML
Node ⚠GetInfo Ptr Deprecated CFXMLNode
- CFXML
Node ⚠GetString Deprecated CFBase
andCFXMLNode
- CFXML
Node ⚠GetType Code Deprecated CFXMLNode
andCFBase
- CFXML
Node ⚠GetVersion Deprecated CFXMLNode
andCFBase
- CFXML
Parser ⚠Abort Deprecated CFXMLParser
andCFBase
- CFXML
Parser ⚠Copy Error Description Deprecated CFBase
andCFXMLParser
- CFXML
Parser ⚠Create Deprecated CFBase
andCFData
andCFURL
andCFXMLNode
andCFXMLParser
- CFXML
Parser ⚠Create With Data FromURL Deprecated CFBase
andCFData
andCFURL
andCFXMLNode
andCFXMLParser
- CFXML
Parser ⚠GetCall Backs Deprecated CFBase
andCFData
andCFURL
andCFXMLNode
andCFXMLParser
- CFXML
Parser ⚠GetContext Deprecated CFXMLParser
andCFBase
- CFXML
Parser ⚠GetDocument Deprecated CFXMLParser
- CFXML
Parser ⚠GetLine Number Deprecated CFXMLParser
andCFBase
- CFXML
Parser ⚠GetLocation Deprecated CFXMLParser
andCFBase
- CFXML
Parser ⚠GetSourceURL Deprecated CFURL
andCFXMLParser
- CFXML
Parser ⚠GetStatus Code Deprecated CFXMLParser
andCFBase
- CFXML
Parser ⚠Parse Deprecated CFXMLParser
- CFXML
Tree ⚠Create From Data Deprecated CFBase
andCFData
andCFTree
andCFURL
andCFXMLNode
andCFXMLParser
- CFXML
Tree ⚠Create From Data With Error Deprecated CFBase
andCFData
andCFDictionary
andCFTree
andCFURL
andCFXMLNode
andCFXMLParser
- CFXML
Tree ⚠Create With Data FromURL Deprecated CFBase
andCFTree
andCFURL
andCFXMLNode
andCFXMLParser
- CFXML
Tree ⚠Create With Node Deprecated CFBase
andCFTree
andCFXMLNode
- CFXML
Tree ⚠CreateXML Data Deprecated CFBase
andCFData
andCFTree
andCFXMLNode
andCFXMLParser
- CFXML
Tree ⚠GetNode Deprecated CFTree
andCFXMLNode
Type Aliases§
- CFAbsolute
Time CFDate
- Apple’s documentation
- CFAllocator
Allocate Call Back CFBase
- Apple’s documentation
- CFAllocator
Copy Description Call Back CFBase
- Apple’s documentation
- CFAllocator
Deallocate Call Back CFBase
- Apple’s documentation
- CFAllocator
Preferred Size Call Back CFBase
- Apple’s documentation
- CFAllocator
Reallocate Call Back CFBase
- Apple’s documentation
- CFAllocator
Release Call Back CFBase
- Apple’s documentation
- CFAllocator
Retain Call Back CFBase
- Apple’s documentation
- CFAllocator
TypeID CFBase
- Apple’s documentation
- CFArray
Applier Function CFArray
- Type of the callback function used by the apply functions of CFArrays.
- CFArray
Copy Description Call Back CFArray
andCFBase
- Apple’s documentation
- CFArray
Equal Call Back CFArray
- Apple’s documentation
- CFArray
Release Call Back CFArray
andCFBase
- Apple’s documentation
- CFArray
Retain Call Back CFArray
andCFBase
- Structure containing the callbacks of a CFArray. Field: version The version number of the structure type being passed in as a parameter to the CFArray creation functions. This structure is version 0. Field: retain The callback used to add a retain for the array on values as they are put into the array. This callback returns the value to store in the array, which is usually the value parameter passed to this callback, but may be a different value if a different value should be stored in the array. The array’s allocator is passed as the first argument. Field: release The callback used to remove a retain previously added for the array from values as they are removed from the array. The array’s allocator is passed as the first argument. Field: copyDescription The callback used to create a descriptive string representation of each value in the array. This is used by the CFCopyDescription() function. Field: equal The callback used to compare values in the array for equality for some operations.
- CFBag
Applier Function CFBag
- Apple’s documentation
- CFBag
Copy Description Call Back CFBag
andCFBase
- Apple’s documentation
- CFBag
Equal Call Back CFBag
- Apple’s documentation
- CFBag
Hash Call Back CFBag
andCFBase
- Apple’s documentation
- CFBag
Release Call Back CFBag
andCFBase
- Apple’s documentation
- CFBag
Retain Call Back CFBag
andCFBase
- Apple’s documentation
- CFBinary
Heap Applier Function CFBinaryHeap
- Type of the callback function used by the apply functions of CFBinaryHeap.
- CFBit
CFBitVector
- Apple’s documentation
- CFBundle
RefNum CFBundle
- Apple’s documentation
- CFByte
Order CFBase
andCFByteOrder
- Apple’s documentation
- CFCalendar
Identifier CFBase
andCFLocale
- Apple’s documentation
- CFComparator
Function CFBase
- Apple’s documentation
- CFDate
Formatter Key CFBase
andCFDateFormatter
- Apple’s documentation
- CFDictionary
Applier Function CFDictionary
- Type of the callback function used by the apply functions of CFDictionarys.
- CFDictionary
Copy Description Call Back CFBase
andCFDictionary
- Apple’s documentation
- CFDictionary
Equal Call Back CFDictionary
- Apple’s documentation
- CFDictionary
Hash Call Back CFBase
andCFDictionary
- Apple’s documentation
- CFDictionary
Release Call Back CFBase
andCFDictionary
- Apple’s documentation
- CFDictionary
Retain Call Back CFBase
andCFDictionary
- Structure containing the callbacks for keys of a CFDictionary. Field: version The version number of the structure type being passed in as a parameter to the CFDictionary creation functions. This structure is version 0. Field: retain The callback used to add a retain for the dictionary on keys as they are used to put values into the dictionary. This callback returns the value to use as the key in the dictionary, which is usually the value parameter passed to this callback, but may be a different value if a different value should be used as the key. The dictionary’s allocator is passed as the first argument. Field: release The callback used to remove a retain previously added for the dictionary from keys as their values are removed from the dictionary. The dictionary’s allocator is passed as the first argument. Field: copyDescription The callback used to create a descriptive string representation of each key in the dictionary. This is used by the CFCopyDescription() function. Field: equal The callback used to compare keys in the dictionary for equality. Field: hash The callback used to compute a hash code for keys as they are used to access, add, or remove values in the dictionary.
- CFError
Domain CFBase
andCFError
- Apple’s documentation
- CFFile
Descriptor Call Back CFBase
andCFFileDescriptor
- Apple’s documentation
- CFFile
Descriptor Native Descriptor CFFileDescriptor
- Apple’s documentation
- CFHash
Code CFBase
- Apple’s documentation
- CFIndex
CFBase
- Apple’s documentation
- CFLocale
Identifier CFBase
andCFLocale
- Apple’s documentation
- CFLocale
Key CFBase
andCFLocale
- Apple’s documentation
- CFMach
Port Call Back CFBase
andCFMachPort
- Apple’s documentation
- CFMach
Port Invalidation Call Back CFMachPort
- Apple’s documentation
- CFMessage
Port Call Back CFData
andCFMessagePort
- Apple’s documentation
- CFMessage
Port Invalidation Call Back CFMessagePort
- Apple’s documentation
- CFNotification
Callback CFBase
andCFDictionary
andCFNotificationCenter
- Apple’s documentation
- CFNotification
Name CFBase
andCFNotificationCenter
- Apple’s documentation
- CFNumber
Formatter Key CFBase
andCFNumberFormatter
- Apple’s documentation
- CFOption
Flags CFBase
- Apple’s documentation
- CFPlug
InDynamic Register Function CFBundle
andCFPlugIn
- Apple’s documentation
- CFPlug
InFactory Function CFBase
andCFPlugIn
andCFUUID
- Apple’s documentation
- CFPlug
InInstance Deallocate Instance Data Function CFPlugIn
- Apple’s documentation
- CFPlug
InInstance GetInterface Function CFBase
andCFPlugIn
- Apple’s documentation
- CFPlug
InUnload Function CFBundle
andCFPlugIn
- Apple’s documentation
- CFProperty
List CFBase
- Apple’s documentation
- CFRead
Stream Client Call Back CFBase
andCFStream
- Apple’s documentation
- CFRun
Loop Mode CFBase
andCFRunLoop
- Apple’s documentation
- CFRun
Loop Observer Call Back CFBase
andCFRunLoop
- Apple’s documentation
- CFRun
Loop Timer Call Back CFRunLoop
- Apple’s documentation
- CFSet
Applier Function CFSet
- Type of the callback function used by the apply functions of CFSets.
- CFSet
Copy Description Call Back CFBase
andCFSet
- Type of the callback function used by CFSets for describing values.
- CFSet
Equal Call Back CFSet
- Type of the callback function used by CFSets for comparing values.
- CFSet
Hash Call Back CFBase
andCFSet
- Type of the callback function used by CFSets for hashing values.
- CFSet
Release Call Back CFBase
andCFSet
- Type of the callback function used by CFSets for releasing a retain on values.
- CFSet
Retain Call Back CFBase
andCFSet
- Type of the callback function used by CFSets for retaining values.
- CFSocket
Call Back CFBase
andCFData
andCFSocket
- Apple’s documentation
- CFSocket
Native Handle CFSocket
- Apple’s documentation
- CFStream
Property Key CFBase
andCFStream
- Apple’s documentation
- CFString
Encoding CFString
- Apple’s documentation
- CFTime
Interval CFDate
- Apple’s documentation
- CFTree
Applier Function CFTree
- Type of the callback function used by the apply functions of CFTree.
- CFTree
Copy Description Call Back CFBase
andCFTree
- Type of the callback function used to provide a description of the user-specified info parameter.
- CFTree
Release Call Back CFTree
- Type of the callback function used to remove a retain previously added to the user-specified info parameter.
- CFTree
Retain Call Back CFTree
- Type of the callback function used to add a retain to the user-specified info parameter. This callback may returns the value to use whenever the info parameter is retained, which is usually the value parameter passed to this callback, but may be a different value if a different value should be used.
- CFTypeID
CFBase
- Apple’s documentation
- CFURL
Bookmark File Creation Options CFBase
andCFURL
- Apple’s documentation
- CFUser
Notification Call Back CFBase
andCFUserNotification
- Apple’s documentation
- CFWrite
Stream Client Call Back CFBase
andCFStream
- Apple’s documentation
- CFXML
Parser AddChild Call Back CFXMLParser
- Apple’s documentation
- CFXML
Parser Copy Description Call Back CFBase
andCFXMLParser
- Apple’s documentation
- CFXML
Parser CreateXML Structure Call Back CFXMLNode
andCFXMLParser
- Apple’s documentation
- CFXML
Parser EndXML Structure Call Back CFXMLParser
- Apple’s documentation
- CFXML
Parser Handle Error Call Back CFBase
andCFXMLParser
- Apple’s documentation
- CFXML
Parser Release Call Back CFXMLParser
- Apple’s documentation
- CFXML
Parser Resolve External Entity Call Back CFBase
andCFData
andCFURL
andCFXMLNode
andCFXMLParser
- Apple’s documentation
- CFXML
Parser Retain Call Back CFXMLParser
- Apple’s documentation
- CFXML
Tree CFTree
andCFXMLNode
- Apple’s documentation
- CGFloat
CFCGTypes
- The basic type for all floating-point values.
- HRESULT
CFPlugInCOM
- Apple’s documentation
- LPVOID
CFPlugInCOM
- Apple’s documentation
- REFIID
CFPlugInCOM
andCFUUID
- Apple’s documentation
- ULONG
CFPlugInCOM
- Apple’s documentation