macOS/iOS API解説

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

目次

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

CFCharacterSetRemoveCharactersInRange

** void CFCharacterSetRemoveCharactersInRange ( CFMutableCharacterSetRef theSet , CFRange theRange ); 解説 返り値 引数 ( CFMutableCharacterSetRef )theSet ( CFRange )theRange フレームワーク CoreFoundation クラス CFMutableCharacterSet Functi…

CFCharacterSetAddCharactersInString

** void CFCharacterSetAddCharactersInString ( CFMutableCharacterSetRef theSet , CFStringRef theString ); 解説 返り値 引数 ( CFMutableCharacterSetRef )theSet ( CFStringRef )theString フレームワーク CoreFoundation クラス CFMutableCharacterSe…

CFCharacterSetAddCharactersInRange

** void CFCharacterSetAddCharactersInRange ( CFMutableCharacterSetRef theSet , CFRange theRange ); 解説 返り値 引数 ( CFMutableCharacterSetRef )theSet ( CFRange )theRange フレームワーク CoreFoundation クラス CFMutableCharacterSet Function …

CFCharacterSetCreateMutableCopy

** CFMutableCharacterSetRef CFCharacterSetCreateMutableCopy ( CFAllocatorRef alloc , CFCharacterSetRef theSet ); 解説 返り値 引数 ( CFAllocatorRef )alloc ( CFCharacterSetRef )theSet フレームワーク CoreFoundation クラス CFMutableCharacterSe…

CFCharacterSetCreateMutable

** CFMutableCharacterSetRef CFCharacterSetCreateMutable ( CFAllocatorRef alloc ); 解説 返り値 引数 ( CFAllocatorRef )alloc フレームワーク CoreFoundation クラス CFMutableCharacterSet Function 使用可能 10.0 参照 例文

CFBitVectorSetCount

** void CFBitVectorSetCount ( CFMutableBitVectorRef bv , CFIndex count ); 解説 返り値 引数 ( CFMutableBitVectorRef )bv ( CFIndex )count フレームワーク CoreFoundation クラス CFMutableBitVector Function 使用可能 10.0 参照 例文

CFBitVectorSetBits

** void CFBitVectorSetBits ( CFMutableBitVectorRef bv , CFRange range , CFBit value ); 解説 返り値 引数 ( CFMutableBitVectorRef )bv ( CFRange )range ( CFBit )value フレームワーク CoreFoundation クラス CFMutableBitVector Function 使用可能 1…

CFBitVectorSetBitAtIndex

** void CFBitVectorSetBitAtIndex ( CFMutableBitVectorRef bv , CFIndex idx , CFBit value ); 解説 返り値 引数 ( CFMutableBitVectorRef )bv ( CFIndex )idx ( CFBit )value フレームワーク CoreFoundation クラス CFMutableBitVector Function 使用可能…

CFBitVectorSetAllBits

** void CFBitVectorSetAllBits ( CFMutableBitVectorRef bv , CFBit value ); 解説 返り値 引数 ( CFMutableBitVectorRef )bv ( CFBit )value フレームワーク CoreFoundation クラス CFMutableBitVector Function 使用可能 10.0 参照 例文

CFBitVectorFlipBits

** void CFBitVectorFlipBits ( CFMutableBitVectorRef bv , CFRange range ); 解説 返り値 引数 ( CFMutableBitVectorRef )bv ( CFRange )range フレームワーク CoreFoundation クラス CFMutableBitVector Function 使用可能 10.0 参照 例文

CFBitVectorFlipBitAtIndex

** void CFBitVectorFlipBitAtIndex ( CFMutableBitVectorRef bv , CFIndex idx ); 解説 返り値 引数 ( CFMutableBitVectorRef )bv ( CFIndex )idx フレームワーク CoreFoundation クラス CFMutableBitVector Function 使用可能 10.0 参照 例文

CFBitVectorCreateMutableCopy

** CFMutableBitVectorRef CFBitVectorCreateMutableCopy ( CFAllocatorRef allocator , CFIndex capacity , CFBitVectorRef bv ); 解説 返り値 引数 ( CFAllocatorRef )allocator ( CFIndex )capacity ( CFBitVectorRef )bv フレームワーク CoreFoundation …

CFBitVectorCreateMutable

** CFMutableBitVectorRef CFBitVectorCreateMutable ( CFAllocatorRef allocator , CFIndex capacity ); 解説 返り値 引数 ( CFAllocatorRef )allocator ( CFIndex )capacity フレームワーク CoreFoundation クラス CFMutableBitVector Function 使用可能 1…

CFBagSetValue

** void CFBagSetValue ( CFMutableBagRef theBag , const void * value ); 解説 返り値 引数 ( CFMutableBagRef )theBag ( const void * )value フレームワーク CoreFoundation クラス CFMutableBag Function 使用可能 10.0 参照 例文

CFBagReplaceValue

