MCPcopy Index your code
hub / github.com/java-native-access/jna / fields

Method fields

src/com/sun/jna/Structure.java:232–234  ·  view source on GitHub ↗

Return all fields in this structure (ordered). This represents the layout of the structure, and will be shared among Structures of the same class except when the Structure can have a variable size. NOTE: #ensureAllocated() must be called prior to calling this method. @return {@link

()

Source from the content-addressed store, hash-verified

230 * @return {@link Map} of field names to field representations.
231 */
232 Map<String, StructField> fields() {
233 return structFields;
234 }
235
236 /**
237 * @return the type mapper in effect for this Structure.

Callers 15

readMethod · 0.95
fieldOffsetMethod · 0.95
readFieldMethod · 0.95
writeMethod · 0.95
writeFieldMethod · 0.95
toStringMethod · 0.95
fieldCountMethod · 0.80
FFITypeMethod · 0.80

Calls

no outgoing calls