UChar class

Homepage
Wrappers

Introduction

The UChar class "wraps" a uchar value to allow storing it where a class object is required.

Structure

  1. "Class values"
  2. UChar value

Functions

New and Destroy

UChar_new(value = 0):
Creates a new UChar object.

UChar_destroy(UCharObject):
Destroys the UChar object and frees its memory.

Getters and Setters

UChar_getValue(UCharObject):
Returns the value stored in the UChar object.

UChar_setValue(UCharObject, value = 0):
Sets the value stored in the UChar object.


Homepage  |  Wrappers