Package mpi

Class LongInt

    • Constructor Detail

      • LongInt

        protected LongInt​(int longSize,
                          int intOff,
                          int intSize)
        The struct object will be created only in MPI class.
        Parameters:
        longSize - size of long
        intOff - int offset
        intSize - int size
        See Also:
        MPI.longInt
    • Method Detail

      • newData

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