libcommonc++  0.7
JavaNativeMethod Struct Reference

A structure representing a Java native method. More...

#include <JavaContext.h++>

Collaboration diagram for JavaNativeMethod:

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...
 

Detailed Description

A structure representing a Java native method.

Author
Mark Lindner

Member Data Documentation

◆ function

void* function

A pointer to the C function that implements the native method.

◆ signature

String signature

The signature of the native method.


The documentation for this struct was generated from the following file: