WSF
engage::EventItem Class Reference

#include <EventItem.hpp>

Public Member Functions

 EventItem ()
bool ProcessInput (UtInput &aInput)

Public Attributes

std::string mEventType
bool mEnabled

Detailed Description

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.

Constructor & Destructor Documentation

◆ EventItem()

engage::EventItem::EventItem ( )

References mEnabled.

Member Function Documentation

◆ ProcessInput()

bool engage::EventItem::ProcessInput ( UtInput & aInput)

References mEnabled, and mEventType.

Referenced by engage::OutputConfig::ProcessInput().

Member Data Documentation

◆ mEnabled

bool engage::EventItem::mEnabled

Referenced by EventItem(), and ProcessInput().

◆ mEventType

std::string engage::EventItem::mEventType

Referenced by ProcessInput().


The documentation for this class was generated from the following files:
Copyrights Multiple, All Rights Reserved