|
||||||||||
| 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
protected abstract class StructLayout.AbstractBoolean
Base class for Boolean fields
| Constructor Summary | |
|---|---|
protected |
StructLayout.AbstractBoolean(NativeType type)
|
| Method Summary | |
|---|---|
abstract boolean |
get(Pointer ptr)
Gets the value for this field. |
abstract void |
set(Pointer ptr,
boolean value)
Sets the field to a new value. |
java.lang.String |
toString(Pointer ptr)
Returns a string representation of this Boolean. |
| 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.AbstractBoolean(NativeType type)
| Method Detail |
|---|
public abstract boolean get(Pointer ptr)
public abstract void set(Pointer ptr,
boolean value)
value - The new value.public java.lang.String toString(Pointer ptr)
Boolean.
Boolean.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||