#include <SBTypeFormat.h>
Protected Member Functions |
lldb::TypeFormatImplSP | GetSP () |
void | SetSP (const lldb::TypeFormatImplSP &typeformat_impl_sp) |
| SBTypeFormat (const lldb::TypeFormatImplSP &) |
bool | CopyOnWrite_Impl () |
Protected Attributes |
lldb::TypeFormatImplSP | m_opaque_sp |
Detailed Description
Definition at line 17 of file SBTypeFormat.h.
Constructor & Destructor Documentation
lldb::SBTypeFormat::SBTypeFormat |
( |
| ) |
|
lldb::SBTypeFormat::SBTypeFormat |
( |
lldb::Format |
format, |
|
|
uint32_t |
options = 0 |
|
) |
| |
lldb::SBTypeFormat::~SBTypeFormat |
( |
| ) |
|
lldb::SBTypeFormat::SBTypeFormat |
( |
const lldb::TypeFormatImplSP & |
| ) |
|
|
protected |
Member Function Documentation
bool lldb::SBTypeFormat::CopyOnWrite_Impl |
( |
| ) |
|
|
protected |
bool lldb::SBTypeFormat::GetDescription |
( |
lldb::SBStream & |
description, |
|
|
lldb::DescriptionLevel |
description_level |
|
) |
| |
lldb::Format lldb::SBTypeFormat::GetFormat |
( |
| ) |
|
uint32_t lldb::SBTypeFormat::GetOptions |
( |
| ) |
|
lldb::TypeFormatImplSP lldb::SBTypeFormat::GetSP |
( |
| ) |
|
|
protected |
bool lldb::SBTypeFormat::IsValid |
( |
| ) |
const |
void lldb::SBTypeFormat::SetFormat |
( |
lldb::Format |
| ) |
|
void lldb::SBTypeFormat::SetOptions |
( |
uint32_t |
| ) |
|
void lldb::SBTypeFormat::SetSP |
( |
const lldb::TypeFormatImplSP & |
typeformat_impl_sp | ) |
|
|
protected |
Friends And Related Function Documentation
Member Data Documentation
lldb::TypeFormatImplSP lldb::SBTypeFormat::m_opaque_sp |
|
protected |
The documentation for this class was generated from the following file: