|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjcuda.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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CUdeviceptr()
| Method Detail |
|---|
public CUdeviceptr withByteOffset(long byteOffset)
withByteOffset in class PointerbyteOffset - 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 | ||||||||