LLDB API Documentation
#include <SBTypeCategory.h>

| Protected Member Functions | |
| lldb::TypeCategoryImplSP | GetSP () | 
| void | SetSP (const lldb::TypeCategoryImplSP &typecategory_impl_sp) | 
| SBTypeCategory (const lldb::TypeCategoryImplSP &) | |
| SBTypeCategory (const char *) | |
| bool | IsDefaultCategory () | 
| Protected Attributes | |
| TypeCategoryImplSP | m_opaque_sp | 
| Friends | |
| class | SBDebugger | 
Definition at line 18 of file SBTypeCategory.h.
| lldb::SBTypeCategory::SBTypeCategory | ( | ) | 
| lldb::SBTypeCategory::SBTypeCategory | ( | const lldb::SBTypeCategory & | rhs | ) | 
| lldb::SBTypeCategory::~SBTypeCategory | ( | ) | 
| 
 | protected | 
| 
 | protected | 
| void lldb::SBTypeCategory::AddLanguage | ( | lldb::LanguageType | language | ) | 
| bool lldb::SBTypeCategory::AddTypeFilter | ( | SBTypeNameSpecifier | , | 
| SBTypeFilter | |||
| ) | 
| bool lldb::SBTypeCategory::AddTypeFormat | ( | SBTypeNameSpecifier | , | 
| SBTypeFormat | |||
| ) | 
| bool lldb::SBTypeCategory::AddTypeSummary | ( | SBTypeNameSpecifier | , | 
| SBTypeSummary | |||
| ) | 
| bool lldb::SBTypeCategory::AddTypeSynthetic | ( | SBTypeNameSpecifier | , | 
| SBTypeSynthetic | |||
| ) | 
| bool lldb::SBTypeCategory::DeleteTypeFilter | ( | SBTypeNameSpecifier | ) | 
| bool lldb::SBTypeCategory::DeleteTypeFormat | ( | SBTypeNameSpecifier | ) | 
| bool lldb::SBTypeCategory::DeleteTypeSummary | ( | SBTypeNameSpecifier | ) | 
| bool lldb::SBTypeCategory::DeleteTypeSynthetic | ( | SBTypeNameSpecifier | ) | 
| bool lldb::SBTypeCategory::GetDescription | ( | lldb::SBStream & | description, | 
| lldb::DescriptionLevel | description_level | ||
| ) | 
| bool lldb::SBTypeCategory::GetEnabled | ( | ) | 
| SBTypeFilter lldb::SBTypeCategory::GetFilterAtIndex | ( | uint32_t | ) | 
| SBTypeFilter lldb::SBTypeCategory::GetFilterForType | ( | SBTypeNameSpecifier | ) | 
| SBTypeFormat lldb::SBTypeCategory::GetFormatAtIndex | ( | uint32_t | ) | 
| SBTypeFormat lldb::SBTypeCategory::GetFormatForType | ( | SBTypeNameSpecifier | ) | 
| lldb::LanguageType lldb::SBTypeCategory::GetLanguageAtIndex | ( | uint32_t | idx | ) | 
| const char* lldb::SBTypeCategory::GetName | ( | ) | 
| uint32_t lldb::SBTypeCategory::GetNumFilters | ( | ) | 
| uint32_t lldb::SBTypeCategory::GetNumFormats | ( | ) | 
| uint32_t lldb::SBTypeCategory::GetNumLanguages | ( | ) | 
| uint32_t lldb::SBTypeCategory::GetNumSummaries | ( | ) | 
| uint32_t lldb::SBTypeCategory::GetNumSynthetics | ( | ) | 
| 
 | protected | 
| SBTypeSummary lldb::SBTypeCategory::GetSummaryAtIndex | ( | uint32_t | ) | 
| SBTypeSummary lldb::SBTypeCategory::GetSummaryForType | ( | SBTypeNameSpecifier | ) | 
| SBTypeSynthetic lldb::SBTypeCategory::GetSyntheticAtIndex | ( | uint32_t | ) | 
| SBTypeSynthetic lldb::SBTypeCategory::GetSyntheticForType | ( | SBTypeNameSpecifier | ) | 
| SBTypeNameSpecifier lldb::SBTypeCategory::GetTypeNameSpecifierForFilterAtIndex | ( | uint32_t | ) | 
| SBTypeNameSpecifier lldb::SBTypeCategory::GetTypeNameSpecifierForFormatAtIndex | ( | uint32_t | ) | 
| SBTypeNameSpecifier lldb::SBTypeCategory::GetTypeNameSpecifierForSummaryAtIndex | ( | uint32_t | ) | 
| SBTypeNameSpecifier lldb::SBTypeCategory::GetTypeNameSpecifierForSyntheticAtIndex | ( | uint32_t | ) | 
| 
 | protected | 
| bool lldb::SBTypeCategory::IsValid | ( | ) | const | 
| bool lldb::SBTypeCategory::operator!= | ( | lldb::SBTypeCategory & | rhs | ) | 
| lldb::SBTypeCategory& lldb::SBTypeCategory::operator= | ( | const lldb::SBTypeCategory & | rhs | ) | 
| bool lldb::SBTypeCategory::operator== | ( | lldb::SBTypeCategory & | rhs | ) | 
| void lldb::SBTypeCategory::SetEnabled | ( | bool | ) | 
| 
 | protected | 
| 
 | friend | 
Definition at line 116 of file SBTypeCategory.h.
| 
 | protected | 
Definition at line 122 of file SBTypeCategory.h.