Liking cljdoc? Tell your friends :D

tech.javacpp-datatype


address-fieldclj

source

as-bufferclj

(as-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

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)
source

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

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