LLDB mainline
lldb_private::Stream::IndentScope Struct Reference

#include <Stream.h>

Public Member Functions

 IndentScope (Stream &stream)
 ~IndentScope ()

Private Attributes

Streamm_stream
unsigned m_original_indent_level

Detailed Description

Definition at line 324 of file Stream.h.

Constructor & Destructor Documentation

◆ IndentScope()

◆ ~IndentScope()

lldb_private::Stream::IndentScope::~IndentScope ( )
inline

Member Data Documentation

◆ m_original_indent_level

unsigned lldb_private::Stream::IndentScope::m_original_indent_level
private

◆ m_stream

Stream& lldb_private::Stream::IndentScope::m_stream
private

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