#include <Wall.hpp>
Inheritance diagram for Wall:

Public Member Functions | |
| Wall (void) | |
| Default constructor. | |
| Wall (WallCref) | |
| Copy constructor. | |
| virtual | ~Wall (void) |
| Virtual destructor. | |
| WallRef | operator= (WallCref) |
| Assignment operator. | |
| bool | operator== (WallCref aRef) |
| Equality operator. | |
| virtual void | enter (void) |
| The one operation "enter", the meaning depends on the derivation, or what it is you are entering. | |