程序包 mpi

类 ShortInt


public final class ShortInt extends Struct
Struct class for MPI.SHORT_INT datatype.
  • 构造器详细资料

    • ShortInt

      protected ShortInt(int shortSize, int intOff, int intSize)
      The struct object will be created only in MPI class.
      参数:
      shortSize - short size
      intOff - int offset
      intSize - int size
      另请参阅:
  • 方法详细资料

    • newData

      protected ShortInt.Data newData()
      Creates a Data object.
      指定者:
      newData 在类中 Struct
      返回:
      new Data object.