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