Package smetana.core

Class size_t_struct

  • All Implemented Interfaces:
    size_t

    public class size_t_struct
    extends java.lang.Object
    implements size_t
    "Pseudo size" of a C structure. In C, this is the actual size of the structure. In Java, this is an indication to know which structure we are going to allocate.
    • Field Detail

      • tobeAllocated

        public final java.lang.Class tobeAllocated
    • Constructor Detail

      • size_t_struct

        public size_t_struct​(java.lang.Class tobeAllocated)