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.
|
toString
enclosing, offset
protected StructLayout.Boolean()
protected StructLayout.Boolean(StructLayout.Offset offset)
public final boolean get(Pointer ptr)
StructLayout.AbstractBoolean
get
in class StructLayout.AbstractBoolean
ptr
- The pointer to the field.public final void set(Pointer ptr, boolean value)
StructLayout.AbstractBoolean
set
in class StructLayout.AbstractBoolean
ptr
- The pointer to the field.value
- The new value.Copyright © 2015. All Rights Reserved.