FrontEndFile 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 FrontEndFile class is used with the MatchEvent, MatchEventInMemberFunction, MatchEventStack, and MatchEventStackInMemberFunction functions. Use it to match a FRONT_END_FILE event.

Syntax

class FrontEndFile : public Activity
{
public:
    FrontEndFile(const RawEvent& event);

    const char* Path() const;
};

Members

Along with the inherited members from its Activity base class, the FrontEndFile class contains the following members:

Constructors

FrontEndFile

Functions

Path

FrontEndFile

FrontEndFile(const RawEvent& event);

Parameters

event
A FRONT_END_FILE event.

Path

const char* Path() const;

Return Value

The absolute path to the file, encoded in UTF-8.