LLDB mainline
Public Member Functions | Public Attributes | List of all members
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 130 of file Log.h.

Constructor & Destructor Documentation

◆ Category()

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

Definition at line 136 of file Log.h.

Member Data Documentation

◆ description

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

Definition at line 132 of file Log.h.

◆ flag

MaskType lldb_private::Log::Category::flag

Definition at line 133 of file Log.h.

◆ name

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

Definition at line 131 of file Log.h.


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