Package org.robwork.sdurw_pathplanning
Class QToTPlannerCPtr
- java.lang.Object
 - 
- org.robwork.sdurw_pathplanning.QToTPlannerCPtr
 
 
- 
public class QToTPlannerCPtr extends java.lang.ObjectPtr stores a pointer and optionally takes ownership of the value. 
- 
- 
Constructor Summary
Constructors Constructor Description QToTPlannerCPtr()Default constructor yielding a NULL-pointer.QToTPlannerCPtr(long cPtr, boolean cMemoryOwn)QToTPlannerCPtr(QToTPlanner 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 QToTPlanner__ref__()Dereferencing operator.voiddelete()QToTPlannerderef()The pointer stored in the object.booleanequals(QToTPlanner p)static longgetCPtr(QToTPlannerCPtr obj)QToTPlannergetDeref()Member access operator.booleanisNull()checks if the pointer is nullbooleanisShared()check if this Ptr has shared ownership or none
ownership 
 - 
 
- 
- 
Constructor Detail
- 
QToTPlannerCPtr
public QToTPlannerCPtr(long cPtr, boolean cMemoryOwn) 
- 
QToTPlannerCPtr
public QToTPlannerCPtr()
Default constructor yielding a NULL-pointer. 
- 
QToTPlannerCPtr
public QToTPlannerCPtr(QToTPlanner ptr)
Do not take ownership of ptr.
ptr can be null.
The constructor is implicit on purpose. 
 - 
 
- 
Method Detail
- 
getCPtr
public static long getCPtr(QToTPlannerCPtr obj)
 
- 
delete
public void delete()
 
- 
deref
public QToTPlanner deref()
The pointer stored in the object. 
- 
__ref__
public QToTPlanner __ref__()
Dereferencing operator. 
- 
getDeref
public QToTPlanner getDeref()
Member access operator. 
- 
equals
public boolean equals(QToTPlanner 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
 
 
 - 
 
 -