Class ImplicitFaceCPtr


  • public class ImplicitFaceCPtr
    extends java.lang.Object
    Ptr stores a pointer and optionally takes ownership of the value.
    • Constructor Detail

      • ImplicitFaceCPtr

        public ImplicitFaceCPtr​(long cPtr,
                                boolean cMemoryOwn)
      • ImplicitFaceCPtr

        public ImplicitFaceCPtr()
        Default constructor yielding a NULL-pointer.
      • ImplicitFaceCPtr

        public ImplicitFaceCPtr​(ImplicitFace ptr)
        Do not take ownership of ptr.

        ptr can be null.

        The constructor is implicit on purpose.