protected final class StructLayout.Boolean extends StructLayout.AbstractBoolean
| Modifier | Constructor and Description |
|---|---|
protected |
StructLayout.Boolean() |
protected |
StructLayout.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 StructLayout.Boolean()
protected StructLayout.Boolean(StructLayout.Offset offset)
public final boolean get(Pointer ptr)
StructLayout.AbstractBooleanget in class StructLayout.AbstractBooleanpublic final void set(Pointer ptr, boolean value)
StructLayout.AbstractBooleanset in class StructLayout.AbstractBooleanvalue - The new value.Copyright © 2013. All rights reserved.