1#ifndef ROSE_BinaryAnalysis_InstructionSemantics_BaseSemantics_Formatter_H 
    2#define ROSE_BinaryAnalysis_InstructionSemantics_BaseSemantics_Formatter_H 
    3#include <featureTests.h> 
    4#ifdef ROSE_ENABLE_BINARY_ANALYSIS 
    6#include <Rose/BinaryAnalysis/InstructionSemantics/BaseSemantics/BasicTypes.h> 
    7#include <Rose/BinaryAnalysis/BasicTypes.h> 
   12namespace BinaryAnalysis {
 
   13namespace InstructionSemantics {
 
   22    bool suppress_initial_values = 
false;
 
   23    std::string line_prefix;
 
   24    std::string indentation_suffix = 
"  ";
 
   25    bool show_latest_writers = 
true;
 
   26    bool show_properties = 
true;
 
 
   91    std::string old_line_prefix;
 
 
Adjusts a Formatter for one additional level of indentation.
 
Base classes for instruction semantics.