LLDB mainline
Public Member Functions | Public Attributes | List of all members
StructuredDataPluginInstance Struct Reference
Inheritance diagram for StructuredDataPluginInstance:
Inheritance graph
[legend]

Public Member Functions

 StructuredDataPluginInstance (llvm::StringRef name, llvm::StringRef description, CallbackType create_callback, DebuggerInitializeCallback debugger_init_callback, StructuredDataFilterLaunchInfo filter_callback)
 
- Public Member Functions inherited from PluginInstance< StructuredDataPluginCreateInstance >
 PluginInstance ()=default
 
 PluginInstance (llvm::StringRef name, llvm::StringRef description, StructuredDataPluginCreateInstance create_callback, DebuggerInitializeCallback debugger_init_callback=nullptr)
 

Public Attributes

StructuredDataFilterLaunchInfo filter_callback = nullptr
 
- Public Attributes inherited from PluginInstance< StructuredDataPluginCreateInstance >
llvm::StringRef name
 
llvm::StringRef description
 
StructuredDataPluginCreateInstance create_callback
 
DebuggerInitializeCallback debugger_init_callback
 

Additional Inherited Members

- Public Types inherited from PluginInstance< StructuredDataPluginCreateInstance >
typedef StructuredDataPluginCreateInstance CallbackType
 

Detailed Description

Definition at line 975 of file PluginManager.cpp.

Constructor & Destructor Documentation

◆ StructuredDataPluginInstance()

StructuredDataPluginInstance::StructuredDataPluginInstance ( llvm::StringRef  name,
llvm::StringRef  description,
CallbackType  create_callback,
DebuggerInitializeCallback  debugger_init_callback,
StructuredDataFilterLaunchInfo  filter_callback 
)
inline

Definition at line 977 of file PluginManager.cpp.

Member Data Documentation

◆ filter_callback

StructuredDataFilterLaunchInfo StructuredDataPluginInstance::filter_callback = nullptr

Definition at line 986 of file PluginManager.cpp.


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