|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.NativePointerObject
jcuda.Pointer
jcuda.driver.CUdeviceptr
public class CUdeviceptr
Java port of a CUdeviceptr.
Constructor Summary | |
---|---|
CUdeviceptr()
Creates a new (null) device pointer |
Method Summary | |
---|---|
java.lang.String |
toString()
Returns a String representation of this object. |
CUdeviceptr |
withByteOffset(long byteOffset)
Returns a new pointer with an offset of the given number of bytes |
Methods inherited from class jcuda.Pointer |
---|
getByteBuffer, to, to, to, to, to, to, to, to, to, toBuffer |
Methods inherited from class jcuda.NativePointerObject |
---|
equals, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CUdeviceptr()
Method Detail |
---|
public CUdeviceptr withByteOffset(long byteOffset)
Pointer
withByteOffset
in class Pointer
byteOffset
- The byte offset for the pointer
public java.lang.String toString()
toString
in class Pointer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |