IDecFloat34 constructor

IDecFloat34(
  1. FbInterface self
)

Implementation

IDecFloat34(super.self) {
  startIndex = super.startIndex + super.methodCount;
  methodCount = 4;
  var idx = startIndex;
  _toBcd =
      Pointer<
            NativeFunction<
              Void Function(
                FbInterface,
                Pointer<FbDec34>,
                Pointer<Int>,
                Pointer<Uint8>,
                Pointer<Int>,
              )
            >
          >.fromAddress(vtable[idx++])
          .asFunction();
  _toString =
      Pointer<
            NativeFunction<
              Void Function(
                FbInterface,
                FbInterface,
                Pointer<FbDec34>,
                UnsignedInt,
                Pointer<Utf8>,
              )
            >
          >.fromAddress(vtable[idx++])
          .asFunction();
  _fromBcd =
      Pointer<
            NativeFunction<
              Void Function(
                FbInterface,
                Int,
                Pointer<Uint8>,
                Int,
                Pointer<FbDec34>,
              )
            >
          >.fromAddress(vtable[idx++])
          .asFunction();
  _fromString =
      Pointer<
            NativeFunction<
              Void Function(
                FbInterface,
                FbInterface,
                Pointer<Utf8>,
                Pointer<FbDec34>,
              )
            >
          >.fromAddress(vtable[idx++])
          .asFunction();
}