|
libcommonc++
0.7
|
A structure representing a Java native method. More...
#include <JavaContext.h++>

Public Attributes | |
| String | signature |
| The signature of the native method. More... | |
| void * | function |
| A pointer to the C function that implements the native method. More... | |
A structure representing a Java native method.
| void* function |
A pointer to the C function that implements the native method.
| String signature |
The signature of the native method.