decompiler  1.0.0
Public Member Functions | Private Member Functions | Static Private Attributes | List of all members
ghidra::IfaceDecompCapability Class Reference

Interface capability point for all decompiler commands. More...

#include <ifacedecomp.hh>

Inheritance diagram for ghidra::IfaceDecompCapability:
ghidra::IfaceCapability ghidra::CapabilityPoint

Public Member Functions

virtual void registerCommands (IfaceStatus *status)
 Register commands for this grouping.
 
- Public Member Functions inherited from ghidra::IfaceCapability
const string & getName (void) const
 Get the name of the capability.
 
virtual void initialize (void)
 Complete initialization of an extension point. More...
 
- Public Member Functions inherited from ghidra::CapabilityPoint
virtual ~CapabilityPoint (void)
 Destructor.
 

Private Member Functions

 IfaceDecompCapability (void)
 Singleton constructor.
 
 IfaceDecompCapability (const IfaceDecompCapability &op2)
 Not implemented.
 
IfaceDecompCapabilityoperator= (const IfaceDecompCapability &op2)
 Not implemented.
 

Static Private Attributes

static IfaceDecompCapability ifaceDecompCapability
 Singleton instance.
 

Additional Inherited Members

- Static Public Member Functions inherited from ghidra::IfaceCapability
static void registerAllCommands (IfaceStatus *status)
 Register all discovered commands with the interface. More...
 
- Static Public Member Functions inherited from ghidra::CapabilityPoint
static void initializeAll (void)
 Finish initialization for all extension points. More...
 
- Protected Member Functions inherited from ghidra::CapabilityPoint
 CapabilityPoint (void)
 Construct extension capability exactly once. More...
 
- Protected Attributes inherited from ghidra::IfaceCapability
string name
 Identifying name for the capability.
 

Detailed Description

Interface capability point for all decompiler commands.


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