Uses of Class
org.bytedeco.javacpp.PointerScope
-
Packages that use PointerScope Package Description org.bytedeco.javacpp Contains the main set of classes for JavaCPP at runtime. -
-
Uses of PointerScope in org.bytedeco.javacpp
Fields in org.bytedeco.javacpp with type parameters of type PointerScope Modifier and Type Field Description (package private) static java.lang.ThreadLocal<java.util.Deque<PointerScope>>PointerScope. scopeStackA thread-local stack ofPointerScopeobjects.Methods in org.bytedeco.javacpp that return PointerScope Modifier and Type Method Description PointerScopePointerScope. attach(Pointer p)Pushes the Pointer onto thepointerStackof this Scope and callsPointer.retainReference().PointerScopePointerScope. detach(Pointer p)Removes the Pointer from thepointerStackof this Scope and callsPointer.releaseReference().PointerScopePointerScope. extend()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 PointerScope Modifier and Type Method Description static java.util.Iterator<PointerScope>PointerScope. getScopeIterator()ReturnsscopeStack.get().iterator(), all scopes not yet closed.
-