SBTypeFilter

class lldb.SBTypeFilter(*args)

Represents a filter that can be associated to one or more types.

Attributes Summary

count

GetNumberOfExpressionPaths(SBTypeFilter self) -> uint32_t

options

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)

ReplaceExpressionPathAtIndex(...)

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)