|
The Simons
|
#include <Value.h>
Inheritance diagram for CharacterBox:

Public Member Functions | |
| CharacterBox () | |
| Construct a default CharacterBox. | |
| ~CharacterBox () | |
| Release a CharacterBox. | |
| CharacterBox (Character) | |
| Initialise a CharacterBox to a Character value. | |
| virtual ObjectID | clone () const |
| Clone a deep copy of this CharacterBox. | |
| virtual TypeID | type () const |
| Return the Type of this CharacterBox. | |
| virtual Natural | hash () const |
| Return a quasi-unique hash code for this CharacterBox. | |
| virtual Order | compare (ObjectID) const |
| Compare this CharacterBox with another. | |
| Void | readOn (ReaderID) |
| Read this CharacterBox on a Reader stream. | |
| Void | writeOn (WriterID) const |
| Write this CharacterBox on a Writer stream. | |
| virtual Character | toCharacter () const |
| Convert this CharacterBox to a Character value. | |
|
|
Construct a default CharacterBox.
|
|
|
Release a CharacterBox.
|
|
|
Initialise a CharacterBox to a Character value.
|
|
|
Clone a deep copy of this CharacterBox.
Reimplemented from Object. |
|
|
Compare this CharacterBox with another.
Reimplemented from Object. |
|
|
Return a quasi-unique hash code for this CharacterBox.
Reimplemented from Object. |
|
|
Read this CharacterBox on a Reader stream. Read in the wrapped Character value. Reimplemented from Object. |
|
|
Convert this CharacterBox to a Character value.
Reimplemented from Object. |
|
|
Return the Type of this CharacterBox.
Reimplemented from Object. |
|
|
Write this CharacterBox on a Writer stream. Write out the wrapped Character value. Reimplemented from Object. |
1.3