Package org.blender.dna
Class EditingRuntime
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.EditingRuntime
-
public class EditingRuntime extends CFacade
Generated facet for DNA struct type 'EditingRuntime'.Class Documentation
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD__sequence_lookup
Field descriptor (offset) for struct member 'sequence_lookup'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct EditingRuntime.-
Fields inherited from class org.cakelab.blender.nio.CFacade
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
-
-
Constructor Summary
Constructors Modifier Constructor Description EditingRuntime(long __address, Block __block, BlockTable __blockTable)
protected
EditingRuntime(EditingRuntime that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<EditingRuntime>
__io__addressof()
Instantiates a pointer on this instance.CPointer<java.lang.Object>
getSequence_lookup()
Get method for struct member 'sequence_lookup'.void
setSequence_lookup(CPointer<java.lang.Object> sequence_lookup)
Set method for struct member 'sequence_lookup'.-
Methods inherited from class org.cakelab.blender.nio.CFacade
__io__addressof, __io__addressof, __io__equals, __io__generic__copy, __io__generic__copy, __io__instanceof, __io__native__copy, __io__newInstance, __io__same__encoding, __io__sizeof, __io__sizeof, __io__subclassof, equals, hashCode
-
-
-
-
Field Detail
-
__DNA__SDNA_INDEX
public static final int __DNA__SDNA_INDEX
This is the sdna index of the struct EditingRuntime.It is required when allocating a new block to store data for EditingRuntime.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__sequence_lookup
public static final long[] __DNA__FIELD__sequence_lookup
Field descriptor (offset) for struct member 'sequence_lookup'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
EditingRuntime editingruntime = ...; CPointer<Object> p = editingruntime.__dna__addressof(EditingRuntime.__DNA__FIELD__sequence_lookup); CPointer<CPointer<Object>> p_sequence_lookup = p.cast(new Class[]{CPointer.class, Object.class});
Metadata
- Field: 'sequence_lookup'
- Signature: 'SequenceLookup*'
- Actual Size (32bit/64bit): 4/8
-
-
Constructor Detail
-
EditingRuntime
public EditingRuntime(long __address, Block __block, BlockTable __blockTable)
-
EditingRuntime
protected EditingRuntime(EditingRuntime that)
-
-
Method Detail
-
getSequence_lookup
public CPointer<java.lang.Object> getSequence_lookup() throws java.io.IOException
Get method for struct member 'sequence_lookup'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__sequence_lookup
-
setSequence_lookup
public void setSequence_lookup(CPointer<java.lang.Object> sequence_lookup) throws java.io.IOException
Set method for struct member 'sequence_lookup'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__sequence_lookup
-
__io__addressof
public CPointer<EditingRuntime> __io__addressof()
Instantiates a pointer on this instance.
-
-