macOS/iOS API解説

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

目次

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

CFDateFormatterSetFormat

** void CFDateFormatterSetFormat ( CFDateFormatterRef formatter , CFStringRef formatString ); 解説 返り値 引数 ( CFDateFormatterRef )formatter ( CFStringRef )formatString フレームワーク CoreFoundation クラス CFDateFormatter Function 使用可…

CFDateFormatterCreate

** CFDateFormatterRef CFDateFormatterCreate ( CFAllocatorRef alloc , CFLocaleRef locale , CFDateFormatterStyle dateStyle , CFDateFormatterStyle timeStyle ); 解説 返り値 引数 ( CFAllocatorRef )alloc ( CFLocaleRef )locale ( CFDateFormatterSt…

CFDateGetTypeID

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

CFDateGetTimeIntervalSinceDate

2つのCFDateRefの時間間隔を返します CFTimeInterval CFDateGetTimeIntervalSinceDate ( CFDateRef theDate , CFDateRef otherDate ); 解説 2つのCFDateRefの時間間隔を返します。 返り値 引数 ( CFDateRef )theDate ( CFDateRef )otherDate フレームワーク …

CFDateGetAbsoluteTime

CFDateRefからCFAbsoluteTimeを返します CFAbsoluteTime CFDateGetAbsoluteTime ( CFDateRef theDate ); 解説 CFDateRefからCFAbsoluteTimeを返します。 返り値 引数 ( CFDateRef )theDate フレームワーク CoreFoundation クラス CFDate Function 使用可能 1…

CFDateCreate

CFAbsoluteTimeからCFDateRefを作ります CFDateRef CFDateCreate ( CFAllocatorRef allocator , CFAbsoluteTime at ); 解説 CFAbsoluteTimeからCFDateRefを作ります。 返り値 引数 ( CFAllocatorRef )allocator ( CFAbsoluteTime )at フレームワーク CoreFou…

CFDateCompare

日付CFDateRefを比較します CFComparisonResult CFDateCompare ( CFDateRef theDate , CFDateRef otherDate , void * context ); 解説 日付CFDateRefを比較します。 返り値 引数 ( CFDateRef )theDate ( CFDateRef )otherDate ( void * )context フレームワ…

CFDataGetLength

CFDataの長さを返します CFIndex CFDataGetLength ( CFDataRef theData ); 解説 CFDataの長さを返します。 返り値 引数 ( CFDataRef )theData フレームワーク CoreFoundation クラス CFData Function 使用可能 10.0 参照 例文 #include <CoreFoundation/CoreFoundation.h> int main (int argc,</corefoundation/corefoundation.h>…

CFDataGetBytes

** void CFDataGetBytes ( CFDataRef theData , CFRange range , UInt8 * buffer ); 解説 返り値 引数 ( CFDataRef )theData ( CFRange )range ( UInt8 * )buffer フレームワーク CoreFoundation クラス CFData Function 使用可能 10.0 参照 例文

CFDataGetBytePtr

** const UInt8* CFDataGetBytePtr ( CFDataRef theData ); 解説 返り値 引数 ( CFDataRef )theData フレームワーク CoreFoundation クラス CFData Function 使用可能 10.0 参照 例文 thisPacket = (PacketHeader *) CFDataGetBytePtr(client->fBufferedData…

CFDataCreateWithBytesNoCopy

コピーせずバイト列からCFDataを作成して返します CFDataRef CFDataCreateWithBytesNoCopy ( CFAllocatorRef allocator , const UInt8 * bytes , CFIndex length , CFAllocatorRef bytesDeallocator ); 解説 コピーせずバイト列からCFDataを作成して返します…

CFDataCreateCopy

CFDataをコピーしてCFDataを作って返します CFDataRef CFDataCreateCopy ( CFAllocatorRef allocator , CFDataRef theData ); 解説 CFDataをコピーしてCFDataを作って返します。 返り値 引数 ( CFAllocatorRef )allocator ( CFDataRef )theData フレームワー…

CFDataCreate

データを作成して返します CFDataRef CFDataCreate ( CFAllocatorRef allocator , const UInt8 * bytes , CFIndex length ); 解説 CFDataを作成して返します。 返り値 引数 ( CFAllocatorRef )allocator ( const UInt8 * )bytes ( CFIndex )length フレーム…

CFCharacterSetGetTypeID

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

CFCharacterSetIsSupersetOfSet

** Boolean CFCharacterSetIsSupersetOfSet ( CFCharacterSetRef theSet , CFCharacterSetRef theOtherSet ); 解説 返り値 引数 ( CFCharacterSetRef )theSet ( CFCharacterSetRef )theOtherSet フレームワーク CoreFoundation クラス CFCharacterSet Functi…

CFCharacterSetIsLongCharacterMember

** Boolean CFCharacterSetIsLongCharacterMember ( CFCharacterSetRef theSet , UTF32Char theChar ); 解説 返り値 引数 ( CFCharacterSetRef )theSet ( UTF32Char )theChar フレームワーク CoreFoundation クラス CFCharacterSet Function 使用可能 10.2 …

CFCharacterSetIsCharacterMember

指定したユニコードキャラクタはキャラクタセットのメンバーかどうかを返します Boolean CFCharacterSetIsCharacterMember ( CFCharacterSetRef theSet , UniChar theChar ); 解説 指定したユニコードキャラクタはキャラクタセットのメンバーかどうかを返し…

CFCharacterSetHasMemberInPlane

** Boolean CFCharacterSetHasMemberInPlane ( CFCharacterSetRef theSet , CFIndex thePlane ); 解説 返り値 引数 ( CFCharacterSetRef )theSet ( CFIndex )thePlane フレームワーク CoreFoundation クラス CFCharacterSet Function 使用可能 10.2 参照 例…

CFCharacterSetCreateBitmapRepresentation

** CFDataRef CFCharacterSetCreateBitmapRepresentation ( CFAllocatorRef alloc , CFCharacterSetRef theSet ); 解説 返り値 引数 ( CFAllocatorRef )alloc ( CFCharacterSetRef )theSet フレームワーク CoreFoundation クラス CFCharacterSet Function 使…

CFCharacterSetGetPredefined

** CFCharacterSetRef CFCharacterSetGetPredefined ( CFCharacterSetPredefinedSet theSetIdentifier ); 解説 返り値 引数 ( CFCharacterSetPredefinedSet )theSetIdentifier フレームワーク CoreFoundation クラス CFCharacterSet Function 使用可能 10.0 …

CFCharacterSetCreateWithBitmapRepresentation

** CFCharacterSetRef CFCharacterSetCreateWithBitmapRepresentation ( CFAllocatorRef alloc , CFDataRef theData ); 解説 返り値 引数 ( CFAllocatorRef )alloc ( CFDataRef )theData フレームワーク CoreFoundation クラス CFCharacterSet Function 使用…

CFCharacterSetCreateWithCharactersInString

指定した文字列で文字セットを作ります CFCharacterSetRef CFCharacterSetCreateWithCharactersInString ( CFAllocatorRef alloc , CFStringRef theString ); 解説 指定した文字列で文字セットを作ります。 返り値 引数 ( CFAllocatorRef )alloc ( CFStringR…

CFCharacterSetCreateWithCharactersInRange

指定した範囲からキャラクタセットを作って返します CFCharacterSetRef CFCharacterSetCreateWithCharactersInRange ( CFAllocatorRef alloc , CFRange theRange ); 解説 指定した範囲からキャラクタセットを作って返します。 UTF-32 フォーマット 0x00000 …

CFCharacterSetCreateInvertedSet

CFCharacterSetに含まれていないキャラクタセットを作って返します CFCharacterSetRef CFCharacterSetCreateInvertedSet ( CFAllocatorRef alloc , CFCharacterSetRef theSet ); 解説 CFCharacterSetに含まれていないキャラクタセットを作って返します。 返…

CFCharacterSetCreateCopy

CFCharacterSetからコピーしてCFCharacterSetを作って返します CFCharacterSetRef CFCharacterSetCreateCopy ( CFAllocatorRef alloc , CFCharacterSetRef theSet ); 解説 CFCharacterSetからコピーしてCFCharacterSetを作って返します。 返り値 引数 ( CFAl…

CFCalendarSetTimeZone

** void CFCalendarSetTimeZone ( CFCalendarRef calendar , CFTimeZoneRef tz ); 解説 返り値 引数 ( CFCalendarRef )calendar ( CFTimeZoneRef )tz フレームワーク CoreFoundation クラス CFCalendar Function 使用可能 10.0 参照 例文

CFCalendarSetMinimumDaysInFirstWeek

** void CFCalendarSetMinimumDaysInFirstWeek ( CFCalendarRef calendar , CFIndex mwd ); 解説 返り値 引数 ( CFCalendarRef )calendar ( CFIndex )mwd フレームワーク CoreFoundation クラス CFCalendar Function 使用可能 10.0 参照 例文

CFCalendarSetLocale

** void CFCalendarSetLocale ( CFCalendarRef calendar , CFLocaleRef locale ); 解説 返り値 引数 ( CFCalendarRef )calendar ( CFLocaleRef )locale フレームワーク CoreFoundation クラス CFCalendar Function 使用可能 10.0 参照 例文

CFCalendarSetFirstWeekday

** void CFCalendarSetFirstWeekday ( CFCalendarRef calendar , CFIndex wkdy ); 解説 返り値 引数 ( CFCalendarRef )calendar ( CFIndex )wkdy フレームワーク CoreFoundation クラス CFCalendar Function 使用可能 10.0 参照 例文

CFCalendarGetTypeID

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