InvocationGroup 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 InvocationGroup class is used with the MatchEventStack and MatchEventStackInMemberFunction functions. Use it to match groups containing a mix of COMPILER and LINKER events.

Syntax

class InvocationGroup : public EventGroup<Invocation>
{
public:
    InvocationGroup(std::deque<Invocation>&& group);
};

Members

Along with the inherited members from its EventGroup<Invocation> base class, the InvocationGroup class contains the following members:

Constructors

InvocationGroup

InvocationGroup

InvocationGroup(std::deque<Invocation>&& group);

Parameters

group
A group containing a mix of COMPILER and LINKER events.