NXCompareHashTables
Deprecated
非推奨
NXCopyHashTable
Deprecated
非推奨
NXCountHashTable
Deprecated
非推奨
NXCreateHashTable
Deprecated
非推奨
NXCreateHashTableFromZone
Deprecated
非推奨
NXEmptyHashTable
Deprecated
非推奨
NXFreeHashTable
Deprecated
非推奨
NXHashGet
Deprecated
非推奨
NXHashInsert
Deprecated
非推奨
NXHashInsertIfAbsent
Deprecated
非推奨
NXHashMember
Deprecated
非推奨
NXHashRemove
Deprecated
非推奨
NXInitHashState
Deprecated
非推奨
NXNextHashState
Deprecated
非推奨
NXNoEffectFree
Deprecated
非推奨
NXPtrHash
Deprecated
非推奨
NXPtrIsEqual
Deprecated
非推奨
NXReallyFree
Deprecated
非推奨
NXResetHashTable
Deprecated
非推奨
NXStrHash
Deprecated
非推奨
NXStrIsEqual
Deprecated
非推奨
class_addIvar
Adds a new instance variable to a class.
新しいインスタンス変数をクラスに加えます。
class_addMethod
Adds a new method to a class with a given name and implementation.
新しいメソッドをある与えられた名前と実装をもつクラスに加えます。
class_addProperty
Adds a property to a class.
あるプロパティをあるクラスに加えます。
class_addProtocol
Adds a protocol to a class.
あるプロトコルをあるクラスに加えます。
class_conformsToProtocol
Returns a Boolean value that indicates whether a class conforms to a given protocol.
あるブール値を返します、それはあるクラスがある与えられたプロトコルに準拠するかどうかを指し示します。
class_copyIvarList
Describes the instance variables declared by a class.
あるクラスによって宣言されたインスタンス変数を記述します。
class_copyMethodList
Describes the instance methods implemented by a class.
あるクラスによって実装されたインスタンスメソッドを記述します。
class_copyPropertyList
Describes the properties declared by a class.
あるクラスによって宣言されたプロパティを記述します。
class_copyProtocolList
Describes the protocols adopted by a class.
あるクラスによって採用されたプロトコルそれらを記述します。
class_createInstance
Creates an instance of a class, allocating memory for the class in the default malloc memory zone.
class_createInstanceFromZone
Deprecated
非推奨
class_getClassMethod
Returns a pointer to the data structure describing a given class method for a given class.
ある与えられたクラスに対するある与えられたメソッドを記述しているデータ構造体へのポインタを返します。
class_getClassVariable
Returns the
Ivar
for a specified class variable of a given class.class_getImageName
Returns the name of the dynamic library a class originated from.
あるクラスがそれに源を発する動的ライブラリの名前を返します。
class_getInstanceMethod
Returns a specified instance method for a given class.
ある与えられたクラスに対するある指定されたインスタンスメソッドを返します。
class_getInstanceSize
Returns the size of instances of a class.
あるクラスのインスタンスのサイズを返します。
class_getInstanceVariable
Returns the
Ivar
for a specified instance variable of a given class.class_getIvarLayout
Returns a description of the
Ivar
layout for a given class. class_getMethodImplementation
Returns the function pointer that would be called if a particular message were sent to an instance of a class.
関数ポインタを返します、それはある特定のメッセージがあるクラスのあるインスタンスに送られたならば呼び出されるでしょう。
class_getMethodImplementation_stret
Returns the function pointer that would be called if a particular message were sent to an instance of a class.
関数ポインタを返します、それはある特定のメッセージがあるクラスのあるインスタンスに送られたならば呼び出されるでしょう。
class_getName
Returns the name of a class.
あるクラスの名前を返します。
class_getProperty
Returns a property with a given name of a given class.
ある与えられたクラスのある与えられた名前をもつプロパティを返します。
class_getSuperclass
Returns the superclass of a class.
あるクラスのスーパークラスを返します。
class_getVersion
Returns the version number of a class definition.
あるクラス定義のバージョン番号を返します。
class_getWeakIvarLayout
Returns a description of the layout of weak
Ivar
s for a given class. class_isMetaClass
Returns a Boolean value that indicates whether a class object is a metaclass.
あるブール値を返します、それはあるクラスオブジェクトがメタクラスであるかどうかを指し示します。
class_replaceMethod
Replaces the implementation of a method for a given class.
ある与えられたクラスに対するあるメソッドの実装を置き換えます。
class_replaceProperty
Replace a property of a class.
あるクラスのあるプロパティを置き換えます。
class_respondsToSelector
Returns a Boolean value that indicates whether instances of a class respond to a particular selector.
あるブール値を返します、それはあるクラスのインスタンスそれらがある特定のセレクタに応答するかどうかを指し示します。
class_setIvarLayout
Sets the
Ivar
layout for a given class. class_setVersion
Sets the version number of a class definition.
あるクラス定義のバージョン番号を設定します。
class_setWeakIvarLayout
Sets the layout for weak
Ivar
s for a given class. imp_getBlock
Returns the block associated with an IMP that was created using
imp_implementationWithBlock
.imp_implementationWithBlock
Creates a pointer to a function that calls the specified block when the method is called.
ある関数へのポインターを作成します、それはメソッドが呼び出される時に指定されたブロックを呼び出すものです。
imp_removeBlock
Disassociates a block from an IMP that was created using
imp_implementationWithBlock
, and releases the copy of the block that was created.ivar_getName
Returns the name of an instance variable.
ivar_getOffset
Returns the offset of an instance variable.
ivar_getTypeEncoding
Returns the type string of an instance variable.
method_copyArgumentType
Returns a string describing a single parameter type of a method.
あるメソッドのある単一のパラメータ型を記述している文字列を返します。
method_copyReturnType
Returns a string describing a method's return type.
あるメソッドのもつ戻り型を記述している文字列を返します。
method_exchangeImplementations
Exchanges the implementations of two methods.
2つのメソッドの実装を交換します。
method_getArgumentType
Returns by reference a string describing a single parameter type of a method.
あるメソッドのある単一のパラメータ型を記述している文字列を参照によって返します。
method_getDescription
Returns a method description structure for a specified method.
指定されたメソッドに対するメソッド記述構造体を返します。
method_getImplementation
Returns the implementation of a method.
あるメソッドの実装を返します。
method_getName
Returns the name of a method.
あるメソッドの名前を返します。
method_getNumberOfArguments
Returns the number of arguments accepted by a method.
あるメソッドによって受け入れられる引数の数を返します。
method_getReturnType
Returns by reference a string describing a method's return type.
あるメソッドのもつ戻り型を記述している文字列を参照によって返します。
method_getTypeEncoding
Returns a string describing a method's parameter and return types.
あるメソッドのもつパラメータおよび戻り型を記述している文字列を返します。
method_invoke
Calls the implementation of a specified method.
method_invoke_stret
Calls the implementation of a specified method that returns a data-structure.
method_setImplementation
Sets the implementation of a method.
あるメソッドの実装を設定します。
objc_allocateClassPair
Creates a new class and metaclass.
新しいクラスとメタクラスを作成します。
objc_allocateProtocol
Creates a new protocol instance.
新しいプロトコルインスタンスを作成します。
objc_assign_threadlocal
Deprecated
非推奨
objc_collectableZone
Deprecated
非推奨
objc_constructInstance
Creates an instance of a class at the specified location.
objc_copyClassList
Creates and returns a list of pointers to all registered class definitions.
objc_copyClassNamesForImage
Returns the names of all the classes within a specified library or framework.
指定されたライブラリまたはフレームワーク内の全てのクラスの名前を返します。
objc_copyImageNames
Returns the names of all the loaded Objective-C frameworks and dynamic libraries.
全てのロードされたObjective-Cフレームワークおよび動的ライブラリの名前を返します。
objc_copyProtocolList
Returns an array of all the protocols known to the runtime.
runtimeにとって既知の全てのプロトコルからなるある配列を返します。
objc_destructInstance
Destroys an instance of a class without freeing memory and removes any of its associated references.
objc_disposeClassPair
Destroys a class and its associated metaclass.
クラスとそれの関連メタクラスを破壊します。
objc_duplicateClass
Used by Foundation's Key-Value Observing.
Foundationのキー値コーディング監視によって使われます。
objc_enumerationMutation
Inserted by the compiler when a mutation is detected during a foreach iteration.
ある変異がforeach反復の間に検知される時に、コンパイラによって挿入されます。
objc_getAssociatedObject
Returns the value associated with a given object for a given key.
与えられたキーに対してある与えられたオブジェクトと結び付けられた値を返します。
objc_getClass
Returns the class definition of a specified class.
objc_getClassList
Obtains the list of registered class definitions.
objc_getFutureClass
Used by CoreFoundation's toll-free bridging.
objc_getMetaClass
Returns the metaclass definition of a specified class.
objc_getProtocol
Returns a specified protocol.
指定されたプロトコルを返します。
objc_getRequiredClass
Returns the class definition of a specified class.
objc_loadWeak
Loads the object referenced by a weak pointer and returns it.
弱いポインタによって参照されたオブジェクトをロードします、そしてそれを返します。
objc_lookUpClass
Returns the class definition of a specified class.
objc_msgSend
Sends a message with a simple return value to an instance of a class.
objc_msgSendSuper
Sends a message with a simple return value to the superclass of an instance of a class.
objc_msgSendSuper_stret
Sends a message with a data-structure return value to the superclass of an instance of a class.
objc_msgSend_fpret
Sends a message with a floating-point return value to an instance of a class.
objc_msgSend_stret
Sends a message with a data-structure return value to an instance of a class.
objc_registerClassPair
Registers a class that was allocated using
objc_allocateClassPair
.objc_registerProtocol
Registers a newly created protocol with the Objective-C runtime.
新しく作成されたプロトコルをObjective-C runtimeに登録します。
objc_removeAssociatedObjects
Removes all associations for a given object.
与えられたオブジェクトに対して全ての関連を取り除きます。
objc_setAssociatedObject
Sets an associated value for a given object using a given key and association policy.
与えられたオブジェクトに対する関連値をある与えられたキーと関連ポリシーを使って設定します。
objc_setEnumerationMutationHandler
Sets the current mutation handler.
現在の変異ハンドラを設定します。
objc_storeWeak
Stores a new value in a
__weak
variable.object_copy
Returns a copy of a given object.
object_copyFromZone
Deprecated
非推奨
object_dispose
Frees the memory occupied by a given object.
object_getClass
Returns the class of an object.
あるオブジェクトのクラスを返します。
object_getClassName
Returns the class name of a given object.
与えられたオブジェクトのクラス名を返します。
object_getIndexedIvars
Returns a pointer to any extra bytes allocated with a instance given object.
あるインスタンス、与えられたオブジェクト、でアロケートされた何らかの余分なバイトへのポインタを返します。
object_getInstanceVariable
Obtains the value of an instance variable of a class instance.
object_getIvar
Reads the value of an instance variable in an object.
あるオブジェクトの中のあるインスタンス変数の値を読み出します。
object_setClass
Sets the class of an object.
あるオブジェクトのクラスを設定します。
object_setInstanceVariable
Changes the value of an instance variable of a class instance.
object_setIvar
Sets the value of an instance variable in an object.
あるオブジェクトの中のあるインスタンス変数の値を設定します。
property_copyAttributeList
Returns an array of property attributes for a given property.
property_copyAttributeValue
Returns the value of a property attribute given the attribute name.
property_getAttributes
Returns the attribute string of a property.
property_getName
Returns the name of a property.
protocol_addMethodDescription
Adds a method to a protocol.
あるメソッドをあるプロトコルに加えます。
protocol_addProperty
Adds a property to a protocol that is under construction.
あるプロトコルをある建設中のプロトコルに加えます。
protocol_addProtocol
Adds a registered protocol to another protocol that is under construction.
ある登録済みプロトコルを、建設中の別のプロトコルに加えます。
protocol_conformsToProtocol
Returns a Boolean value that indicates whether one protocol conforms to another protocol.
あるブール値を返します、それは一方のプロトコルが別のプロトコルに準拠するかどうかを指し示します。
protocol_copyMethodDescriptionList
Returns an array of method descriptions of methods meeting a given specification for a given protocol.
与えられたプロトコルに対するある与えられた仕様に合っているメソッドそれらのメソッド記述からなるある配列を返します。
protocol_copyPropertyList
Returns an array of the properties declared by a protocol.
あるプロトコルによって宣言されるプロパティそれらからなるある配列を返します。
protocol_copyProtocolList
Returns an array of the protocols adopted by a protocol.
あるプロトコルによって採用されたプロトコルそれらからなるある配列を返します。
protocol_getMethodDescription
Returns a method description structure for a specified method of a given protocol.
与えられたプロトコルのある指定されたメソッドに対するメソッド記述構造体を返します。
protocol_getName
Returns a the name of a protocol.
あるプロトコルの名前を返します。
protocol_getProperty
Returns the specified property of a given protocol.
与えられたプロトコルのこの指定されたプロパティを返します。
protocol_isEqual
Returns a Boolean value that indicates whether two protocols are equal.
あるブール値を返します、それは2つのプロトコルが等しいかどうかを指し示します。
sel_getName
Returns the name of the method specified by a given selector.
与えられたセレクタによって指定されたメソッドの名前を返します。
sel_getUid
Registers a method name with the Objective-C runtime system.
メソッド名をObjective-C runtimeシステムに登録します。
sel_isEqual
Returns a Boolean value that indicates whether two selectors are equal.
あるブール値を返します、それは2つのセレクタが等しいかどうかを指し示します。
sel_registerName
Registers a method with the Objective-C runtime system, maps the method name to a selector, and returns the selector value.
あるメソッドをObjective-C runtimeシステムに登録して、そのメソッド名をあるセレクタにマップして、そしてそのセレクタ値を返します。