Public Members | |
| ObjectWrapper () | |
| ObjectWrapper (Address address, const MetaClass *metaclass) | |
| ObjectWrapper (Object *obj) | |
| ObjectWrapper (const Object * const obj) | |
| ObjectWrapper (const ObjectWrapper &) | |
| ObjectWrapper& | operator= (const ObjectWrapper &) |
| bool | operator== (const ObjectWrapper &) |
| Address | get_address () const |
| const MetaClass* | get_meta_class () const |
| Object* | get_object () const |
| void | print_debug () const |
| bool | is_null () const |
| ObjectWrapper | update_meta_class () const |
| void | initialize (InputStream *inputStream) const |
| void | destruct (bool called_from_destructor) const |
written by Dimitri van Heesch, © 1997-1999