Uses of Class
org.bytedeco.javacpp.PointerScope
Packages that use PointerScope
-
Uses of PointerScope in org.bytedeco.javacpp
Fields in org.bytedeco.javacpp with type parameters of type PointerScopeModifier and TypeFieldDescription(package private) static final ThreadLocal
<Deque<PointerScope>> PointerScope.scopeStack
A thread-local stack ofPointerScope
objects.Methods in org.bytedeco.javacpp that return PointerScopeModifier and TypeMethodDescriptionPushes the Pointer onto thepointerStack
of this Scope and callsPointer.retainReference()
.Removes the Pointer from thepointerStack
of this Scope and callsPointer.releaseReference()
.PointerScope.extend()
static PointerScope
PointerScope.getInnerScope()
ReturnsscopeStack.get().peek()
, the last opened scope not yet closed.Methods in org.bytedeco.javacpp that return types with arguments of type PointerScopeModifier and TypeMethodDescriptionstatic Iterator
<PointerScope> PointerScope.getScopeIterator()
ReturnsscopeStack.get().iterator()
, all scopes not yet closed.