#include <SBTypeFilter.h>
Protected Member Functions |
lldb::TypeFilterImplSP | GetSP () |
void | SetSP (const lldb::TypeFilterImplSP &typefilter_impl_sp) |
| SBTypeFilter (const lldb::TypeFilterImplSP &) |
bool | CopyOnWrite_Impl () |
Protected Attributes |
lldb::TypeFilterImplSP | m_opaque_sp |
Detailed Description
Definition at line 17 of file SBTypeFilter.h.
Constructor & Destructor Documentation
lldb::SBTypeFilter::SBTypeFilter |
( |
| ) |
|
lldb::SBTypeFilter::SBTypeFilter |
( |
uint32_t |
options | ) |
|
lldb::SBTypeFilter::~SBTypeFilter |
( |
| ) |
|
lldb::SBTypeFilter::SBTypeFilter |
( |
const lldb::TypeFilterImplSP & |
| ) |
|
|
protected |
Member Function Documentation
void lldb::SBTypeFilter::AppendExpressionPath |
( |
const char * |
item | ) |
|
void lldb::SBTypeFilter::Clear |
( |
| ) |
|
bool lldb::SBTypeFilter::CopyOnWrite_Impl |
( |
| ) |
|
|
protected |
bool lldb::SBTypeFilter::GetDescription |
( |
lldb::SBStream & |
description, |
|
|
lldb::DescriptionLevel |
description_level |
|
) |
| |
const char* lldb::SBTypeFilter::GetExpressionPathAtIndex |
( |
uint32_t |
i | ) |
|
uint32_t lldb::SBTypeFilter::GetNumberOfExpressionPaths |
( |
| ) |
|
uint32_t lldb::SBTypeFilter::GetOptions |
( |
| ) |
|
lldb::TypeFilterImplSP lldb::SBTypeFilter::GetSP |
( |
| ) |
|
|
protected |
bool lldb::SBTypeFilter::IsValid |
( |
| ) |
const |
bool lldb::SBTypeFilter::ReplaceExpressionPathAtIndex |
( |
uint32_t |
i, |
|
|
const char * |
item |
|
) |
| |
void lldb::SBTypeFilter::SetOptions |
( |
uint32_t |
| ) |
|
void lldb::SBTypeFilter::SetSP |
( |
const lldb::TypeFilterImplSP & |
typefilter_impl_sp | ) |
|
|
protected |
Friends And Related Function Documentation
Member Data Documentation
lldb::TypeFilterImplSP lldb::SBTypeFilter::m_opaque_sp |
|
protected |
The documentation for this class was generated from the following file: