LLDB mainline
Public Member Functions | Public Attributes | List of all members
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

Definition at line 42 of file Stream.h.

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.

◆ 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.

◆ 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.


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