|
|
|
__init__(self,
*args)
__init__(lldb::SBTypeFormat self) -> SBTypeFormat
__init__(lldb::SBTypeFormat self, lldb::Format format, uint32_t
options=0) -> SBTypeFormat __init__(lldb::SBTypeFormat self,
lldb::Format format) -> SBTypeFormat __init__(lldb::SBTypeFormat
self, char const * type, uint32_t options=0) -> SBTypeFormat
__init__(lldb::SBTypeFormat self, char const * type) ->
SBTypeFormat __init__(lldb::SBTypeFormat self, SBTypeFormat rhs)
-> SBTypeFormat |
source code
|
|
|
IsValid(self)
IsValid(SBTypeFormat self) -> bool |
source code
|
|
|
|
|
|
|
IsEqualTo(self,
*args)
IsEqualTo(SBTypeFormat self, SBTypeFormat rhs) -> bool |
source code
|
|
|
GetFormat(self)
GetFormat(SBTypeFormat self) -> lldb::Format |
source code
|
|
|
GetTypeName(self)
GetTypeName(SBTypeFormat self) -> char const * |
source code
|
|
|
GetOptions(self)
GetOptions(SBTypeFormat self) -> uint32_t |
source code
|
|
|
SetFormat(self,
*args)
SetFormat(SBTypeFormat self, lldb::Format arg2) |
source code
|
|
|
SetTypeName(self,
*args)
SetTypeName(SBTypeFormat self, char const * arg2) |
source code
|
|
|
SetOptions(self,
*args)
SetOptions(SBTypeFormat self, uint32_t arg2) |
source code
|
|
|
GetDescription(self,
*args)
GetDescription(SBTypeFormat self, SBStream description,
lldb::DescriptionLevel description_level) -> bool |
source code
|
|
|
__eq__(self,
*args)
__eq__(SBTypeFormat self, SBTypeFormat rhs) -> bool |
source code
|
|
|
__ne__(self,
*args)
__ne__(SBTypeFormat self, SBTypeFormat rhs) -> bool |
source code
|
|
|
__str__(self)
__str__(SBTypeFormat self) -> PyObject * |
source code
|
|