protected final class StructLayout.Boolean extends StructLayout.AbstractBoolean
| Modifier | Constructor and Description |
|---|---|
protected |
Boolean() |
protected |
Boolean(StructLayout.Offset offset) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
get(Pointer ptr)
Gets the value for this field.
|
void |
set(Pointer ptr,
boolean value)
Sets the field to a new value.
|
toStringenclosing, offsetprotected Boolean()
protected Boolean(StructLayout.Offset offset)
public final boolean get(Pointer ptr)
StructLayout.AbstractBooleanget in class StructLayout.AbstractBooleanptr - The pointer to the field.public final void set(Pointer ptr, boolean value)
StructLayout.AbstractBooleanset in class StructLayout.AbstractBooleanptr - The pointer to the field.value - The new value.Copyright © 2017. All rights reserved.