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

Interface capability point for console commands associated with signature/feature generation. More...

#include <analyzesigs.hh>

Inheritance diagram for ghidra::IfaceAnalyzeSigsCapability:
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.
 
- Public Member Functions inherited from ghidra::CapabilityPoint
virtual ~CapabilityPoint (void)
 Destructor.
 

Private Member Functions

 IfaceAnalyzeSigsCapability (void)
 Construct the singleton.
 
 IfaceAnalyzeSigsCapability (const IfaceAnalyzeSigsCapability &op2)
 Not implemented.
 
IfaceAnalyzeSigsCapabilityoperator= (const IfaceAnalyzeSigsCapability &op2)
 Not implemented.
 

Static Private Attributes

static IfaceAnalyzeSigsCapability ifaceAnalyzeSigsCapability
 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.
 
- Static Public Member Functions inherited from ghidra::CapabilityPoint
static void initializeAll (void)
 Finish initialization for all extension points.
 
- Protected Member Functions inherited from ghidra::CapabilityPoint
 CapabilityPoint (void)
 Construct extension capability exactly once.
 
- Protected Attributes inherited from ghidra::IfaceCapability
string name
 Identifying name for the capability.
 

Detailed Description

Interface capability point for console commands associated with signature/feature generation.

Member Function Documentation

◆ registerCommands()

void ghidra::IfaceAnalyzeSigsCapability::registerCommands ( IfaceStatus status)
virtual

Register commands for this grouping.

Implements ghidra::IfaceCapability.

References ghidra::IfaceStatus::registerCom().


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