Uses of Class
org.jocl.Struct

Uses of Struct in org.jocl
 

Classes in org.jocl with type parameters of type Struct
static class Struct.Array<T extends Struct>
           
 

Methods in org.jocl with type parameters of type Struct
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
static Pointer Pointer.to(Struct struct)
          Creates a new Pointer to the given Structure.