BlowTorch
 All Classes Namespaces Files Functions Variables Enumerator Pages
Public Member Functions | Protected Member Functions | List of all members
org.keplerproject.luajava.CPtr Class Reference

Public Member Functions

boolean equals (Object other)
 

Protected Member Functions

long getPeer ()
 

Detailed Description

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.

Member Function Documentation

boolean org.keplerproject.luajava.CPtr.equals ( Object  other)

Compares this CPtr to the specified object.

Parameters
othera CPtr
Returns
true if the class of this CPtr object and the class of other are exactly equal, and the C pointers being pointed to by these objects are also equal. Returns false otherwise.
long org.keplerproject.luajava.CPtr.getPeer ( )
protected

Gets the value of the C pointer abstraction

Returns
long

Here is the caller graph for this function:


The documentation for this class was generated from the following file: