Class FixedBodyPtr


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

      • FixedBodyPtr

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

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

        public FixedBodyPtr​(FixedBody ptr)
        Do not take ownership of ptr.

        ptr can be null.

        The constructor is implicit on purpose.