Package lldb :: Class SBTypeCategory
[hide private]
[frames] | no frames]

Class SBTypeCategory

source code


Represents a category that can contain formatters for types.

Nested Classes [hide private]
  formatters_access_class
A helper object that will lazily hand out formatters for a specific category.
Instance Methods [hide private]
 
__repr__(self) source code
 
__init__(self, *args)
__init__(lldb::SBTypeCategory self) -> SBTypeCategory __init__(lldb::SBTypeCategory self, SBTypeCategory rhs) -> SBTypeCategory
source code
 
IsValid(self)
IsValid(SBTypeCategory self) -> bool
source code
 
__nonzero__(self) source code
 
__bool__(self) source code
 
GetEnabled(self)
GetEnabled(SBTypeCategory self) -> bool
source code
 
SetEnabled(self, *args)
SetEnabled(SBTypeCategory self, bool arg2)
source code
 
GetName(self)
GetName(SBTypeCategory self) -> char const *
source code
 
GetLanguageAtIndex(self, *args)
GetLanguageAtIndex(SBTypeCategory self, uint32_t idx) -> lldb::LanguageType
source code
 
GetNumLanguages(self)
GetNumLanguages(SBTypeCategory self) -> uint32_t
source code
 
AddLanguage(self, *args)
AddLanguage(SBTypeCategory self, lldb::LanguageType language)
source code
 
GetDescription(self, *args)
GetDescription(SBTypeCategory self, SBStream description, lldb::DescriptionLevel description_level) -> bool
source code
 
GetNumFormats(self)
GetNumFormats(SBTypeCategory self) -> uint32_t
source code
 
GetNumSummaries(self)
GetNumSummaries(SBTypeCategory self) -> uint32_t
source code
 
GetNumFilters(self)
GetNumFilters(SBTypeCategory self) -> uint32_t
source code
 
GetNumSynthetics(self)
GetNumSynthetics(SBTypeCategory self) -> uint32_t
source code
 
GetTypeNameSpecifierForFilterAtIndex(self, *args)
GetTypeNameSpecifierForFilterAtIndex(SBTypeCategory self, uint32_t arg2) -> SBTypeNameSpecifier
source code
 
GetTypeNameSpecifierForFormatAtIndex(self, *args)
GetTypeNameSpecifierForFormatAtIndex(SBTypeCategory self, uint32_t arg2) -> SBTypeNameSpecifier
source code
 
GetTypeNameSpecifierForSummaryAtIndex(self, *args)
GetTypeNameSpecifierForSummaryAtIndex(SBTypeCategory self, uint32_t arg2) -> SBTypeNameSpecifier
source code
 
GetTypeNameSpecifierForSyntheticAtIndex(self, *args)
GetTypeNameSpecifierForSyntheticAtIndex(SBTypeCategory self, uint32_t arg2) -> SBTypeNameSpecifier
source code
 
GetFilterForType(self, *args)
GetFilterForType(SBTypeCategory self, SBTypeNameSpecifier arg2) -> SBTypeFilter
source code
 
GetFormatForType(self, *args)
GetFormatForType(SBTypeCategory self, SBTypeNameSpecifier arg2) -> SBTypeFormat
source code
 
GetSummaryForType(self, *args)
GetSummaryForType(SBTypeCategory self, SBTypeNameSpecifier arg2) -> SBTypeSummary
source code
 
GetSyntheticForType(self, *args)
GetSyntheticForType(SBTypeCategory self, SBTypeNameSpecifier arg2) -> SBTypeSynthetic
source code
 
GetFilterAtIndex(self, *args)
GetFilterAtIndex(SBTypeCategory self, uint32_t arg2) -> SBTypeFilter
source code
 
GetFormatAtIndex(self, *args)
GetFormatAtIndex(SBTypeCategory self, uint32_t arg2) -> SBTypeFormat
source code
 
GetSummaryAtIndex(self, *args)
GetSummaryAtIndex(SBTypeCategory self, uint32_t arg2) -> SBTypeSummary
source code
 
GetSyntheticAtIndex(self, *args)
GetSyntheticAtIndex(SBTypeCategory self, uint32_t arg2) -> SBTypeSynthetic
source code
 
AddTypeFormat(self, *args)
AddTypeFormat(SBTypeCategory self, SBTypeNameSpecifier arg2, SBTypeFormat arg3) -> bool
source code
 
DeleteTypeFormat(self, *args)
DeleteTypeFormat(SBTypeCategory self, SBTypeNameSpecifier arg2) -> bool
source code
 
AddTypeSummary(self, *args)
AddTypeSummary(SBTypeCategory self, SBTypeNameSpecifier arg2, SBTypeSummary arg3) -> bool
source code
 
DeleteTypeSummary(self, *args)
DeleteTypeSummary(SBTypeCategory self, SBTypeNameSpecifier arg2) -> bool
source code
 
AddTypeFilter(self, *args)
AddTypeFilter(SBTypeCategory self, SBTypeNameSpecifier arg2, SBTypeFilter arg3) -> bool
source code
 
DeleteTypeFilter(self, *args)
DeleteTypeFilter(SBTypeCategory self, SBTypeNameSpecifier arg2) -> bool
source code
 
AddTypeSynthetic(self, *args)
AddTypeSynthetic(SBTypeCategory self, SBTypeNameSpecifier arg2, SBTypeSynthetic arg3) -> bool
source code
 
DeleteTypeSynthetic(self, *args)
DeleteTypeSynthetic(SBTypeCategory self, SBTypeNameSpecifier arg2) -> bool
source code
 
get_formats_access_object(self)
An accessor function that returns an accessor object which allows lazy format access from a lldb.SBTypeCategory object.
source code
 
get_formats_array(self)
An accessor function that returns a list() that contains all formats in a lldb.SBCategory object.
source code
 
get_summaries_access_object(self)
An accessor function that returns an accessor object which allows lazy summary access from a lldb.SBTypeCategory object.
source code
 
get_summaries_array(self)
An accessor function that returns a list() that contains all summaries in a lldb.SBCategory object.
source code
 
get_synthetics_access_object(self)
An accessor function that returns an accessor object which allows lazy synthetic children provider access from a lldb.SBTypeCategory object.
source code
 
get_synthetics_array(self)
An accessor function that returns a list() that contains all synthetic children providers in a lldb.SBCategory object.
source code
 
get_filters_access_object(self)
An accessor function that returns an accessor object which allows lazy filter access from a lldb.SBTypeCategory object.
source code
 
get_filters_array(self)
An accessor function that returns a list() that contains all filters in a lldb.SBCategory object.
source code
 
__str__(self)
__str__(SBTypeCategory self) -> PyObject *
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _lldb.delete_SBTypeCategory
  __del__ = lambda self: