#include <Event.hpp>
Public Member Functions | |
Event (void) | |
Default constructor protected. | |
Event (const IdentifierType &aId) | |
Initializing constructor. | |
Event (const Event &aEvent) | |
Copy constructor. | |
virtual | ~Event (void) |
Virtual destructor. | |
Event & | operator= (const Event &aEvent) |
Assignment operator. | |
bool | operator== (const Event &aEvent) const |
Equality operator. | |
operator const IdentifierType & (void) const throw ( NullPointerException ) | |
Coercion operator for identity. | |
operator IdentifierType * (void) const throw (NullPointerException) | |
Coercion operator for identity. |