Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.54 KB

File metadata and controls

47 lines (32 loc) · 1.54 KB
title description ms.date helpviewer_keywords
ImpLibOutput class
The C++ Build Insights SDK ImpLibOutput class reference.
02/12/2020
C++ Build Insights
C++ Build Insights SDK
ImpLibOutput
throughput analysis
build time analysis
vcperf.exe

ImpLibOutput class

::: moniker range="<=msvc-140"

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.

::: moniker-end ::: moniker range=">=msvc-150"

The ImpLibOutput class is used with the MatchEvent, MatchEventInMemberFunction, MatchEventStack, and MatchEventStackInMemberFunction functions. Use it to match an IMP_LIB_OUTPUT event.

Syntax

class ImpLibOutput : public FileOutput
{
public:
    ImpLibOutput(const RawEvent& event);
};

Members

Along with the inherited members from its FileOutput base class, the ImpLibOutput class contains the following members:

Constructors

ImpLibOutput

ImpLibOutput

ImpLibOutput(const RawEvent& event);

Parameters

event
An IMP_LIB_OUTPUT event.

::: moniker-end