Class Struct.Member
java.lang.Object
jnr.ffi.Struct.Member
- Direct Known Subclasses:
Struct.AbstractMember, Struct.NumberField
- Enclosing class:
Struct
Interface all Struct members must implement.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) abstract PointerGets the memory object used to store thisMember(package private) abstract longoffset()Gets the offset within the structure for this field.(package private) abstract Structstruct()Gets theStructthisMemberis a member of.
-
Constructor Details
-
Member
protected Member()
-
-
Method Details
-
struct
-
getMemory
-
offset
abstract long offset()Gets the offset within the structure for this field.- Returns:
- the offset within the structure for this field.
-