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

Class SBTypeFormat

source code


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

Instance Methods [hide private]
 
__repr__(self) source code
 
__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
 
__nonzero__(self) source code
 
__bool__(self) 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
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _lldb.delete_SBTypeFormat
  __del__ = lambda self: