core/core/native/native
library
Classes
-
Abi
-
An application binary interface (ABI).
-
AbiSpecificInteger
-
The supertype of all Abi-specific integer types.
-
AbiSpecificIntegerMapping
-
Mapping for a subtype of AbiSpecificInteger.
-
Allocator
-
Manages memory on the native heap.
-
Arena
-
An Allocator which frees all allocations at the same time.
-
Array<T extends NativeType>
-
A fixed-sized array of
T
s.
-
Bool
-
Represents a native bool in C.
-
Capability
-
An unforgeable object that comes back as equal when passed through other
isolates.
-
CDatabaseUniverseCursor
-
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
-
CDatabaseUniverseInstance
-
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
-
CDatabaseUniverseQuery
-
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
-
CDatabaseUniverseQueryBuilder
-
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
-
CDatabaseUniverseQueryCursor
-
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
-
CDatabaseUniverseReader
-
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
-
CDatabaseUniverseTxn
-
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
-
CDatabaseUniverseUpdate
-
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
-
CDatabaseUniverseValue
-
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
-
CDatabaseUniverseWriter
-
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
-
CFilter
-
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
-
Char
-
The C
char
type.
-
CString
-
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
-
CWatchHandle
-
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
-
Dart_CObject
-
Opaque, not exposing it's members.
-
DartRepresentationOf
-
-
DatabaseUniverseCoreBindings
-
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
-
DefaultAsset
-
Annotation specifying the default asset ID for the current library.
-
Double
-
Represents a native 64 bit double in C.
-
DynamicLibrary
-
A dynamically loaded native library.
-
Finalizable
-
Marker interface for objects which should not be finalized too soon.
-
Float
-
Represents a native 32 bit float in C.
-
Handle
-
Represents
Dart_Handle
from dart_api.h
in C.
-
Int
-
The C
int
type.
-
Int16
-
Represents a native signed 16 bit integer in C.
-
Int32
-
Represents a native signed 32 bit integer in C.
-
Int64
-
Represents a native signed 64 bit integer in C.
-
Int8
-
Represents a native signed 8 bit integer in C.
-
IntPtr
-
The C
intptr_t
type.
-
Isolate
-
An isolated Dart execution context.
-
Long
-
The C
long int
, aka. long
, type.
-
LongLong
-
The C
long long
type.
-
Native<T>
-
Annotation binding an external declaration to its native implementation.
-
NativeApi
-
Utilities for accessing the Dart VM API from Dart code or
from C code via
dart_api_dl.h
.
-
NativeCallable<T extends Function>
-
A native callable which listens for calls to a native function.
-
NativeFinalizer
-
A native finalizer which can be attached to Dart objects.
-
NativeFunction<T extends Function>
-
Represents a function type in C.
-
NativeType
-
NativeType's subtypes represent a native type in C.
-
Opaque
-
Opaque's subtypes represent opaque types in C.
-
Packed
-
Annotation to specify on
Struct
subtypes to indicate that its members
need to be packed.
-
Pointer<T extends NativeType>
-
Represents a pointer into the native C memory. Cannot be extended.
-
RawReceivePort
-
A low-level asynchronous message receiver.
-
ReceivePort
-
Together with SendPort, the only means of communication between isolates.
-
SendPort
-
Sends messages to its ReceivePorts.
-
Short
-
The C
short
type.
-
SignedChar
-
The C
signed char
type.
-
Size
-
The C
size_t
type.
-
SizedNativeType
-
A NativeType with a known size.
-
Struct
-
The supertype of all FFI struct types.
-
TransferableTypedData
-
An efficiently transferable sequence of byte values.
-
Uint16
-
Represents a native unsigned 16 bit integer in C.
-
Uint32
-
Represents a native unsigned 32 bit integer in C.
-
Uint64
-
Represents a native unsigned 64 bit integer in C.
-
Uint8
-
Represents a native unsigned 8 bit integer in C.
-
UintPtr
-
The C
uintptr_t
type.
-
Union
-
The supertype of all FFI union types.
-
UnsignedChar
-
The C
unsigned char
type.
-
UnsignedInt
-
The C
unsigned int
type.
-
UnsignedLong
-
The C
unsigned long int
, aka. unsigned long
, type.
-
UnsignedLongLong
-
The C
unsigned long long
type.
-
UnsignedShort
-
The C
unsigned short
type.
-
Utf16
-
The contents of a native zero-terminated array of UTF-16 code units.
-
Utf8
-
The contents of a native zero-terminated array of UTF-8 code units.
-
VarArgs<T extends Record>
-
The types of variadic arguments passed in C.
-
Void
-
Represents a void type in C.
-
WChar
-
The C
wchar_t
type.
Constants
-
AGGREGATION_AVERAGE
→ const int
-
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
-
AGGREGATION_COUNT
→ const int
-
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
-
AGGREGATION_IS_EMPTY
→ const int
-
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
-
AGGREGATION_MAX
→ const int
-
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
-
AGGREGATION_MIN
→ const int
-
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
-
AGGREGATION_SUM
→ const int
-
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
-
calloc
→ const CallocAllocator
-
Manages memory on the native heap.
-
ERROR_DB_FULL
→ const int
-
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
-
ERROR_ENCRYPTION
→ const int
-
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
-
ERROR_INSTANCE_MISMATCH
→ const int
-
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
-
ERROR_OBJECT_LIMIT_REACHED
→ const int
-
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
-
ERROR_PATH
→ const int
-
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
-
ERROR_VERSION
→ const int
-
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
-
ERROR_WRITE_TXN_REQUIRED
→ const int
-
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
-
malloc
→ const MallocAllocator
-