jcuda.driver
Class CUdevprop

java.lang.Object
  extended by jcuda.driver.CUdevprop

public class CUdevprop
extends java.lang.Object

Legacy device properties.

See Also:
JCudaDriver.cuDeviceGetProperties(CUdevprop, CUdevice)

Constructor Summary
CUdevprop()
          Creates a new, uninitialized CUdevprop
 
Method Summary
 java.lang.String toFormattedString()
          Creates and returns a formatted (aligned, multi-line) String representation of this object
 java.lang.String toString()
          Returns a String representation of this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CUdevprop

public CUdevprop()
Creates a new, uninitialized CUdevprop

Method Detail

toString

public java.lang.String toString()
Returns a String representation of this object.

Overrides:
toString in class java.lang.Object
Returns:
A String representation of this object.

toFormattedString

public java.lang.String toFormattedString()
Creates and returns a formatted (aligned, multi-line) String representation of this object

Returns:
A formatted String representation of this object