** void CFBagReplaceValue ( CFMutableBagRef theBag , const void * value ); 解説 返り値 引数 ( CFMutableBagRef )theBag ( const void * )value フレームワーク CoreFoundation クラス CFMutableBag Function 使用可能 10.0 参照 例文

CFBagRemoveValue

** void CFBagRemoveValue ( CFMutableBagRef theBag , const void * value ); 解説 返り値 引数 ( CFMutableBagRef )theBag ( const void * )value フレームワーク CoreFoundation クラス CFMutableBag Function 使用可能 10.0 参照 例文

CFBagRemoveAllValues

** void CFBagRemoveAllValues ( CFMutableBagRef theBag ); 解説 返り値 引数 ( CFMutableBagRef )theBag フレームワーク CoreFoundation クラス CFMutableBag Function 使用可能 10.0 参照 例文

CFBagAddValue

** void CFBagAddValue ( CFMutableBagRef theBag , const void * value ); 解説 返り値 引数 ( CFMutableBagRef )theBag ( const void * )value フレームワーク CoreFoundation クラス CFMutableBag Function 使用可能 10.0 参照 例文

CFBagCreateMutableCopy

** CFMutableBagRef CFBagCreateMutableCopy ( CFAllocatorRef allocator , CFIndex capacity , CFBagRef theBag ); 解説 返り値 引数 ( CFAllocatorRef )allocator ( CFIndex )capacity ( CFBagRef )theBag フレームワーク CoreFoundation クラス CFMutable…

CFBagCreateMutable

** CFMutableBagRef CFBagCreateMutable ( CFAllocatorRef allocator , CFIndex capacity , const CFBagCallBacks * callBacks ); 解説 返り値 引数 ( CFAllocatorRef )allocator ( CFIndex )capacity ( const CFBagCallBacks * )callBacks フレームワーク C…

CFAttributedStringSetAttributes

** void CFAttributedStringSetAttributes ( CFMutableAttributedStringRef aStr , CFRange range , CFDictionaryRef replacement , Boolean clearOtherAttributes ); 解説 返り値 引数 ( CFMutableAttributedStringRef )aStr ( CFRange )range ( CFDictiona…

CFAttributedStringSetAttribute

** void CFAttributedStringSetAttribute ( CFMutableAttributedStringRef aStr , CFRange range , CFStringRef attrName , CFTypeRef value ); 解説 返り値 引数 ( CFMutableAttributedStringRef )aStr ( CFRange )range ( CFStringRef )attrName ( CFTypeR…

CFAttributedStringReplaceString

** void CFAttributedStringReplaceString ( CFMutableAttributedStringRef aStr , CFRange range , CFMutableAttributedStringRef replacement ); 解説 返り値 引数 ( CFMutableAttributedStringRef )aStr ( CFRange )range ( CFMutableAttributedStringRef…

CFAttributedStringReplaceString

** void CFAttributedStringReplaceString ( CFMutableAttributedStringRef aStr , CFRange range , CFStringRef replacement ); 解説 返り値 引数 ( CFMutableAttributedStringRef )aStr ( CFRange )range ( CFStringRef )replacement フレームワーク CoreF…

CFAttributedStringRemoveAttribute

** void CFAttributedStringRemoveAttribute ( CFMutableAttributedStringRef aStr , CFRange range , CFStringRef attrName ); 解説 返り値 引数 ( CFMutableAttributedStringRef )aStr ( CFRange )range ( CFStringRef )attrName フレームワーク CoreFound…

CFAttributedStringGetMutableString

** CFIndex CFAttributedStringGetMutableString ( CFMutableAttributedStringRef aStr ); 解説 返り値 引数 ( CFMutableAttributedStringRef )aStr フレームワーク CoreFoundation クラス CFMutableAttributedString Function 使用可能 10.0 参照 例文

CFAttributedStringEndEditing

** void CFAttributedStringEndEditing ( CFMutableAttributedStringRef aStr ); 解説 返り値 引数 ( CFMutableAttributedStringRef )aStr フレームワーク CoreFoundation クラス CFMutableAttributedString Function 使用可能 10.0 参照 例文

CFAttributedStringBeginEditing

** void CFAttributedStringBeginEditing ( CFMutableAttributedStringRef aStr ); 解説 返り値 引数 ( CFMutableAttributedStringRef )aStr フレームワーク CoreFoundation クラス CFMutableAttributedString Function 使用可能 10.0 参照 例文

CFAttributedStringCreateMutable

** CFMutableAttributedStringRef CFAttributedStringCreateMutable ( CFAllocatorRef alloc , CFIndex maxLength ); 解説 返り値 引数 ( CFAllocatorRef )alloc ( CFIndex )maxLength フレームワーク CoreFoundation クラス CFMutableAttributedString Func…

CFAttributedStringCreateMutableCopy

** CFMutableAttributedStringRef CFAttributedStringCreateMutableCopy ( CFAllocatorRef alloc , CFIndex maxLength , CFAttributedStringRef aStr ); 解説 返り値 引数 ( CFAllocatorRef )alloc ( CFIndex )maxLength ( CFAttributedStringRef )aStr フレ…