|
| Static Public Member Functions inherited from BinaryNinja::FlowGraphLayout |
| static void | Register (FlowGraphLayout *layout) |
| static Ref< FlowGraphLayout > | GetByName (const std::string &name) |
| static std::vector< Ref< FlowGraphLayout > > | GetFlowGraphLayouts () |
| Public Attributes inherited from BinaryNinja::StaticCoreRefCountObject< BNFlowGraphLayout > |
| std::atomic< int > | m_refs |
| BNFlowGraphLayout * | m_object |
| Protected Member Functions inherited from BinaryNinja::FlowGraphLayout |
| | FlowGraphLayout (BNFlowGraphLayout *layout) |
| Static Protected Member Functions inherited from BinaryNinja::FlowGraphLayout |
| static bool | LayoutCallback (void *ctxt, BNFlowGraph *graph, BNFlowGraphNode **nodes, size_t nodeCount) |
| Protected Attributes inherited from BinaryNinja::FlowGraphLayout |
| std::string | m_nameForRegister |