LLDB API Documentation
#include <SBTypeFilter.h>
Public Member Functions | |
SBTypeFilter () | |
SBTypeFilter (uint32_t options) | |
SBTypeFilter (const lldb::SBTypeFilter &rhs) | |
~SBTypeFilter () | |
bool | IsValid () const |
uint32_t | GetNumberOfExpressionPaths () |
const char * | GetExpressionPathAtIndex (uint32_t i) |
bool | ReplaceExpressionPathAtIndex (uint32_t i, const char *item) |
void | AppendExpressionPath (const char *item) |
void | Clear () |
uint32_t | GetOptions () |
void | SetOptions (uint32_t) |
bool | GetDescription (lldb::SBStream &description, lldb::DescriptionLevel description_level) |
lldb::SBTypeFilter & | operator= (const lldb::SBTypeFilter &rhs) |
bool | IsEqualTo (lldb::SBTypeFilter &rhs) |
bool | operator== (lldb::SBTypeFilter &rhs) |
bool | operator!= (lldb::SBTypeFilter &rhs) |
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 |
Friends | |
class | SBDebugger |
class | SBTypeCategory |
class | SBValue |
Definition at line 18 of file SBTypeFilter.h.
lldb::SBTypeFilter::SBTypeFilter | ( | ) |
lldb::SBTypeFilter::SBTypeFilter | ( | uint32_t | options | ) |
lldb::SBTypeFilter::SBTypeFilter | ( | const lldb::SBTypeFilter & | rhs | ) |
lldb::SBTypeFilter::~SBTypeFilter | ( | ) |
|
protected |
void lldb::SBTypeFilter::AppendExpressionPath | ( | const char * | item | ) |
void lldb::SBTypeFilter::Clear | ( | ) |
|
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 | ( | ) |
|
protected |
bool lldb::SBTypeFilter::IsEqualTo | ( | lldb::SBTypeFilter & | rhs | ) |
bool lldb::SBTypeFilter::IsValid | ( | ) | const |
bool lldb::SBTypeFilter::operator!= | ( | lldb::SBTypeFilter & | rhs | ) |
lldb::SBTypeFilter& lldb::SBTypeFilter::operator= | ( | const lldb::SBTypeFilter & | rhs | ) |
bool lldb::SBTypeFilter::operator== | ( | lldb::SBTypeFilter & | rhs | ) |
bool lldb::SBTypeFilter::ReplaceExpressionPathAtIndex | ( | uint32_t | i, |
const char * | item | ||
) |
void lldb::SBTypeFilter::SetOptions | ( | uint32_t | ) |
|
protected |
|
friend |
Definition at line 56 of file SBTypeFilter.h.
|
friend |
Definition at line 57 of file SBTypeFilter.h.
|
friend |
Definition at line 58 of file SBTypeFilter.h.
|
protected |
Definition at line 64 of file SBTypeFilter.h.