Liking cljdoc? Tell your friends :D

clj-native.unions


make-native-unionclj

(make-native-union union-spec)

Creates jna classes for representing a C union that may be passed by value or reference. Returns a vector with 3 items; the bytecode for the specified union as well as bytecode for inner classes representing the ByValue and ByReference versions of the union respectively.

Creates jna classes for representing a C union
that may be passed by value or reference.
Returns a vector with 3 items; the bytecode for
the specified union as well as bytecode for inner
classes representing the ByValue and ByReference
versions of the union respectively.
sourceraw docstring

make-union-constructorsclj

(make-union-constructors ns uspec)
source

make-union-stubsclj

(make-union-stubs ns lib)
source

parse-unionsclj

(parse-unions unions user-types)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close