Package mpi

Class ShortInt

    • Constructor Detail

      • ShortInt

        protected ShortInt​(int shortSize,
                           int intOff,
                           int intSize)
        The struct object will be created only in MPI class.
        Parameters:
        shortSize - short size
        intOff - int offset
        intSize - int size
        See Also:
        MPI.shortInt
    • Method Detail

      • newData

        protected ShortInt.Data newData()
        Creates a Data object.
        Specified by:
        newData in class Struct
        Returns:
        new Data object.