Edit

Share via


SimpleEvent class

The C++ Build Insights SDK is compatible with Visual Studio 2017 and later. To see the documentation for these versions, set the Visual Studio Version selector control for this article to Visual Studio 2017 or later. It's found at the top of the table of contents on this page.

The SimpleEvent class is used with the MatchEvent, MatchEventInMemberFunction, MatchEventStack, and MatchEventStackInMemberFunction functions. Use it to match any simple event. Refer to the event table to see all events that can be matched by the SimpleEvent class.

Syntax

class SimpleEvent : public Event
{
public:
    SimpleEvent(const RawEvent& event);
};

Members

Along with the inherited members from its Event base class, the SimpleEvent class contains the following members:

Constructors

SimpleEvent

SimpleEvent

SimpleEvent(const RawEvent& event);

Parameters

event
Any simple event.