blob: aa2dbcb6e93ede729671198b0b2426d43a3c78c6 [file] [log] [blame]
library;
import self as self;
import "dart:ffi" as ffi;
import "dart:core" as core;
import "dart:ffi";
import "package:ffi/ffi.dart";
class Coordinate extends ffi::Struct {
@ffi::Double::•()
field core::double* x;
@ffi::Double::•()
field core::double* y;
field ffi::Pointer<self::Coordinate*>* next;
static factory allocate(core::double* x, core::double* y, ffi::Pointer<self::Coordinate*>* next) self::Coordinate*
;
abstract member-signature get _addressOf() ffi::Pointer<ffi::Struct*>*;
abstract member-signature get _identityHashCode() core::int*;
abstract member-signature method _instanceOf(dynamic instantiatorTypeArguments, dynamic functionTypeArguments, dynamic type) core::bool*;
abstract member-signature method _simpleInstanceOf(dynamic type) core::bool*;
abstract member-signature method _simpleInstanceOfTrue(dynamic type) core::bool*;
abstract member-signature method _simpleInstanceOfFalse(dynamic type) core::bool*;
abstract member-signature operator ==(dynamic other) core::bool*;
abstract member-signature get hashCode() core::int*;
abstract member-signature method toString() core::String*;
abstract member-signature method noSuchMethod(core::Invocation* invocation) dynamic;
abstract member-signature get runtimeType() core::Type*;
}
static method main() dynamic
;