Class ID_Runtime


  • public class ID_Runtime
    extends CFacade
    Generated facet for DNA struct type 'ID_Runtime'.

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

        public static final int __DNA__SDNA_INDEX
        This is the sdna index of the struct ID_Runtime.

        It is required when allocating a new block to store data for ID_Runtime.

        See Also:
        StructDNA, BlockTable, Constant Field Values
      • __DNA__FIELD__remap

        public static final long[] __DNA__FIELD__remap
        Field descriptor (offset) for struct member 'remap'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ID_Runtime id_runtime = ...;
         CPointer<Object> p = id_runtime.__dna__addressof(ID_Runtime.__DNA__FIELD__remap);
         CPointer<ID_Runtime_Remap> p_remap = p.cast(new Class[]{ID_Runtime_Remap.class});
         

        Metadata

        • Field: 'remap'
        • Signature: 'ID_Runtime_Remap'
        • Actual Size (32bit/64bit): 16/16
    • Constructor Detail

      • ID_Runtime

        public ID_Runtime​(long __address,
                          Block __block,
                          BlockTable __blockTable)
      • ID_Runtime

        protected ID_Runtime​(ID_Runtime that)
    • Method Detail

      • setRemap

        public void setRemap​(ID_Runtime_Remap remap)
                      throws java.io.IOException
        Set method for struct member 'remap'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__remap
      • __io__addressof

        public CPointer<ID_Runtime> __io__addressof()
        Instantiates a pointer on this instance.