com.kenai.jaffl.provider.jffi
Interface AsmLibraryLoader.TestLib

Enclosing class:
AsmLibraryLoader

public static interface AsmLibraryLoader.TestLib


Nested Class Summary
static class AsmLibraryLoader.TestLib.s8
           
 
Method Summary
 Double add_double(Double f1, double f2)
           
 Float add_float(float f1, float f2)
           
 Integer add_int32_t(Integer i1, int i2)
           
 void not_found_function()
           
 byte ptr_ret_int8_t(AsmLibraryLoader.TestLib.s8[] s, int index)
           
 byte ptr_ret_int8_t(AsmLibraryLoader.TestLib.s8 s, int index)
           
 Byte ptr_ret_int8_t(Pointer p, int index)
           
 

Method Detail

add_int32_t

Integer add_int32_t(Integer i1,
                    int i2)

add_float

Float add_float(float f1,
                float f2)

add_double

Double add_double(Double f1,
                  double f2)

ptr_ret_int8_t

byte ptr_ret_int8_t(AsmLibraryLoader.TestLib.s8[] s,
                    int index)

ptr_ret_int8_t

Byte ptr_ret_int8_t(Pointer p,
                    int index)

ptr_ret_int8_t

byte ptr_ret_int8_t(AsmLibraryLoader.TestLib.s8 s,
                    int index)

not_found_function

void not_found_function()


Copyright © 2011. All Rights Reserved.