UChar class |
Homepage Wrappers |
The UChar class "wraps" a uchar value to allow storing it where a class object is required.
UChar_new(value = 0):
Creates a new UChar object.
UChar_destroy(UCharObject):
Destroys the UChar object and frees its memory.
UChar_getValue(UCharObject):
Returns the value stored in the UChar object.
UChar_setValue(UCharObject, value = 0):
Sets the value stored in the UChar object.