OsenvBindings class

Bindings for src/osenv.h.

Regenerate bindings with dart run ffigen --config ffigen.yaml.

Constructors

OsenvBindings(DynamicLibrary dynamicLibrary)
The symbols are looked up in dynamicLibrary.
OsenvBindings.fromLookup(Pointer<T> lookup<T extends NativeType>(String symbolName))
The symbols are looked up with lookup.

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

get_env(Pointer<Char> name) Pointer<Char>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set_env(Pointer<Char> name, Pointer<Char> value) int
toString() String
A string representation of this object.
inherited
unset_env(Pointer<Char> name) int

Operators

operator ==(Object other) bool
The equality operator.
inherited