|
|
|
__init__(self)
__init__(lldb::SBTypeList self) -> SBTypeList |
source code
|
|
|
IsValid(self)
IsValid(SBTypeList self) -> bool |
source code
|
|
|
|
|
|
|
Append(self,
*args)
Append(SBTypeList self, SBType type) |
source code
|
|
|
GetTypeAtIndex(self,
*args)
GetTypeAtIndex(SBTypeList self, uint32_t index) -> SBType |
source code
|
|
|
GetSize(self)
GetSize(SBTypeList self) -> uint32_t |
source code
|
|
|
__iter__(self)
Iterate over all types in a lldb.SBTypeList object. |
source code
|
|
|
__len__(self)
Return the number of types in a lldb.SBTypeList object. |
source code
|
|