@Namespace(value="cpu_features") @Properties(inherit=cpu_features.class) public class PPCPlatformStrings extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
PPCPlatformStrings()
Default native constructor.
|
PPCPlatformStrings(long size)
Native array allocator.
|
PPCPlatformStrings(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BytePointer |
cpu() |
byte |
cpu(int i) |
PPCPlatformStrings |
cpu(int i,
byte setter) |
BytePointer |
machine() |
byte |
machine(int i) |
PPCPlatformStrings |
machine(int i,
byte setter) |
BytePointer |
model() |
byte |
model(int i) |
PPCPlatformStrings |
model(int i,
byte setter) |
BytePointer |
platform() |
byte |
platform(int i) |
PPCPlatformStrings |
platform(int i,
byte setter) |
PPCPlatformStrings |
position(long position) |
PlatformType |
type() |
PPCPlatformStrings |
type(PlatformType setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic PPCPlatformStrings()
public PPCPlatformStrings(long size)
Pointer.position(long).public PPCPlatformStrings(Pointer p)
Pointer.Pointer(Pointer).public PPCPlatformStrings position(long position)
public PPCPlatformStrings platform(int i, byte setter)
@MemberGetter @Cast(value="char*") public BytePointer platform()
public PPCPlatformStrings model(int i, byte setter)
@MemberGetter @Cast(value="char*") public BytePointer model()
public PPCPlatformStrings machine(int i, byte setter)
@MemberGetter @Cast(value="char*") public BytePointer machine()
public PPCPlatformStrings cpu(int i, byte setter)
@MemberGetter @Cast(value="char*") public BytePointer cpu()
@ByRef public PlatformType type()
public PPCPlatformStrings type(PlatformType setter)
Copyright © 2019. All rights reserved.