ROSE  0.11.145.0
Public Attributes | List of all members
Rose::BinaryAnalysis::Partitioner2::Engine::Settings Struct Reference

Description

Settings for the engine.

The engine is configured by adjusting these settings, usually shortly after the engine is created.

Definition at line 168 of file Partitioner2/Engine.h.

#include <Rose/BinaryAnalysis/Partitioner2/Engine.h>

Collaboration diagram for Rose::BinaryAnalysis::Partitioner2::Engine::Settings:
Collaboration graph
[legend]

Public Attributes

LoaderSettings loader
 Settings used during specimen loading. More...
 
DisassemblerSettings disassembler
 Settings for creating the disassembler. More...
 
PartitionerSettings partitioner
 Settings for creating a partitioner. More...
 
EngineSettings engine
 Settings that control engine behavior. More...
 
AstConstructionSettings astConstruction
 Settings for constructing the AST. More...
 

Member Data Documentation

LoaderSettings Rose::BinaryAnalysis::Partitioner2::Engine::Settings::loader

Settings used during specimen loading.

Definition at line 169 of file Partitioner2/Engine.h.

DisassemblerSettings Rose::BinaryAnalysis::Partitioner2::Engine::Settings::disassembler

Settings for creating the disassembler.

Definition at line 170 of file Partitioner2/Engine.h.

PartitionerSettings Rose::BinaryAnalysis::Partitioner2::Engine::Settings::partitioner

Settings for creating a partitioner.

Definition at line 171 of file Partitioner2/Engine.h.

EngineSettings Rose::BinaryAnalysis::Partitioner2::Engine::Settings::engine

Settings that control engine behavior.

Definition at line 172 of file Partitioner2/Engine.h.

AstConstructionSettings Rose::BinaryAnalysis::Partitioner2::Engine::Settings::astConstruction

Settings for constructing the AST.

Definition at line 173 of file Partitioner2/Engine.h.


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