|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjnr.ffi.Struct.Member
jnr.ffi.Struct.AbstractMember
jnr.ffi.Struct.AbstractBoolean
jnr.ffi.Struct.Boolean
public final class Struct.Boolean
A normal C boolean - 1 byte in size
| Constructor Summary | |
|---|---|
Struct.Boolean()
|
|
| Method Summary | |
|---|---|
boolean |
get()
Gets the value for this field. |
void |
set(boolean value)
Sets the field to a new value. |
| Methods inherited from class jnr.ffi.Struct.AbstractBoolean |
|---|
toString |
| Methods inherited from class jnr.ffi.Struct.AbstractMember |
|---|
getMemory, offset, struct |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Struct.Boolean()
| Method Detail |
|---|
public final boolean get()
Struct.AbstractBoolean
get in class Struct.AbstractBooleanpublic final void set(boolean value)
Struct.AbstractBoolean
set in class Struct.AbstractBooleanvalue - The new value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||