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