Codemesh Runtime v3 C++ API Reference  3.9.205
Public Member Functions | Public Attributes | List of all members
xmog_remote_java_value Struct Reference

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

Detailed Description

A helper type used to convey remote Java arguments around.

Constructor & Destructor Documentation

◆ ~xmog_remote_java_value()

xmog_remote_java_value::~xmog_remote_java_value ( )

Cleans up behind the instance.


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

Copyright (c) 1999-2020 by Codemesh, Inc., ALL RIGHTS RESERVED.