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

Public Methods | |
| MapSite (void) | |
| Default constructor. | |
| MapSite (MapSiteCref) | |
| Copy constructor. | |
| virtual | ~MapSite (void) |
| Virtual destructor. | |
| MapSiteRef | operator= (MapSiteCref) |
| Assignment operator. | |
| bool | operator== (MapSiteCref aRef) const |
| Equality operator returns true if instances are the same. | |
| virtual void | enter (void)=0 |
| The one operation "enter", the meaning depends on the derivation, or what it is you are entering. | |