|
Codemesh Runtime v3 C++ API Reference
3.9.205
|
A helper type used to convey remote Java arguments around. More...
#include <xmog_java_value.h>
Public Member Functions | |
| xmog_remote_java_value (const xmog_remote_java_value &rhs) | |
| ~xmog_remote_java_value () | |
Public Attributes | |
| xmog_java_value | val |
| The primitive data or the handle. | |
| jclass | clazz |
| The type of the instance. | |
| jint | length |
| The length of the array. | |
| jint | type |
| The data type. | |
| void * | data |
| The optional native data (string or array). | |
A helper type used to convey remote Java arguments around.
| xmog_remote_java_value::~xmog_remote_java_value | ( | ) |
Cleans up behind the instance.