FFIType class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
freeInt64ArrayPointerFP
→ Pointer<
NativeFunction< Void Function(Pointer< >Int64ArrayFFI> )> -
final
-
freeUint8ListArrayPointerFP
→ Pointer<
NativeFunction< Void Function(Pointer< >Uint8ListArrayFFI> )> -
final
-
freeUint8ListPointerFP
→ Pointer<
NativeFunction< Void Function(Pointer< >Uint8ListFFI> )> -
final
-
registerFreeInt64ArrayPointerFP
→ void Function(Pointer<
NativeFunction< )Void Function(Pointer< >Int64ArrayFFI> )> -
final
-
registerFreeUint8ListArrayPointerFP
→ void Function(Pointer<
NativeFunction< )Void Function(Pointer< >Uint8ListArrayFFI> )> -
final
-
registerFreeUint8ListPointerFP
→ void Function(Pointer<
NativeFunction< )Void Function(Pointer< >Uint8ListFFI> )> -
final
Static Methods
-
freeCppInt64ArrayFFI(
Pointer< Int64ArrayFFI> pointer) → void -
freeCppUint8ListArrayFFI(
Pointer< Uint8ListArrayFFI> pointer) → void -
freeCppUint8ListFFI(
Pointer< Uint8ListFFI> pointer) → void -
freeInt64ArrayFFI(
Pointer< Int64ArrayFFI> pointer) → void -
freeUint8ListArrayFFI(
Pointer< Uint8ListArrayFFI> pointer) → void -
freeUint8ListFFI(
Pointer< Uint8ListFFI> pointer) → void -
registerNativeMethods(
) → void