#include <xmog_java_field.h>
Inheritance diagram for xmog_char:


Public Member Functions | |
| xmog_char (xmog_java_array *_ref, jint _index) | |
Creates an instance that acts as a proxy for an element of a char array. | |
| xmog_char (xmog_java_ref *_clazz_ref_array, xmog_java_dynamic *_dynamic, xmog_flags _flags=0) | |
Creates an instance that acts as a proxy for an indirect element of char type. | |
| operator int () const | |
A conversion operator to the int type. | |
| int | operator * () const |
The dereference operator converts to the int type. | |
| xmog_char & | operator= (int) |
An assignment operator from the char type. | |
| xmog_char & | operator|= (int) |
The bitwise-OR assignment operator from the int type. | |
| xmog_char & | operator &= (int) |
The bitwise-AND assignment operator from the int type. | |
| xmog_char & | operator^= (int) |
The bitwise-XOR assignment operator from the int type. | |
| xmog_char & | operator+= (int) |
The additive assignment operator from the int type. | |
| xmog_char & | operator-= (int) |
The subtractive assignment operator from the int type. | |
| xmog_char & | operator *= (int) |
The multiplicative assignment operator from the int type. | |
| xmog_char & | operator/= (int) |
The divisive assignment operator from the int type. | |
| int | get (xmog_localenv *env=NULL, bool readThrough=false) const |
Returns the value of a char proxy instance. | |
| void | set (int c, xmog_localenv *env=NULL, bool writeThrough=false) |
Sets the value of a char proxy. | |
|
||||||||||||
|
Creates an instance that acts as a proxy for an element of a
|
|
||||||||||||||||
|
Creates an instance that acts as a proxy for an indirect element of
|
|
||||||||||||
|
Returns the value of a This method takes two optional arguments that can be used to improve overall performance or force a read from the Java side even if a cached value is available.
|
|
|
The bitwise-AND assignment operator from the
This operator allows the use of proxy instances of this type in any place where the compiler expects a primitive |
|
|
The dereference operator converts to the This operator is declared to support array iterators. |
|
|
The multiplicative assignment operator from the
This operator allows the use of proxy instances of this type in any place where the compiler expects a primitive |
|
|
A conversion operator to the
This operator allows the use of proxy instances of this type in any place where the compiler expects a primitive You can achieve better performance by using the get(xmog_localenv*,bool) method with the proper arguments. |
|
|
The additive assignment operator from the
This operator allows the use of proxy instances of this type in any place where the compiler expects a primitive |
|
|
The subtractive assignment operator from the
This operator allows the use of proxy instances of this type in any place where the compiler expects a primitive |
|
|
The divisive assignment operator from the
This operator allows the use of proxy instances of this type in any place where the compiler expects a primitive |
|
|
An assignment operator from the
This operator allows the use of proxy instances of this type in any place where the compiler expects a primitive |
|
|
The bitwise-XOR assignment operator from the
This operator allows the use of proxy instances of this type in any place where the compiler expects a primitive |
|
|
The bitwise-OR assignment operator from the
This operator allows the use of proxy instances of this type in any place where the compiler expects a primitive |
|
||||||||||||||||
|
Sets the value of a
This method takes two optional arguments that can be used to improve overall performance or force a write to the Java side even if the
|
1.4.1