Liking cljdoc? Tell your friends :D

tech.datatype.javacpp


->typed-pointerclj

(->typed-pointer ptr)
(->typed-pointer ptr datatype)
source

address-fieldclj

source

capacity-fieldclj

source

deallocator-fieldclj

source

duplicate-pointerclj

(duplicate-pointer ptr)
source

limit-fieldclj

source

make-empty-pointer-of-typeclj

(make-empty-pointer-of-type datatype)
source

make-pointer-of-typeclj

(make-pointer-of-type datatype size-or-data)
(make-pointer-of-type datatype size-or-data options)
source

make-typed-pointerclj

(make-typed-pointer datatype elem-count-or-seq)
(make-typed-pointer datatype elem-count-or-seq options)

Make a 'typed' pointer, a type where the pointer type differs from the datatype. Used to support datatypes that do not exist in the jvm.

Make a 'typed' pointer, a type where the pointer type differs
from the datatype.  Used to support datatypes that do not exist in
the jvm.
sourceraw docstring

offset-pointerclj

(offset-pointer ptr offset)

Create a 'fake' temporary pointer to use in api calls. Note this function is threadsafe while (.position ptr offset) is not.

Create a 'fake' temporary pointer to use in api calls.  Note this function is
threadsafe while (.position ptr offset) is not.
sourceraw docstring

position-fieldclj

source

PToPtrcljprotocol

Anything convertible to a pointer that shares the backing store. Datatypes do not have to match.

Anything convertible to a pointer that shares the backing store.  Datatypes do not
have to match.

->ptr-backing-storeclj

(->ptr-backing-store item)
sourceraw docstring

ptr->bufferclj

(ptr->buffer ptr)

Get a nio buffer from the pointer to use in other places. Note this function is threadsafe while a raw .asBuffer call is not!!! https://github.com/bytedeco/javacpp/issues/155.

Get a nio buffer from the pointer to use in other places.  Note this
function is threadsafe while a raw .asBuffer call is not!!!
https://github.com/bytedeco/javacpp/issues/155.
sourceraw docstring

release-pointerclj

(release-pointer ptr)
source

set-pointer-limit-and-capacityclj

(set-pointer-limit-and-capacity ptr elem-count)
source

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

× close