Package org.robwork.sdurw_trajectory
Class Timed_dCPtr
- java.lang.Object
-
- org.robwork.sdurw_trajectory.Timed_dCPtr
-
public class Timed_dCPtr extends java.lang.ObjectPtr stores a pointer and optionally takes ownership of the value.
-
-
Constructor Summary
Constructors Constructor Description Timed_dCPtr()Default constructor yielding a NULL-pointer.Timed_dCPtr(long cPtr, boolean cMemoryOwn)Timed_dCPtr(Timed_d ptr)Do not take ownership of ptr.
ptr can be null.
The constructor is implicit on purpose.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Timed_d__ref__()Dereferencing operator.voiddelete()Timed_dderef()The pointer stored in the object.booleanequals(Timed_d p)static longgetCPtr(Timed_dCPtr obj)Timed_dgetDeref()Member access operator.booleanisNull()checks if the pointer is nullbooleanisShared()check if this Ptr has shared ownership or none
ownership
-
-
-
Constructor Detail
-
Timed_dCPtr
public Timed_dCPtr(long cPtr, boolean cMemoryOwn)
-
Timed_dCPtr
public Timed_dCPtr()
Default constructor yielding a NULL-pointer.
-
Timed_dCPtr
public Timed_dCPtr(Timed_d ptr)
Do not take ownership of ptr.
ptr can be null.
The constructor is implicit on purpose.
-
-
Method Detail
-
getCPtr
public static long getCPtr(Timed_dCPtr obj)
-
delete
public void delete()
-
deref
public Timed_d deref()
The pointer stored in the object.
-
__ref__
public Timed_d __ref__()
Dereferencing operator.
-
getDeref
public Timed_d getDeref()
Member access operator.
-
equals
public boolean equals(Timed_d p)
-
isShared
public boolean isShared()
check if this Ptr has shared ownership or none
ownership- Returns:
- true if Ptr has shared ownership, false if it has no ownership.
-
isNull
public boolean isNull()
checks if the pointer is null- Returns:
- Returns true if the pointer is null
-
-