Package com.sun.jna.platform.mac
Klasse CoreFoundation.CFTypeRef
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.platform.mac.CoreFoundation.CFTypeRef
- Alle implementierten Schnittstellen:
NativeMapped
- Bekannte direkte Unterklassen:
CoreFoundation.CFAllocatorRef
,CoreFoundation.CFArrayRef
,CoreFoundation.CFBooleanRef
,CoreFoundation.CFDataRef
,CoreFoundation.CFDictionaryRef
,CoreFoundation.CFNumberRef
,CoreFoundation.CFStringRef
,DiskArbitration.DADiskRef
,DiskArbitration.DASessionRef
- Umschließende Schnittstelle:
CoreFoundation
The
CFTypeRef
type is the base type defined in Core Foundation. It is
used as the type and return value in several polymorphic functions. It is a
generic object reference that acts as a placeholder for other true Core
Foundation objects.-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungConvenience method forCoreFoundation.CFGetTypeID(com.sun.jna.platform.mac.CoreFoundation.CFTypeRef)
on this object.boolean
isTypeID
(CoreFoundation.CFTypeID typeID) Test whether this object has the specified IDvoid
release()
Convenience method forCoreFoundation.CFRelease(com.sun.jna.platform.mac.CoreFoundation.CFTypeRef)
on this object.void
retain()
Convenience method forCoreFoundation.CFRetain(com.sun.jna.platform.mac.CoreFoundation.CFTypeRef)
on this object.Von Klasse geerbte Methoden com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
-
Konstruktordetails
-
CFTypeRef
public CFTypeRef() -
CFTypeRef
-
-
Methodendetails
-
getTypeID
Convenience method forCoreFoundation.CFGetTypeID(com.sun.jna.platform.mac.CoreFoundation.CFTypeRef)
on this object.- Gibt zurück:
- The
CoreFoundation.CFTypeID
-
isTypeID
Test whether this object has the specified ID- Parameter:
typeID
- TheCoreFoundation.CFTypeID
for the class to test- Gibt zurück:
- true if this object has the same ID as
typeID
-
retain
public void retain()Convenience method forCoreFoundation.CFRetain(com.sun.jna.platform.mac.CoreFoundation.CFTypeRef)
on this object. -
release
public void release()Convenience method forCoreFoundation.CFRelease(com.sun.jna.platform.mac.CoreFoundation.CFTypeRef)
on this object.
-