protected abstract class StructLayout.AbstractBoolean extends StructLayout.AbstractField
Modifier | Constructor and Description |
---|---|
protected |
StructLayout.AbstractBoolean(NativeType type) |
Modifier and Type | Method and Description |
---|---|
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 StructLayout.AbstractBoolean(NativeType type)
Copyright © 2013. All Rights Reserved.