macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

0-06-22から1日間の記事一覧

CFLocaleCopyCurrent

** CFLocaleRef CFLocaleCopyCurrent 解説 返り値 引数 なし フレームワーク CoreFoundation クラス CFLocale Function 使用可能 10.3 参照 例文 assert(CFGetTypeID(cfModDate) == CFDateGetTypeID()); locale = CFLocaleCopyCurrent();

CFDictionaryGetTypeID

** CFTypeID CFDictionaryGetTypeID 解説 返り値 引数 なし フレームワーク CoreFoundation クラス CFDictionary Function 使用可能 10.0 参照 例文

CFDictionaryApplyFunction

** void CFDictionaryApplyFunction ( CFDictionaryRef theDict , CFDictionaryApplierFunction applier , void * context ); 解説 返り値 引数 ( CFDictionaryRef )theDict ( CFDictionaryApplierFunction )applier ( void * )context フレームワーク CoreF…

CFDictionaryGetValueIfPresent

** Boolean CFDictionaryGetValueIfPresent ( CFDictionaryRef theDict , const void * key , const void ** value ); 解説 返り値 引数 ( CFDictionaryRef )theDict ( const void * )key ( const void ** )value フレームワーク CoreFoundation クラス CFDi…

CFDictionaryGetValue

** const void* CFDictionaryGetValue ( CFDictionaryRef theDict , const void * key ); 解説 返り値 引数 ( CFDictionaryRef )theDict ( const void * )key フレームワーク CoreFoundation クラス CFDictionary Function 使用可能 10.0 参照 例文 cfMode =…

CFDictionaryGetKeysAndValues

** void CFDictionaryGetKeysAndValues ( CFDictionaryRef theDict , const void ** keys , const void ** values ); 解説 返り値 引数 ( CFDictionaryRef )theDict ( const void ** )keys ( const void ** )values フレームワーク CoreFoundation クラス CF…

CFDictionaryGetCountOfValue

** CFIndex CFDictionaryGetCountOfValue ( CFDictionaryRef theDict , const void * value ); 解説 返り値 引数 ( CFDictionaryRef )theDict ( const void * )value フレームワーク CoreFoundation クラス CFDictionary Function 使用可能 10.0 参照 例文

CFDictionaryGetCountOfKey

** CFIndex CFDictionaryGetCountOfKey ( CFDictionaryRef theDict , const void * key ); 解説 返り値 引数 ( CFDictionaryRef )theDict ( const void * )key フレームワーク CoreFoundation クラス CFDictionary Function 使用可能 10.0 参照 例文

CFDictionaryGetCount

辞書の含まれる要素数を返します CFIndex CFDictionaryGetCount ( CFDictionaryRef theDict ); 解説 辞書の含まれる要素数を返します。 返り値 引数 ( CFDictionaryRef )theDict フレームワーク CoreFoundation クラス CFDictionary Function 使用可能 10.0 …

CFDictionaryContainsValue

辞書に指定した値が含まれるかを返します Boolean CFDictionaryContainsValue ( CFDictionaryRef theDict , const void * value ); 解説 辞書に指定した値が含まれるかを返します。 返り値 引数 ( CFDictionaryRef )theDict ( const void * )value フレーム…

CFDictionaryContainsKey

辞書にキーが含まれるかを返します Boolean CFDictionaryContainsKey ( CFDictionaryRef theDict , const void * key ); 解説 辞書にキーが含まれるかを返します。 返り値 引数 ( CFDictionaryRef )theDict ( const void * )key フレームワーク CoreFoundati…

CFDictionaryCreateCopy

辞書をコピーして、辞書を作ります CFDictionaryRef CFDictionaryCreateCopy ( CFAllocatorRef allocator , CFDictionaryRef theDict ); 解説 辞書をコピーして、辞書を作ります。 返り値 引数 ( CFAllocatorRef )allocator ( CFDictionaryRef )theDict フレ…

CFDictionaryCreate

キーと値の配列で辞書を作ります CFDictionaryRef CFDictionaryCreate ( CFAllocatorRef allocator , const void ** keys , const void ** values , CFIndex numValues , const CFDictionaryKeyCallBacks * keyCallBacks , const CFDictionaryValueCallBacks…

** CFTypeID CFDateFormatterGetTypeID 解説 返り値 引数 なし フレームワーク CoreFoundation クラス CFDateFormatter Function 使用可能 10.3 参照 例文

CFDateFormatterGetTimeStyle

** CFDateFormatterStyle CFDateFormatterGetTimeStyle ( CFDateFormatterRef formatter ); 解説 返り値 引数 ( CFDateFormatterRef )formatter フレームワーク CoreFoundation クラス CFDateFormatter Function 使用可能 10.3 参照 例文

CFDateFormatterGetLocale

** CFLocaleRef CFDateFormatterGetLocale ( CFDateFormatterRef formatter ); 解説 返り値 引数 ( CFDateFormatterRef )formatter フレームワーク CoreFoundation クラス CFDateFormatter Function 使用可能 10.3 参照 例文

CFDateFormatterGetFormat

** CFStringRef CFDateFormatterGetFormat ( CFDateFormatterRef formatter ); 解説 返り値 引数 ( CFDateFormatterRef )formatter フレームワーク CoreFoundation クラス CFDateFormatter Function 使用可能 10.3 参照 例文

CFDateFormatterGetDateStyle

** CFDateFormatterStyle CFDateFormatterGetDateStyle ( CFDateFormatterRef formatter ); 解説 返り値 引数 ( CFDateFormatterRef )formatter フレームワーク CoreFoundation クラス CFDateFormatter Function 使用可能 10.0 参照 例文

CFDateFormatterCopyProperty

** CFTypeRef CFDateFormatterCopyProperty ( CFDateFormatterRef formatter , CFStringRef key ); 解説 返り値 引数 ( CFDateFormatterRef )formatter ( CFStringRef )key フレームワーク CoreFoundation クラス CFDateFormatter Function 使用可能 10.3 参…

CFDateFormatterCreateStringWithDate

** CFStringRef CFDateFormatterCreateStringWithDate ( CFAllocatorRef alloc , CFDateFormatterRef formatter , CFDateRef date ); 解説 返り値 引数 ( CFAllocatorRef )alloc ( CFDateFormatterRef )formatter ( CFDateRef )date フレームワーク CoreFoun…