LLDB mainline
lldb_private::Stream::HighlightSettings Struct Reference

Struct to store information for color highlighting in the stream. More...

#include <Stream.h>

Public Member Functions

 HighlightSettings (llvm::StringRef p, llvm::StringRef pre, llvm::StringRef suf)

Public Attributes

llvm::StringRef pattern
 Regex pattern for highlighting.
llvm::StringRef prefix
 ANSI color code to start colorization.
llvm::StringRef suffix
 ANSI color code to end colorization.

Detailed Description

Struct to store information for color highlighting in the stream.

Definition at line 37 of file Stream.h.

Constructor & Destructor Documentation

◆ HighlightSettings()

lldb_private::Stream::HighlightSettings::HighlightSettings ( llvm::StringRef p,
llvm::StringRef pre,
llvm::StringRef suf )
inline

Member Data Documentation

◆ pattern

llvm::StringRef lldb_private::Stream::HighlightSettings::pattern

Regex pattern for highlighting.

Examples
/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/lldb/include/lldb/Utility/Stream.h.

Definition at line 38 of file Stream.h.

Referenced by HighlightSettings().

◆ prefix

llvm::StringRef lldb_private::Stream::HighlightSettings::prefix

ANSI color code to start colorization.

Examples
/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/lldb/include/lldb/Utility/Stream.h.

Definition at line 39 of file Stream.h.

Referenced by HighlightSettings().

◆ suffix

llvm::StringRef lldb_private::Stream::HighlightSettings::suffix

ANSI color code to end colorization.

Examples
/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/lldb/include/lldb/Utility/Stream.h.

Definition at line 40 of file Stream.h.

Referenced by HighlightSettings().


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