Codemesh Runtime v3 C++ API Reference
3.9.205
|
This is the complete list of members for xmog_peer, including all inherited members.
create(xmog_base *peer, const char *classNameUtf, xmog_localenv *env=NULL, xmog_flags=xmog_base::LOCAL) | xmog_peer | static |
get_binaryData(xmog_base *peer, jbyte **ppBytes, size_t *len, xmog_localenv *env=NULL) | xmog_peer | static |
get_bool(xmog_base *peer, const char *fieldNameUtf, bool *b, xmog_localenv *env=NULL) | xmog_peer | static |
get_boolean(xmog_base *peer, const char *fieldNameUtf, jboolean *b, xmog_localenv *env=NULL) | xmog_peer | static |
get_byte(xmog_base *peer, const char *fieldNameUtf, jbyte *b, xmog_localenv *env=NULL) | xmog_peer | static |
get_char(xmog_base *peer, const char *fieldNameUtf, jchar *ch, xmog_localenv *env=NULL) | xmog_peer | static |
get_class() | xmog_peer | static |
get_class(const char *classNameUtf, xmog_localenv *env=NULL) | xmog_peer | static |
get_double(xmog_base *peer, const char *fieldNameUtf, jdouble *d, xmog_localenv *env=NULL) | xmog_peer | static |
get_float(xmog_base *peer, const char *fieldNameUtf, jfloat *f, xmog_localenv *env=NULL) | xmog_peer | static |
get_int(xmog_base *peer, const char *fieldNameUtf, jint *i, xmog_localenv *env=NULL) | xmog_peer | static |
get_long(xmog_base *peer, const char *fieldNameUtf, jlong *l, xmog_localenv *env=NULL) | xmog_peer | static |
get_Object(xmog_base *peer, const char *fieldNameUtf, jobject *o, xmog_localenv *env=NULL) | xmog_peer | static |
get_short(xmog_base *peer, const char *fieldNameUtf, jshort *s, xmog_localenv *env=NULL) | xmog_peer | static |
get_String(xmog_base *peer, const char *fieldNameUtf, const char **str, size_t *len, xmog_localenv *env=NULL) | xmog_peer | static |
get_StringUtf8(xmog_base *peer, const char *fieldNameUtf, const char **strUtf8, size_t *len, xmog_localenv *env=NULL) | xmog_peer | static |
get_typeInfo(xmog_base *peer, char *result, jint size, jint &required, xmog_localenv *env=NULL) | xmog_peer | static |
register_unmarshaller(const char *javaClassNameUtf, const char *cppClassIdentifier, XMOG_PEER_UNMARSHAL_METHOD pUnmarshal) | xmog_peer | static |
set_binaryData(xmog_base *peer, jbyte *pBytes, size_t len, xmog_localenv *env=NULL) | xmog_peer | static |
set_bool(xmog_base *peer, const char *fieldNameUtf, bool b, xmog_localenv *env=NULL) | xmog_peer | static |
set_boolean(xmog_base *peer, const char *fieldNameUtf, jboolean b, xmog_localenv *env=NULL) | xmog_peer | static |
set_byte(xmog_base *peer, const char *fieldNameUtf, jbyte b, xmog_localenv *env=NULL) | xmog_peer | static |
set_char(xmog_base *peer, const char *fieldNameUtf, jchar c, xmog_localenv *env=NULL) | xmog_peer | static |
set_double(xmog_base *peer, const char *fieldNameUtf, jdouble d, xmog_localenv *env=NULL) | xmog_peer | static |
set_float(xmog_base *peer, const char *fieldNameUtf, jfloat f, xmog_localenv *env=NULL) | xmog_peer | static |
set_int(xmog_base *peer, const char *fieldNameUtf, jint i, xmog_localenv *env=NULL) | xmog_peer | static |
set_long(xmog_base *peer, const char *fieldNameUtf, jlong l, xmog_localenv *env=NULL) | xmog_peer | static |
set_Object(xmog_base *peer, const char *fieldNameUtf, jobject o, xmog_localenv *env=NULL) | xmog_peer | static |
set_Object(xmog_base *peer, const char *fieldNameUtf, const char *str, xmog_localenv *env=NULL) | xmog_peer | static |
set_Object(xmog_base *peer, const char *fieldNameUtf, const wchar_t *str, xmog_localenv *env=NULL) | xmog_peer | static |
set_short(xmog_base *peer, const char *fieldNameUtf, jshort s, xmog_localenv *env=NULL) | xmog_peer | static |
set_typeInfo(xmog_base *peer, const char *typeInfoUtf, xmog_localenv *env=NULL) | xmog_peer | static |
set_typeInfo(xmog_base *peer, const wchar_t *typeInfo, xmog_localenv *env=NULL) | xmog_peer | static |
set_typeInfo(xmog_base *peer, xmog_base *typeInfo, xmog_localenv *env=NULL) | xmog_peer | static |
to_string(xmog_base *peer, xmog_localenv *env=NULL) | xmog_peer | static |