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.scopeStackA thread-local stack ofPointerScopeobjects.Methods in org.bytedeco.javacpp that return PointerScopeModifier and TypeMethodDescriptionPushes the Pointer onto thePointerScope.pointerStackof this Scope and callsPointer.retainReference().Removes the Pointer from thePointerScope.pointerStackof this Scope and callsPointer.releaseReference().PointerScope.extend()Extends the life of this scope past the next call toPointerScope.close()by setting thePointerScope.extendflag.static PointerScopePointerScope.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.