SBTypeFilterΒΆ
- class lldb.SBTypeFilter(*args)ΒΆ
Represents a filter that can be associated to one or more types.
Attributes Summary
GetNumberOfExpressionPaths(SBTypeFilter self) -> uint32_t
GetOptions(SBTypeFilter self) -> uint32_t
Methods Summary
AppendExpressionPath
(SBTypeFilter self, ...)Clear
(SBTypeFilter self)GetDescription
(SBTypeFilter self, ...)GetExpressionPathAtIndex
(SBTypeFilter self, ...)GetNumberOfExpressionPaths
(SBTypeFilter self)GetOptions
(SBTypeFilter self)IsEqualTo
(SBTypeFilter self, SBTypeFilter rhs)IsValid
(SBTypeFilter self)SetOptions
(SBTypeFilter self, uint32_t arg2)Attributes Documentation
- countΒΆ
GetNumberOfExpressionPaths(SBTypeFilter self) -> uint32_t
- optionsΒΆ
GetOptions(SBTypeFilter self) -> uint32_t
Methods Documentation
- AppendExpressionPath(SBTypeFilter self, char const * item)ΒΆ
- Clear(SBTypeFilter self)ΒΆ
- GetDescription(SBTypeFilter self, SBStream description, lldb::DescriptionLevel description_level) bool ΒΆ
- GetExpressionPathAtIndex(SBTypeFilter self, uint32_t i) char const * ΒΆ
- GetNumberOfExpressionPaths(SBTypeFilter self) uint32_t ΒΆ
- GetOptions(SBTypeFilter self) uint32_t ΒΆ
- IsEqualTo(SBTypeFilter self, SBTypeFilter rhs) bool ΒΆ
- IsValid(SBTypeFilter self) bool ΒΆ
- ReplaceExpressionPathAtIndex(SBTypeFilter self, uint32_t i, char const * item) bool ΒΆ
- SetOptions(SBTypeFilter self, uint32_t arg2)ΒΆ