LLDB mainline
PluginInstance< Callback > Struct Template Reference
Inheritance diagram for PluginInstance< Callback >:
[legend]

Public Types

typedef Callback CallbackType

Public Member Functions

 PluginInstance ()=default
 PluginInstance (llvm::StringRef name, llvm::StringRef description, Callback create_callback, DebuggerInitializeCallback debugger_init_callback=nullptr)

Public Attributes

llvm::StringRef name
llvm::StringRef description
bool enabled
Callback create_callback
DebuggerInitializeCallback debugger_init_callback

Detailed Description

template<typename Callback>
struct PluginInstance< Callback >

Definition at line 397 of file PluginManager.cpp.

Member Typedef Documentation

◆ CallbackType

template<typename Callback>
typedef Callback PluginInstance< Callback >::CallbackType

Definition at line 398 of file PluginManager.cpp.

Constructor & Destructor Documentation

◆ PluginInstance() [1/2]

template<typename Callback>
PluginInstance< Callback >::PluginInstance ( )
default

◆ PluginInstance() [2/2]

template<typename Callback>
PluginInstance< Callback >::PluginInstance ( llvm::StringRef name,
llvm::StringRef description,
Callback create_callback,
DebuggerInitializeCallback debugger_init_callback = nullptr )
inline

Definition at line 401 of file PluginManager.cpp.

Member Data Documentation

◆ create_callback

template<typename Callback>
Callback PluginInstance< Callback >::create_callback

Definition at line 411 of file PluginManager.cpp.

◆ debugger_init_callback

template<typename Callback>
DebuggerInitializeCallback PluginInstance< Callback >::debugger_init_callback

Definition at line 412 of file PluginManager.cpp.

◆ description

template<typename Callback>
llvm::StringRef PluginInstance< Callback >::description

Definition at line 409 of file PluginManager.cpp.

◆ enabled

template<typename Callback>
bool PluginInstance< Callback >::enabled

Definition at line 410 of file PluginManager.cpp.

◆ name

template<typename Callback>
llvm::StringRef PluginInstance< Callback >::name

Definition at line 408 of file PluginManager.cpp.


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