public final class CFAllocatorContext
extends org.moe.natj.c.StructObject
| Modifier and Type | Class and Description |
|---|---|
static interface |
CFAllocatorContext.Function_allocate |
static interface |
CFAllocatorContext.Function_copyDescription |
static interface |
CFAllocatorContext.Function_deallocate |
static interface |
CFAllocatorContext.Function_preferredSize |
static interface |
CFAllocatorContext.Function_reallocate |
static interface |
CFAllocatorContext.Function_release |
static interface |
CFAllocatorContext.Function_retain |
| Modifier | Constructor and Description |
|---|---|
|
CFAllocatorContext() |
protected |
CFAllocatorContext(org.moe.natj.general.Pointer peer) |
public CFAllocatorContext()
protected CFAllocatorContext(org.moe.natj.general.Pointer peer)
public long version()
public void setVersion(long value)
public org.moe.natj.general.ptr.VoidPtr info()
public void setInfo(org.moe.natj.general.ptr.VoidPtr value)
public CFAllocatorContext.Function_retain retain()
public void setRetain(CFAllocatorContext.Function_retain value)
public CFAllocatorContext.Function_release release()
public void setRelease(CFAllocatorContext.Function_release value)
public CFAllocatorContext.Function_copyDescription copyDescription()
public void setCopyDescription(CFAllocatorContext.Function_copyDescription value)
public CFAllocatorContext.Function_allocate allocate()
public void setAllocate(CFAllocatorContext.Function_allocate value)
public CFAllocatorContext.Function_reallocate reallocate()
public void setReallocate(CFAllocatorContext.Function_reallocate value)
public CFAllocatorContext.Function_deallocate deallocate()
public void setDeallocate(CFAllocatorContext.Function_deallocate value)
public CFAllocatorContext.Function_preferredSize preferredSize()
public void setPreferredSize(CFAllocatorContext.Function_preferredSize value)