Uses of Class
org.jocl.Struct.Array

Uses of Struct.Array in org.jocl
 

Methods in org.jocl that return Struct.Array
static
<T extends Struct>
Struct.Array<T>
Struct.allocateArray(java.lang.Class<T> structClass, int elements)
           
 

Methods in org.jocl with parameters of type Struct.Array
static Pointer Pointer.to(Struct.Array<?> structArray)
          Creates a new Pointer to the given Structure.