Represents a summary that can be associated to one or more types.
    |  |  | 
    |  |  | 
    |  |  | 
    |  | 
        
          | __init__(self,
        *args) __init__(lldb::SBTypeSummary self) -> SBTypeSummary 
      __init__(lldb::SBTypeSummary self, SBTypeSummary rhs) -> 
      SBTypeSummary
 | source code |  | 
    |  | 
        
          | __swig_destroy__(...) delete_SBTypeSummary(SBTypeSummary self)
 |  |  | 
    |  |  | 
    |  |  | 
    |  | 
        
          | IsValid(self) IsValid(SBTypeSummary self) -> bool
 | source code |  | 
    |  | 
        
          | IsEqualTo(self,
        *args) IsEqualTo(SBTypeSummary self, SBTypeSummary rhs) -> bool
 | source code |  | 
    |  | 
        
          | IsFunctionCode(self) IsFunctionCode(SBTypeSummary self) -> bool
 | source code |  | 
    |  | 
        
          | IsFunctionName(self) IsFunctionName(SBTypeSummary self) -> bool
 | source code |  | 
    |  | 
        
          | IsSummaryString(self) IsSummaryString(SBTypeSummary self) -> bool
 | source code |  | 
    |  | 
        
          | GetData(self) GetData(SBTypeSummary self) -> str const *
 | source code |  | 
    |  | 
        
          | SetSummaryString(self,
        *args) SetSummaryString(SBTypeSummary self, str const * data)
 | source code |  | 
    |  | 
        
          | SetFunctionName(self,
        *args) SetFunctionName(SBTypeSummary self, str const * data)
 | source code |  | 
    |  | 
        
          | SetFunctionCode(self,
        *args) SetFunctionCode(SBTypeSummary self, str const * data)
 | source code |  | 
    |  | 
        
          | GetOptions(self) GetOptions(SBTypeSummary self) -> uint32_t
 | source code |  | 
    |  | 
        
          | SetOptions(self,
        *args) SetOptions(SBTypeSummary self, uint32_t arg2)
 | source code |  | 
    |  | 
        
          | GetDescription(self,
        *args) GetDescription(SBTypeSummary self, SBStream description, 
      lldb::DescriptionLevel description_level) -> bool
 | source code |  | 
    |  |  | 
    |  |  | 
    |  |  | 
  
    | Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__sizeof__,__subclasshook__ |