Abstract event atom base class definition.
Abstract interface for the event atom class.
GEventAtom(void)
Void constructor.
virtual GEventAtom & operator=(const GEventAtom &atom)
Assignment operator.
virtual ~GEventAtom(void)
Destructor.
void copy_members(const GEventAtom &atom)
Copy class members.
void init_members(void)
Initialise class members.
void free_members(void)
Delete class members.
Abstract interface for the event classes.
virtual GEvent & operator=(const GEvent &event)
Assignment operator.