Interface StructLayoutFactory

  • Type Parameters:
    T -
    All Known Implementing Classes:
    StructLayoutFactoryImpl

    public interface StructLayoutFactory
    Author:
    aploese
    • Method Detail

      • int8_t

        long int8_t()
      • int16_t

        long int16_t()
      • int32_t

        long int32_t()
      • int64_t

        long int64_t()
      • intptr_t

        long intptr_t()
      • uint8_t

        long uint8_t()
      • uint16_t

        long uint16_t()
      • uint32_t

        long uint32_t()
      • uint64_t

        long uint64_t()
      • uintptr_t

        long uintptr_t()
      • getSizeof

        long getSizeof()
      • struct

        long struct​(long sizeInBytes,
                    Alignment alignment)
      • union

        long union​(long sizeInBytes,
                   Alignment alignment)