Package apple.corefoundation.struct
Class CFAllocatorContext
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.corefoundation.struct.CFAllocatorContext
-
public final class CFAllocatorContext extends org.moe.natj.c.StructObject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCFAllocatorContext.Function_allocatestatic interfaceCFAllocatorContext.Function_copyDescriptionstatic interfaceCFAllocatorContext.Function_deallocatestatic interfaceCFAllocatorContext.Function_preferredSizestatic interfaceCFAllocatorContext.Function_reallocatestatic interfaceCFAllocatorContext.Function_releasestatic interfaceCFAllocatorContext.Function_retain
-
Constructor Summary
Constructors Modifier Constructor Description CFAllocatorContext()protectedCFAllocatorContext(org.moe.natj.general.Pointer peer)
-
Method Summary
-
-
-
Method Detail
-
version
public long version()
-
setVersion
public void setVersion(long value)
-
info
public org.moe.natj.general.ptr.VoidPtr info()
-
setInfo
public void setInfo(org.moe.natj.general.ptr.VoidPtr value)
-
retain
public CFAllocatorContext.Function_retain retain()
-
setRetain
public void setRetain(CFAllocatorContext.Function_retain value)
-
release
public CFAllocatorContext.Function_release release()
-
setRelease
public void setRelease(CFAllocatorContext.Function_release value)
-
copyDescription
public CFAllocatorContext.Function_copyDescription copyDescription()
-
setCopyDescription
public void setCopyDescription(CFAllocatorContext.Function_copyDescription value)
-
allocate
public CFAllocatorContext.Function_allocate allocate()
-
setAllocate
public void setAllocate(CFAllocatorContext.Function_allocate value)
-
reallocate
public CFAllocatorContext.Function_reallocate reallocate()
-
setReallocate
public void setReallocate(CFAllocatorContext.Function_reallocate value)
-
deallocate
public CFAllocatorContext.Function_deallocate deallocate()
-
setDeallocate
public void setDeallocate(CFAllocatorContext.Function_deallocate value)
-
preferredSize
public CFAllocatorContext.Function_preferredSize preferredSize()
-
setPreferredSize
public void setPreferredSize(CFAllocatorContext.Function_preferredSize value)
-
-