import <CoreFoundation/CFDictionary.h>
import <CoreFoundation/CFNumber.h>
|
Boolean | GetDictionaryBoolean (CFDictionaryRef theDict, const void *key) |
|
long | GetDictionaryLong (CFDictionaryRef theDict, const void *key) |
|
int | GetDictionaryInt (CFDictionaryRef theDict, const void *key) |
|
float | GetDictionaryFloat (CFDictionaryRef theDict, const void *key) |
|
double | GetDictionaryDouble (CFDictionaryRef theDict, const void *key) |
|
void | CFDictionarySetSInt32 (CFMutableDictionaryRef dictionary, CFStringRef key, SInt32 numberSInt32) |
|
void | CFDictionarySetDouble (CFMutableDictionaryRef dictionary, CFStringRef key, double numberDouble) |
|
void | CFMutableDictionarySetData (CFMutableDictionaryRef dict, CFStringRef key, const uint8_t *value, int length) |
|
void | CFMutableDictionarySetObject (CFMutableDictionaryRef dict, CFStringRef key, CFTypeRef *value) |
|
void | CFMutableDictionarySetString (CFMutableDictionaryRef dict, CFStringRef key, const char *value) |
|
◆ CFDictionarySetDouble()
void CFDictionarySetDouble |
( |
CFMutableDictionaryRef | dictionary, |
|
|
CFStringRef | key, |
|
|
double | numberDouble ) |
◆ CFDictionarySetSInt32()
void CFDictionarySetSInt32 |
( |
CFMutableDictionaryRef | dictionary, |
|
|
CFStringRef | key, |
|
|
SInt32 | numberSInt32 ) |
◆ CFMutableDictionarySetData()
◆ CFMutableDictionarySetObject()
void CFMutableDictionarySetObject |
( |
CFMutableDictionaryRef | dict, |
|
|
CFStringRef | key, |
|
|
CFTypeRef * | value ) |
◆ CFMutableDictionarySetString()
void CFMutableDictionarySetString |
( |
CFMutableDictionaryRef | dict, |
|
|
CFStringRef | key, |
|
|
const char * | value ) |
◆ GetDictionaryBoolean()
Boolean GetDictionaryBoolean |
( |
CFDictionaryRef | theDict, |
|
|
const void * | key ) |
◆ GetDictionaryDouble()
double GetDictionaryDouble |
( |
CFDictionaryRef | theDict, |
|
|
const void * | key ) |
◆ GetDictionaryFloat()
float GetDictionaryFloat |
( |
CFDictionaryRef | theDict, |
|
|
const void * | key ) |
◆ GetDictionaryInt()
int GetDictionaryInt |
( |
CFDictionaryRef | theDict, |
|
|
const void * | key ) |
◆ GetDictionaryLong()
long GetDictionaryLong |
( |
CFDictionaryRef | theDict, |
|
|
const void * | key ) |