protected final class StructLayout.WBOOL extends StructLayout.AbstractBoolean
Modifier | Constructor and Description |
---|---|
protected |
StructLayout.WBOOL() |
protected |
StructLayout.WBOOL(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.WBOOL()
protected StructLayout.WBOOL(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.