IReferenceCounted constructor
IReferenceCounted(
- FbInterface self
Implementation
IReferenceCounted(super.self) {
startIndex = super.startIndex + super.methodCount;
methodCount = 2;
var idx = startIndex;
_addRef = Pointer<NativeFunction<Void Function(FbInterface)>>.fromAddress(
vtable[idx++])
.asFunction();
_release = Pointer<NativeFunction<Int Function(FbInterface)>>.fromAddress(
vtable[idx++])
.asFunction();
}