|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjnr.ffi.StructLayout.Field
jnr.ffi.StructLayout.AbstractField
jnr.ffi.StructLayout.AbstractBoolean
jnr.ffi.StructLayout.Boolean
protected final class StructLayout.Boolean
A normal C boolean - 1 byte in size
| Constructor Summary | |
|---|---|
protected |
StructLayout.Boolean()
|
| Method Summary | |
|---|---|
boolean |
get(Pointer ptr)
Gets the value for this field. |
void |
set(Pointer ptr,
boolean value)
Sets the field to a new value. |
| Methods inherited from class jnr.ffi.StructLayout.AbstractBoolean |
|---|
toString |
| Methods inherited from class jnr.ffi.StructLayout.Field |
|---|
enclosing, offset |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected StructLayout.Boolean()
| Method Detail |
|---|
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.AbstractBooleanvalue - The new value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||