Uses of Class
com.sun.jna.Structure

Packages that use Structure
com.ochafik.lang.jnaerator.runtime   
com.sun.jna   
 

Uses of Structure in com.ochafik.lang.jnaerator.runtime
 

Subclasses of Structure in com.ochafik.lang.jnaerator.runtime
 class StringPointer
          Deprecated. 
static class StringPointer.ByReference
          Deprecated.  
static class StringPointer.ByValue
          Deprecated.  
 class Structure<S extends Structure<S,V,R>,V extends S,R extends S>
           
 class WStringPointer
          Deprecated. 
static class WStringPointer.ByReference
          Deprecated.  
static class WStringPointer.ByValue
          Deprecated.  
 

Methods in com.ochafik.lang.jnaerator.runtime with parameters of type Structure
 S[] Union.castToArray(Structure[] array)
           
 S[] Structure.castToArray(Structure[] array)
           
 S[] Union.toArray(Structure[] array)
          Deprecated. use castToArray instead
 S[] Structure.toArray(Structure[] array)
          Deprecated. use castToArray instead
 

Uses of Structure in com.sun.jna
 

Subclasses of Structure in com.sun.jna
 class Union
           
 

Methods in com.sun.jna that return Structure
static Structure Structure.newInstance(Class type)
          Create a new Structure instance of the given type
 Structure[] Structure.toArray(int size)
          Returns a view of this structure's memory as an array of structures.
 Structure[] Structure.toArray(Structure[] array)
          Returns a view of this structure's memory as an array of structures.
 

Methods in com.sun.jna with parameters of type Structure
static void Structure.autoRead(Structure[] ss)
           
static void Structure.autoWrite(Structure[] ss)
           
 Structure[] Structure.toArray(Structure[] array)
          Returns a view of this structure's memory as an array of structures.
 



Copyright © 2009. All Rights Reserved.