Класс OptLBROptLBR class
Пакет SDK Аналитики сборок С++ совместим с Visual Studio 2017 и более поздних версий.The C++ Build Insights SDK is compatible with Visual Studio 2017 and above. Чтобы увидеть документацию для этих версий, установите в данной статье селектор Версия Visual Studio в Visual Studio 2017 или Visual Studio 2019.To see the documentation for these versions, set the Visual Studio Version selector control for this article to Visual Studio 2017 or Visual Studio 2019. Он находится в верхней части оглавления на этой странице.It's found at the top of the table of contents on this page.
Класс OptLBR
используется с функциями MatchEvent, MatchEventInMemberFunction, MatchEventStack и MatchEventStackInMemberFunction.The OptLBR
class is used with the MatchEvent, MatchEventInMemberFunction, MatchEventStack, and MatchEventStackInMemberFunction functions. Используйте этот класс для сопоставления события OPT_LBR.Use it to match an OPT_LBR event.
СинтаксисSyntax
class OptLBR : public Activity
{
public:
OptLBR(const RawEvent& event);
};
УчастникиMembers
Наряду с наследуемыми элементами от базового класса Activity класс OptLBR
также включает следующие элементы:Along with the inherited members from its Activity base class, the OptLBR
class contains the following members:
КонструкторыConstructors
OptLBROptLBR
OptLBR(const RawEvent& event);