protected abstract class StructLayout.AbstractBoolean extends StructLayout.AbstractField
限定符 | 构造器和说明 |
---|---|
protected |
AbstractBoolean(NativeType type) |
protected |
AbstractBoolean(NativeType type,
StructLayout.Offset offset) |
限定符和类型 | 方法和说明 |
---|---|
abstract boolean |
get(Pointer ptr)
Gets the value for this field.
|
abstract void |
set(Pointer ptr,
boolean value)
Sets the field to a new value.
|
String |
toString(Pointer ptr)
Returns a string representation of this
Boolean . |
enclosing, offset
protected AbstractBoolean(NativeType type)
protected AbstractBoolean(NativeType type, StructLayout.Offset offset)
Copyright © 2021. All rights reserved.