ResourcePtr

scala.scalanative.unsafe.cxx.ResourcePtr
See theResourcePtr companion object
class ResourcePtr[T](ptr: Ptr[T], val buffer: Option[BlobArray])(using evidence$1: Tag[T])

A pointer to a resource that is managed by the C++ wrapper.

This pointer should never be accessed by the user of a library.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def ref: Ref[T]

Concrete fields

val buffer: Option[BlobArray]