char
Char value type
Type: Value
Methods
| Declaration | Description |
|---|---|
| void char() | Default constructor |
| void char(const char& in character) | Copy constructor |
| void char(const string& in szString) | Copy constructor |
| char opAssign(const char& in character) | Assigns one character to another. |
| uint32 opImplConv() const | Implicitly converts this character to an unsigned 32 bit integer. |
| char opAssign(const string& in szString) | Assigns the first character of the given string to this character. |
| bool opEquals(const string& in szString) const | Compares this char with the given character. |