Package org.robovm.apple.corefoundation
Class CFAllocatorContext
- All Implemented Interfaces:
Iterable<CFAllocatorContext>
public class CFAllocatorContext extends Struct<CFAllocatorContext>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCFAllocatorContext.CFAllocatorContextPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description CFAllocatorContext()CFAllocatorContext(long version, VoidPtr info, FunctionPtr retain, FunctionPtr release, FunctionPtr copyDescription, FunctionPtr allocate, FunctionPtr reallocate, FunctionPtr deallocate, FunctionPtr preferredSize) -
Method Summary
Modifier and Type Method Description FunctionPtrgetAllocate()FunctionPtrgetCopyDescription()FunctionPtrgetDeallocate()VoidPtrgetInfo()FunctionPtrgetPreferredSize()FunctionPtrgetReallocate()FunctionPtrgetRelease()FunctionPtrgetRetain()longgetVersion()CFAllocatorContextsetAllocate(FunctionPtr allocate)CFAllocatorContextsetCopyDescription(FunctionPtr copyDescription)CFAllocatorContextsetDeallocate(FunctionPtr deallocate)CFAllocatorContextsetInfo(VoidPtr info)CFAllocatorContextsetPreferredSize(FunctionPtr preferredSize)CFAllocatorContextsetReallocate(FunctionPtr reallocate)CFAllocatorContextsetRelease(FunctionPtr release)CFAllocatorContextsetRetain(FunctionPtr retain)CFAllocatorContextsetVersion(long version)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
CFAllocatorContext
public CFAllocatorContext() -
CFAllocatorContext
public CFAllocatorContext(long version, VoidPtr info, FunctionPtr retain, FunctionPtr release, FunctionPtr copyDescription, FunctionPtr allocate, FunctionPtr reallocate, FunctionPtr deallocate, FunctionPtr preferredSize)
-
-
Method Details
-
getVersion
public long getVersion() -
setVersion
-
getInfo
-
setInfo
-
getRetain
-
setRetain
-
getRelease
-
setRelease
-
getCopyDescription
-
setCopyDescription
-
getAllocate
-
setAllocate
-
getReallocate
-
setReallocate
-
getDeallocate
-
setDeallocate
-
getPreferredSize
-
setPreferredSize
-