LLDB mainline
lldb_private::ScriptedStringSummaryInterface Class Referenceabstract

#include <ScriptedStringSummaryInterface.h>

Inheritance diagram for lldb_private::ScriptedStringSummaryInterface:
[legend]

Public Member Functions

virtual llvm::Expected< StructuredData::GenericSPCreatePluginObject (llvm::StringRef class_name)=0
virtual llvm::Expected< std::string > GetSummary (ValueObject &valobj, const TypeSummaryOptions &options)
Public Member Functions inherited from lldb_private::ScriptedInterface
 ScriptedInterface ()=default
virtual ~ScriptedInterface ()=default
StructuredData::GenericSP GetScriptObjectInstance ()
const std::optional< ScriptedMetadata > & GetScriptedMetadata () const
virtual llvm::SmallVector< AbstractMethodRequirementGetAbstractMethodRequirements () const =0
virtual llvm::Expected< FileSpecGetScriptedModulePath ()
llvm::SmallVector< llvm::StringLiteral > const GetAbstractMethods () const

Additional Inherited Members

Static Public Member Functions inherited from lldb_private::ScriptedInterface
template<typename Ret>
static Ret ErrorWithMessage (llvm::StringRef caller_name, llvm::StringRef error_msg, Status &error, LLDBLog log_category=LLDBLog::Process)
template<typename T = StructuredData::ObjectSP>
static bool CheckStructuredDataObject (llvm::StringRef caller, T obj, Status &error)
static bool CreateInstance (lldb::ScriptLanguage language, ScriptedInterfaceUsages usages)
Protected Attributes inherited from lldb_private::ScriptedInterface
StructuredData::GenericSP m_object_instance_sp
std::optional< ScriptedMetadatam_scripted_metadata

Detailed Description

Definition at line 16 of file ScriptedStringSummaryInterface.h.

Member Function Documentation

◆ CreatePluginObject()

virtual llvm::Expected< StructuredData::GenericSP > lldb_private::ScriptedStringSummaryInterface::CreatePluginObject ( llvm::StringRef class_name)
pure virtual

◆ GetSummary()

virtual llvm::Expected< std::string > lldb_private::ScriptedStringSummaryInterface::GetSummary ( ValueObject & valobj,
const TypeSummaryOptions & options )
inlinevirtual

The documentation for this class was generated from the following file: