|
WSF
|
#include <EventItem.hpp>
Public Member Functions | |
| EventItem () | |
| bool | ProcessInput (UtInput &aInput) |
Public Attributes | |
| std::string | mEventType |
| bool | mEnabled |
This represents a single item in an output record.
While something more complex could be implement, it was kept simple so it could be maintained in STL containers and could be easily copy constructed. The aren't all that many of these so space really isn't an issue.
| engage::EventItem::EventItem | ( | ) |
References mEnabled.
| bool engage::EventItem::ProcessInput | ( | UtInput & | aInput | ) |
References mEnabled, and mEventType.
Referenced by engage::OutputConfig::ProcessInput().
| bool engage::EventItem::mEnabled |
Referenced by EventItem(), and ProcessInput().
| std::string engage::EventItem::mEventType |
Referenced by ProcessInput().