Uses of Class
jnr.ffi.annotations.TypeDefinition

Packages that use TypeDefinition
jnr.ffi.annotations   
jnr.ffi.types   
 

Uses of TypeDefinition in jnr.ffi.annotations
 

Classes in jnr.ffi.annotations with annotations of type TypeDefinition
 interface LongLong
          Indicates that a long parameter should be treated as native long-long (64bit) instead of the platform-dependent long size.
 

Uses of TypeDefinition in jnr.ffi.types
 

Classes in jnr.ffi.types with annotations of type TypeDefinition
 interface blkcnt_t
           
 interface blksize_t
           
 interface caddr_t
           
 interface clock_t
           
 interface dev_t
           
 interface fsblkcnt_t
           
 interface fsfilcnt_t
           
 interface gid_t
           
 interface id_t
           
 interface in_addr_t
           
 interface in_port_t
           
 interface ino_t
           
 interface ino64_t
           
 interface int16_t
           
 interface int32_t
           
 interface int64_t
           
 interface int8_t
           
 interface intptr_t
           
 interface key_t
           
 interface mode_t
           
 interface nlink_t
           
 interface off_t
           
 interface pid_t
           
 interface rlim_t
           
 interface sa_family_t
           
 interface size_t
           
 interface socklen_t
           
 interface ssize_t
           
 interface swblk_t
           
 interface time_t
           
 interface u_int16_t
           
 interface u_int32_t
           
 interface u_int64_t
           
 interface u_int8_t
           
 interface uid_t
           
 interface uintptr_t
           
 



Copyright © 2013. All Rights Reserved.