| 
    ROSE 0.11.145.357
    
   | 
 
#include <Rose/BinaryAnalysis/Partitioner2/Modules.h>


Classes | |
| struct | Settings | 
Public Member Functions | |
| virtual bool | operator() (bool chain, const AttachedBasicBlock &args) override | 
| Called when basic block is attached or placeholder inserted.   | |
| virtual bool | operator() (bool chain, const DetachedBasicBlock &) override | 
| Called when basic block is detached or placeholder erased.   | |
  Public Member Functions inherited from Sawyer::SharedObject | |
| SharedObject () | |
| Default constructor.   | |
| SharedObject (const SharedObject &) | |
| Copy constructor.   | |
| virtual | ~SharedObject () | 
| Virtual destructor.   | |
| SharedObject & | operator= (const SharedObject &) | 
| Assignment.   | |
Static Public Member Functions | |
| static Ptr | instance (const Settings &settings) | 
| static Ptr | instance (const std::string &config) | 
| static Ptr | instance (const std::vector< std::string > &args) | 
| static Sawyer::CommandLine::SwitchGroup | switches (Settings &) | 
| static std::string | docString () | 
| Documentation string.  | |
Protected Member Functions | |
| CfgGraphVizDumper (const Settings &settings) | |
Additional Inherited Members | |
  Public Types inherited from Rose::BinaryAnalysis::Partitioner2::CfgAdjustmentCallback | |
| typedef Sawyer::SharedPointer< CfgAdjustmentCallback > | Ptr | 
| Shared ownership pointer.   | |
      
  | 
  inlineprotected | 
      
  | 
  overridevirtual | 
Called when basic block is attached or placeholder inserted.
Implements Rose::BinaryAnalysis::Partitioner2::CfgAdjustmentCallback.
      
  | 
  inlineoverridevirtual | 
Called when basic block is detached or placeholder erased.
Implements Rose::BinaryAnalysis::Partitioner2::CfgAdjustmentCallback.