Represents a format that can be associated to one or more types.
    |  |  | 
    |  |  | 
    |  |  | 
    |  | 
        
          | __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, str const * type, uint32_t options=0) -> SBTypeFormat 
      __init__(lldb::SBTypeFormat self, str const * type) -> 
      SBTypeFormat __init__(lldb::SBTypeFormat self, SBTypeFormat rhs) 
      -> SBTypeFormat
 | source code |  | 
    |  | 
        
          | __swig_destroy__(...) delete_SBTypeFormat(SBTypeFormat self)
 |  |  | 
    |  |  | 
    |  |  | 
    |  | 
        
          | 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) -> str 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, str 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 |  | 
    |  |  | 
  
    | Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__sizeof__,__subclasshook__ |