Package mpi

Class LongInt


public final class LongInt extends Struct
Struct class for MPI.LONG_INT datatype.
  • Constructor Details

    • 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:
  • Method Details

    • newData

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