| java.lang.Object org.keplerproject.luajava.CPtr
CPtr | public class CPtr (Code) | | An abstraction for a C pointer data type. A CPtr instance represents, on
the Java side, a C pointer. The C pointer could be any type of C
pointer.
|
Constructor Summary | |
| CPtr() |
Method Summary | |
public boolean | equals(Object other) Compares this CPtr to the specified object.
Parameters: other - a CPtr true if the class of this CPtr object and theclass of other are exactly equal, and the Cpointers being pointed to by these objects are alsoequal. | protected long | getPeer() |
equals | public boolean equals(Object other)(Code) | | Compares this CPtr to the specified object.
Parameters: other - a CPtr true if the class of this CPtr object and theclass of other are exactly equal, and the Cpointers being pointed to by these objects are alsoequal. Returns false otherwise. |
getPeer | protected long getPeer()(Code) | | Gets the value of the C pointer abstraction
long |
|
|