LLDB mainline
lldb_private::Log::Category Struct Reference

#include <Log.h>

Public Member Functions

template<typename Cat>
constexpr Category (llvm::StringLiteral name, llvm::StringLiteral description, Cat mask)

Public Attributes

llvm::StringLiteral name
llvm::StringLiteral description
MaskType flag

Detailed Description

Definition at line 147 of file Log.h.

Constructor & Destructor Documentation

◆ Category()

template<typename Cat>
lldb_private::Log::Category::Category ( llvm::StringLiteral name,
llvm::StringLiteral description,
Cat mask )
inlineconstexpr

Definition at line 153 of file Log.h.

References description, flag, and name.

Member Data Documentation

◆ description

llvm::StringLiteral lldb_private::Log::Category::description

Definition at line 149 of file Log.h.

Referenced by Category().

◆ flag

MaskType lldb_private::Log::Category::flag

Definition at line 150 of file Log.h.

Referenced by Category().

◆ name

llvm::StringLiteral lldb_private::Log::Category::name

Definition at line 148 of file Log.h.

Referenced by Category().


The documentation for this struct was generated from the following file: