Define GPA_EVENT_CLASS_IMPL

Define Documentation

GPA_EVENT_CLASS_IMPL(c, eventId)

The GPA_EVENT_CLASS_IMPL macro provides boilerplate implementations of the methods/members declared in the GPA_EVENT_CLASS macro. This macro is used in an implementation file (.cpp, etc.). For example

<file MyEvent.cpp>

#include "MyEvent.h"

GPA_EVENT_CLASS_IMPL(MyEvent)

// your source code follows